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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 22 11:11:29 PST 2010


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





--- Comment #46 from Yael <yael.aharon at nokia.com>  2010-11-22 11:11:28 PST ---
(In reply to comment #45)
> (In reply to comment #44)
> > Revision r72522 cherry-picked into qtwebkit-2.1 with commit a55b974 <http://gitorious.org/webkit/qtwebkit/commit/a55b974>
> 
> Had to revert it because it doesn't build in qtwebkit-2.1 (depends on changes from bug 48157). To apply it to qtwebkit-2.1 we'll need a backported patch. Sorry for the noise.

Can you replace FocusController.cpp line 744 
toElement(focusCandidate.node) with 
static_cast<Element*>(focusCandidate.node) ?

After that it should compile.

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