Closed
Bug 289327
Opened 20 years ago
Closed 20 years ago
Buttons too far from each other on first load
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mcsmurf, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
290 bytes,
text/html
|
Details |
I got some (not-public) website with this HTML code for some buttons:
<div style="float: left; width: 100px;">
<a id="aprev" href="#"><img name="ButtonLeft" src="/img/1p.gif"
alt="Zurueck" border="0"></a>
</div>
<div style="float: left; width: 120px; text-align: center;">
<a href="#"><img src="but_vergroessern.gif" alt="Bild vergroessern"
name="enlarge" border="0"></a>
</div>
<div style="float: right;">
<a id="anext" href="#"><img src="but_weiter_gallery.gif" alt="Weiter"
name="ButtonRight" border="0"></a>
</div>
The whole html above is embedded in another <div> with width:320px; and float:left;
On first load the right button is partly hidden, because there is much blank
space between the but_vergroessern.gif button and the but_weiter_gallery.gif
button (the left button is hidden through some JS). If i reload the site, the
right button is on the correct position. If i i shift+reload, the button is on
the wrong position again. I'll maybe get around to create a minimal testcase.
This regressed between 2005-04-03-05 and 2005-04-04-06.
Reporter | ||
Comment 1•20 years ago
|
||
Flags: blocking1.8b2?
Reporter | ||
Comment 2•20 years ago
|
||
Reporter | ||
Comment 3•20 years ago
|
||
roc: This is a fall-out from your nsScrollBoxFrame patch, minimal testcase has
already been attached.
Comment 4•20 years ago
|
||
FWIW the testcase renders differently on Mozilla/5.0 (Windows; U; Windows NT
5.0; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 between refreshes/cache
clearing too.
looks like an IR bug. Fixed by the patch in bug 240276.
Depends on: 240276
Comment 6•20 years ago
|
||
Testcase fails for me with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Testcase fails for me with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.8b2) Gecko/20050422 Firefox/1.0+
Testcase works for me with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.8b2) Gecko/20050428 Firefox/1.0+
Resolved Fixed by bug 240276 & comment 5
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Flags: blocking1.8b2?
You need to log in
before you can comment on or make changes to this bug.
Description
•