Closed
Bug 256282
Opened 21 years ago
Closed 20 years ago
clicking on a link moves the text above
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: danzcontrib, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8a2+) Gecko/20040524
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040817
A new bug has been introduced since build 20040725 or shortly before when I
click on a link.
The text above moves as if there wasn't enough space. I tried to find a
workaround (overflow, removing link styling..).
See there for example http://danzcontrib.free.fr/captures.php by clicking on
Bannières publicitaires. You can spot it on any page each time the text fills a
line above a hyperlink
No problem with Firefox 9.2.
Reproducible: Always
Steps to Reproduce:
1.click on Bannières publicitaires
2.
3.
Actual Results:
the text above moves and clicking may have no effect
Expected Results:
As it it does with version 1.7,
Comment 1•21 years ago
|
||
Yes, I can see the bug. It happens when focusing th "Bannières publicitaires" link.
This is related to 252920.
It happens because focusing is causing a reflow in trunk builds.
![]() |
||
Comment 2•21 years ago
|
||
> This is related to 252920.
This is why we have dependency fields...
Depends on: 252920
Comment 3•21 years ago
|
||
testcase made of two divs and 2 lines of internal links, css included.
Click on a link in the second row, and you´ll get three rows.
If this doesn´t happen, reduce the heigth of your browser window, so that the
div containing the links isn´t completely visible, reload, and retry.
Comment 4•21 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a3) Gecko/20040827
Bug seems not to depend on Bug 252920, as that one is wfm, this one not.
testcase is simple, but css could still be reduced, and I forgot the </head>.
<body><div id="content"><div class="box4c">
<a href="#">Java applets</a> ...<a href="#">PHP (asp, cfm)</a>
</div></div></body></html>
I´m working with a screen resolution of 800x600, #content{min-height:410px;}
specifies the height of the outer div greater than the visible area of my
browser window, and when I click a link in the lower row, the links are redrawn
in three rows. When I reduce min-height that the div is completely visible, the
bug is gone.
Keywords: testcase
Comment 5•21 years ago
|
||
reduced css some more
seen on win98 screen resolution 800x600:
links are shown in two rows, also after reload.
If you collapse Personat toolbar, URL bar etc. links are shown in three rows.
If all browser bars are collapsed, links are shown in two rows, at least after
reload, and clicking around only moves the text in the two rows.
If the bars are uncollapsed, clicking on the links will show them in 3 rows.
If you don´t get that behaviour, resize the browser window so that a vertical
scrollbar is seen.
Comment 6•21 years ago
|
||
I can't see any reason why this bug shouldn't be confirmed at this point...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•21 years ago
|
||
Mozilla Windows Trunk Nightly Build Regression Window
Pass: 2004071609
Fail: 2004071808
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 8•20 years ago
|
||
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+
Bug 240276 probably fixed this, marking dependent & WFM
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•