Closed
Bug 273392
Opened 20 years ago
Closed 20 years ago
Blocks jump when clicking on links
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: kairo, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
On http://www.fynf.at/ I noticed all kinds of block elements (fieldsets, tables,
divs) in the middle part of the pages jumping in their widths when I'm clicking
on links inside them.
This actually looks kind of funny, and I managed to derive a very simplified
testcase for that issue that I'll attach in a minute.
This started happening quite early in the 1.8a series, I didn't see it happen
with 1.7x or earlier builds.
![]() |
Reporter | |
Comment 1•20 years ago
|
||
First testcase:
Click on the links inside the bordered divs to see the widths jumping around.
If focus is on one of the links, you may even just click on the empty area of a
div to see such jumps...
![]() |
Reporter | |
Comment 2•20 years ago
|
||
Second testcase:
This was made one step earlier when deriving the simplified testcase, it has
some more block-level elements so you just see more boxes jumping around ;-)
![]() |
Reporter | |
Comment 3•20 years ago
|
||
I think this has something to do with overflow:auto; and the padding on the main
div, as it only happens when I have those two rules in the CSS.
CCing bz, roc and dbaron, as I think they may know what's going on with overflow...
This should probably go into a specialized layout component but I couldn't
figure out which...
![]() |
Reporter | |
Comment 4•20 years ago
|
||
OK, I just checked and, like I remembered, this is a regression - it works
perfectly without any jumping on 1.7.x (tested with 1.7.3 right now).
Keywords: regression
No doubt related to one of the bugs blocking 261196
Testcase #1 works for me on trunk.
Testcase #2 is fixed by my upcoming patch in bug 240276.
![]() |
Reporter | |
Comment 7•20 years ago
|
||
(In reply to comment #6)
> Testcase #1 works for me on trunk.
I still see it jumping on a current trunk build when clicking the different
links there.
> Testcase #2 is fixed by my upcoming patch in bug 240276.
I'll wait for this one before shouting again though ;-)
(BTW, http://www.fynf.at/ from comment 0 now uses a different design by default
that doesn't show the problem. You can call the site via
http://www.fynf.at/?vd=3 with the old design though to still see that)
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+
Resolved Fixed by bug 240276
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 9•20 years ago
|
||
I see the pages in the testcases now getting wider than the screen and having a
vertical scrollbar, which is a bug as well, caused by that checkin.
The jumping is gone though with the checkin.
![]() |
||
Comment 10•20 years ago
|
||
kairo, is that bug filed?
![]() |
Reporter | |
Comment 11•20 years ago
|
||
(In reply to comment #10)
> kairo, is that bug filed?
Not yet, as I'm not sure if I should file a different bug for the test cases in
here still not working correctly or if I should reopen that one, I thiught roc
might know.
(and no need to CC me on a bug I filed)
![]() |
||
Comment 12•20 years ago
|
||
I'd file a new bug and link to the testcases if the problem shown by the
testcases changed. And I didn't notice you were the reporter; sorry about that...
![]() |
Reporter | |
Comment 13•20 years ago
|
||
(In reply to comment #12)
> I'd file a new bug and link to the testcases if the problem shown by the
> testcases changed.
done, it's bug 292371 now.
No longer blocks: 292371
Comment 14•20 years ago
|
||
I still see this bug with the attached testcase. (This is a reduced testcase of
the forums on http://www.heise.de/newsticker/foren/go.shtml).
Attachment #168031 -
Attachment is obsolete: true
Attachment #168032 -
Attachment is obsolete: true
Comment 15•20 years ago
|
||
I added some stuff to make it validate as HTML 4.01 Strict.
Sufficient to show the bug is this:
<table>
<td><a href="#">Click me!</a> </td>
</table>
Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
||
Comment 16•20 years ago
|
||
Steffen, same symptoms don't necessarily mean same bug. If the site in the URL
field is fixed but you're seeing a similar problem on a different site, file a
new bug, please (and restore this bug to the state it was in).
Comment 17•20 years ago
|
||
OK, I filed bug 292534. Marking fixed again.
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Updated•20 years ago
|
Attachment #182339 -
Attachment is obsolete: true
![]() |
Reporter | |
Updated•20 years ago
|
Attachment #168031 -
Attachment is obsolete: false
![]() |
Reporter | |
Updated•20 years ago
|
Attachment #168032 -
Attachment is obsolete: false
![]() |
Reporter | |
Comment 18•20 years ago
|
||
verfied fixed on Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.8b2) Gecko/20050505
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•