[Webkit-unassigned] [Bug 49382] Spatial Navigation: issues with the node selection algorithm.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 21 21:28:52 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49382





--- Comment #40 from Daniel Bates <dbates at webkit.org>  2010-11-21 21:28:51 PST ---
(From update of attachment 74526)
View in context: https://bugs.webkit.org/attachment.cgi?id=74526&action=review

> WebCore/page/FocusController.cpp:670
> +        if (!(node->isKeyboardFocusable(event) || node->isFrameOwnerElement() || canScrollInDirection(direction, node)))

Nit: I would suggest pushing the negation through this expression. Then we can remove a pair of parentheses.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list