Bug 61880
Summary: | [GTK] Weird scrollbar handling on page with lightbox iframe | ||
---|---|---|---|
Product: | WebKit | Reporter: | Priit Laes (IRC: plaes) <plaes> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | gustavo, mrobinson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
URL: | http://engineering.vernier.com/general/sensors/ |
Priit Laes (IRC: plaes)
webkitgtk-1.5.0-rc+
epiphany-3.0.x
Scrollbars get toggled on/off rapidly after popup link has been clicked:
1. Go to http://engineering.vernier.com/general/sensors/
2. Wait for page to finish loading
3. Click on the "NEWS" link
4. New iframe is opened as an overlay on the current page
5. Observe main window scrollbar weirdness.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gustavo Noronha (kov)
I bet this is caused by the mistmatch in sizes reported by the DOM caused by the fact that the scrollbars are drawn and allocated by the parent widget. We will probably need to poke the DOM stuff to match this reality.
Martin Robinson
It seems unlikely that this is due to WebKitGTK+ specific scrollbar behavior. I see this bug in Chromium and Firefox as well. Tempted to close this as being a bug with the page, but perhaps we should check IE first.
Martin Robinson
I'm afraid this bug has gone stale because the page has changed and I can't figure out how to reproduce the issue any longer. I think we should just close this for now and then re-open if the bug reappears somewhere.