Bug 23966 - REGRESSION: Custom arrow navigation functionality doesn't work at dropular.net
Summary: REGRESSION: Custom arrow navigation functionality doesn't work at dropular.net
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.5
: P1 Normal
Assignee: Nobody
URL: http://dropular.net/
Keywords: InRadar, NeedsReduction, Regression
Depends on:
Blocks:
 
Reported: 2009-02-15 07:24 PST by Jesse
Modified: 2009-03-18 13:08 PDT (History)
0 users

See Also:


Attachments
patch (4.45 KB, patch)
2009-03-18 12:49 PDT, Sam Weinig
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse 2009-02-15 07:24:29 PST
I think this is javascript-related, but I'm not sure.
On this website you can navigate posts by using the up/down arrows and you can navigate pages (forward/back) using the left/right arrows (see the top right of the page for explanation). The left/right functionality works, but the up/down does not anymore. I just noticed this in the r40957 build from 2009-02-13.
Comment 1 Alexey Proskuryakov 2009-02-15 23:28:16 PST
Confirmed as a regression with r41016.
Comment 2 Alexey Proskuryakov 2009-02-15 23:29:19 PST
<rdar://problem/6589657>
Comment 3 Alexey Proskuryakov 2009-03-13 02:25:05 PDT
The problem here is with a broken getBoundingClientRect implementation, which jQuery decides to use when available.

Try e.g. javascript:alert(document.getElementById("drop7").getBoundingClientRect().top)
Comment 4 Sam Weinig 2009-03-18 12:49:25 PDT
Created attachment 28728 [details]
patch
Comment 5 Sam Weinig 2009-03-18 13:08:28 PDT
Fixed in r41811.