Closed
Bug 241890
Opened 21 years ago
Closed 3 years ago
pop-up window of image inside a link contains scrollbars when it should not
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bluwinterashes, Unassigned)
References
()
Details
(Keywords: testcase)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a) Gecko/20040426 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a) Gecko/20040426 Firefox/0.8.0+
In the page at:
http://www.actsaustin.org/popuptestcase.html
Clicking on one of the 2 thumbnails at the top should pop-up an image in a
window that is fit exactly to that image's dimensions, *without* any scrollbars.
However on the 20040426 and 20040422 nightlies that I have tested, on the
initial load, scrollbars will appear (both vertical and horizontal), even though
the window is the right size for the image, and even though I have set
"scrollbars=no". Hitting refresh (F5 on windows) will load the pop-up properly,
sans scrollbars.
The 0.8 milestone build did not seem to exhibit this problem.
Notes: If I set "overflow:hidden" on the body element, the scrollbars do not
appear, but I don't think this should be necessary (the bottom 2 thumbnails on
the testcase page demonstrate this). Also, the scrollbars only seem to appear
when the image in the pop-up is inside of a link. When the image is not inside
of anchor tags, the scrollbars do not seem to appear.
Reproducible: Always
Steps to Reproduce:
1. Click on the pop-up image at the testcase.
2.
3.
Actual Results:
Scrollbars will appear on the pop-up, even though they should not. The
scrollbars prevent the entire image from being visible.
Expected Results:
The pop-up window should not have any scrollbars, as the window is sized to fit
the image exactly. This worked properly in the 0.8 milestone.
Using the default theme, no extensions installed. Tried installing with a clean
profile, still did not make the problem go away.
Comment 1•21 years ago
|
||
roc, this is probably one of yours....
Comment 2•20 years ago
|
||
Confirming on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3)
Gecko/20040925 Firefox/0.10.
Comment 3•20 years ago
|
||
this worksforme with current linux trunk 2004092707, but I do see the bug with
builds up to 1.8a3
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•