We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

When I use Firefox to view Oracle WebLogic EM, Firefox will not show up Scroll Bar on some pages. But Google Chrome does.

  • 5 respostas
  • 1 tem este problema
  • 1 exibição
  • Última resposta de kenhsu1025

more options

This is a specific problem for Oracle Web Logic EM.

In our company , we use Web Logic server as some application base.

In web Logic server EM , users can use one Web Logic EM (EM is a portal to view process on Web Logic application) to check data.

I found when I use EM to check on line XML, sometimes the page does not show up scroll bar.

If I use Google Chrome or Opera and do same thing, the page will show up scroll bar.


But I need Firefox because it is my main browser.

How to overcome this issues? And how to provide evidence?

This is a specific problem for Oracle Web Logic EM. In our company , we use Web Logic server as some application base. In web Logic server EM , users can use one Web Logic EM (EM is a portal to view process on Web Logic application) to check data. I found when I use EM to check on line XML, sometimes the page does not show up scroll bar. If I use Google Chrome or Opera and do same thing, the page will show up scroll bar. But I need Firefox because it is my main browser. How to overcome this issues? And how to provide evidence?

Solução escolhida

Hello, cor-el

Please kindly read this thread first: https://support.mozilla.org/en-US/questions/976345


I found there are some people have same issues.

I have check the data by source code viewer, the displayed data is 'pure XML'.

So my issue is 'pop-up windows display XML data in Firefox'.

I searched the KB, and found one expert suggest set 'dom.disable_window_open_feature.scrollbars' to 'true'.

This solution solve my problem.


And , thank you again, cor-el.

I can give up google chrome forever.

Ler esta resposta 👍 0

Todas as respostas (5)

more options

Please kindly check the following pictures.

As the pictures describe...

No matter what is the picture size, it will now display scroll bar...

more options

Does it has any effect if you widen the Firefox window?

This can happen if you make the window that small that all content on visible toolbars isn't fully visible.

more options

Hello, cor-el

Thanks for your reply.

I'm sorry that your providing solution is not working.

Please help to check the new three attached pictures, you can find the window does not show the scroll bar up, the window size is not critical.

I have ask Oracle before, they said this issue will be fixed in the new version of Web Logic Server.

But :

1) In our company , we will not upgrade Web Logic Server to next version this year.

2) If I use MS Internet Explorer(8,9,10,11) to view the XML page, it will not show up the scroll bar, too.

Only Google Chrome and Opera work fine.

So I think this issue will based on browser kernel.

==

I still appreciate the replying, thank you cor-el.

more options

They may be hiding the scroll bar with CSS code (overflow-y: hidden) or open a pop-up window with hidden scroll bars.

If that is the case then you can override this with site specific code (body {overflow-y: auto !important;}) in userContent.css or use the Stylish extension.

You can use the built-in Inspector (right-click "Inspect Element" or via Firefox/Tools > Web Developer) to check for which element you need to make the scroll bar visible if body doesn't work.


The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

Alterado por cor-el em

more options

Solução escolhida

Hello, cor-el

Please kindly read this thread first: https://support.mozilla.org/en-US/questions/976345


I found there are some people have same issues.

I have check the data by source code viewer, the displayed data is 'pure XML'.

So my issue is 'pop-up windows display XML data in Firefox'.

I searched the KB, and found one expert suggest set 'dom.disable_window_open_feature.scrollbars' to 'true'.

This solution solve my problem.


And , thank you again, cor-el.

I can give up google chrome forever.