[Webkit-unassigned] [Bug 47142] Spatial navigation not Working for Map and Area Tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 22:03:52 PST 2010


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


Arun Patole <webkit.arunp at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit.arunp at gmail.com




--- Comment #3 from Arun Patole <webkit.arunp at gmail.com>  2010-11-16 22:03:52 PST ---
One way to solve this could be to specifically handle area/map element in spatial navigation. For every area element, while calculating the distance:
-get the parent map element
-get the image from map element
-and the call the already existing function HTMLAreaElement::getRect(RenderObject* obj) to get the area element rect instead of getting rect from renderer.

-- 
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