[Webkit-unassigned] [Bug 8960] [S60] onFocus is not called when clicking on links

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Aug 4 14:41:43 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8960





------- Comment #11 from koivisto at iki.fi  2006-08-04 14:41 PDT -------
Just rolling over the link should not move the focus. S60 browser is emulating
mouse pointer when using arrow keys and it generates all pointer related
events. If you want hover effects you can use onmouseover. Most other mobile
browsers choose to emulatate tab navigation, which does move the focus (even on
desktop browsers) and so does generate focus events. In the future we hope to
have a way for a document to switch the engine between pointer mode and tab
emulation mode. In latter mode we would generate focus events.

As you point out the well-known Safari compatibility problem that focus does
not move when you click a link is a separate issue.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list