ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 5 ردود
  • 1 has this problem
  • 70 views
  • آخر ردّ كتبه 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?

الحل المُختار

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.

Read this answer in context 👍 0

All Replies (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.

Modified by cor-el

more options

الحل المُختار

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.