Closed
Bug 939545
Opened 12 years ago
Closed 12 years ago
No scrollbar shown for specific website
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jskrn69, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20131112160018
Steps to reproduce:
I have a res set at 800 x 600 . This site http://forum.mediacoderhq.com/viewforum.php?f=28 does not give the bottom sliding scroll bar. If I move to a higher res the disp is ok. However with 800 x 600 the same site displays perfectly in Internet explorer. I have nothing blocked by No Script and Adblock plus..
Expected results:
Both the scroll bars should be displayed.
Comment 1•12 years ago
|
||
Same problem with Opera and Google Chrome, so I think it's the website to blame instead.
Summary: This site does not display properly. → No scrollbar shown for specific website
(In reply to Andre Klapper from comment #1)
> Same problem with Opera and Google Chrome, so I think it's the website to
> blame instead.
I stand corrected. Even in IE the scroll bar is not displayed , but around 2 months back it seem to do. But can't Firefox force a solution in such cases. Thanks.
Comment 3•12 years ago
|
||
The horizontal scroll bar is not displayed at any display resolution because the website’s CSS was created specifically this way. The “overflow-x” CSS property associated to the website’s body has the value “hidden”, which makes the horizontal scroll bar (x-axis) hidden.
This is a website design issue, not a browser-related issue.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•