[Webkit-unassigned] [Bug 10222] [S60] cannot disable links

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Aug 3 16:07:31 PDT 2006


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





------- Comment #5 from dacarson at gmail.com  2006-08-03 16:07 PDT -------
(In reply to comment #4)
> On most mobile browsers, scrolling through the page will also perform the
> functional equivalent of tabbing -- highlighting each actionable element on the
> page.  Agreed that the the S60 browser is very different given the mouse
> emulation -- but I think the mouse emulation does conflate the functional
> equivalent of tabbing a little by snapping to and focusing (highlighting)
> actionable elements, which is the part I would think should not happen.

The current S60 WebKit open source code base, that is not in a produce yet,
does allow you to turn on tab navigation. By doing so, the mouse pointer is not
shown. The joystick can be used to move through the tab-able links, etc.
This is acheived by adding the following markup to the document:
<meta name="navigation" content="tabbed">

> Even so, I'm not sure that 'disabled' is the answer.  I'll investigate other
> ways to achieve the same thing.

You could change the links to something else, eg divs, and as they are not
clickable, then the pointer wouldn't change when you go over them.


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