[Webkit-unassigned] [Bug 117265] Spatial Navigation should avoid unwanted calculation while deciding focus candidate.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 1 23:19:14 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117265
Abhijeet Kandalkar <kandalkar.abhijeet58 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #206329|0 |1
is obsolete| |
Attachment #207984| |review?, commit-queue?
Flag| |
--- Comment #11 from Abhijeet Kandalkar <kandalkar.abhijeet58 at gmail.com> 2013-08-01 23:18:56 PST ---
Created an attachment (id=207984)
--> (https://bugs.webkit.org/attachment.cgi?id=207984&action=review)
Updated patch-3
Additionally, why should the iframe itself be considered a focus candidate?
1. node->isKeyboardFocusable(event) if node is IFrame returns true.
2. If we have Iframes in html page then Navigation alogorithm considers it as focusable element.
if (HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate)) {
// consider Iframe as container and search best candidate node in Iframe(container).
}
--
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