Closed Bug 631753 Opened 13 years ago Closed 13 years ago

weird page reflow on `#id` link

Categories

(Core :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 215055

People

(Reporter: hoverhell, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101227 Firefox/6.6.6.6 (Debian)
Build Identifier: 

Normal page looks like this: http://hell.orts.ru:8004/snapboard/threads/id/3/

However, if …#fragment_id is used in the link, like http://hell.orts.ru:8004/snapboard/threads/id/3/#snap_post130 ,  browser doesn't just scroll the page to that element, but visually alters (breaks) content of the page.

No javascript-effects.

CSS 3 pseudo-class :target not used.

Originally I have asked this as a question here: http://stackoverflow.com/questions/4886722/

Supposedly, this happens on Webkit as well, but not on Opera.

It is of course, at least partially, a problem with the page itself. But not completely.


Reproducible: Always

Steps to Reproduce:
Visit the link, compare it with the ‘normal’ link.
http://hell.orts.ru:8004/media/css/post.css
div.snapboard div.thread_crutch {
width:2px;
height:99999px;
...

I think the huge height there is the root of the problem.
See bug 215055 comment 133.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.