Bug 37805
Summary: | Layout on boston.com/bigpicture is sometimes wrong (pictures are too far the right, keyboard shortcuts scroll by the wrong amount, seems to be ad-dependent) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | REOPENED | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Adam Roben (:aroben)
To reproduce:
1. Go to http://www.boston.com/bigpicture/2010/04/more_from_eyjafjallajokull.html
2. Press the 'j' key a few times
The pictures are too far to the right. Pressing the 'j' key doesn't scroll by the right amount, either (it's supposed to scroll enough so that the next image is placed at the top of the viewport). This seems to have regressed since 4.0.5.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
Hm, sometimes reloading the page fixes the bug. That makes me think that there might be an ad that's screwing things up, and this might not be a WebKit bug at all.
Adam Roben (:aroben)
Looks like there is sometimes a JS parse error triggered by calling OAS_AD('TOP') on line 234 of the main resource, and when that parse error occurs the page layout gets screwed up.
Adam Roben (:aroben)
Whoops, didn't mean to close this.
Adam Roben (:aroben)
<rdar://problem/7879552>