WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
37135
Spatial Navigation: bail out as soon as algorithm finds a focus candidate is not applicable
https://bugs.webkit.org/show_bug.cgi?id=37135
Summary
Spatial Navigation: bail out as soon as algorithm finds a focus candidate is ...
Antonio Gomes
Reported
2010-04-05 21:32:36 PDT
After calling distanceDataForNode, it is possible to verify if current focus candidate node is applicable or not to Spatial Navigation logic: if it is not applicable , distanceDataForNode will assign a very big valur to node.distance (numeric_limits<long long int>::max()). It might happen when node is not in direction, for example, and indicates that current focus candidate is not an applicable focusable node. In such cases, we should bail out earlier than later. patch coming ...
Attachments
(committed in r57211) patch
(2.54 KB, patch)
2010-04-05 21:40 PDT
,
Antonio Gomes
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antonio Gomes
Comment 1
2010-04-05 21:40:33 PDT
Created
attachment 52604
[details]
(committed in
r57211
) patch
Antonio Gomes
Comment 2
2010-04-11 20:06:28 PDT
Comment on
attachment 52604
[details]
(committed in
r57211
) patch Clearing flags on attachment: 52604 Committed
r57211
: <
http://trac.webkit.org/changeset/57211
>
Simon Hausmann
Comment 3
2010-04-20 13:16:32 PDT
Revision
r57211
cherry-picked into qtwebkit-2.0 with commit ae6f9f4464f61661fafb5ef702659e47d82a89cc
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug