Archived:Accesskey attribute not working in Web Browser on S60 3rd Edition (Known Issue)
hamishwillee
(Talk | contribs) m (moved Accesskey attribute not working in Web Browser on S60 3rd Edition (Known Issue) to Archived:Accesskey attribute not working in Web Browser on S60 3rd Edition (Known Issue)) |
|||
| (9 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{Archived|timestamp=20120313120224|user=roy.debjit| }} | |
| − | {{ | + | [[Category:Browser]][[Category:XHTML]][[Category:Known Issue]][[Category:S60 3rd Edition (initial release)]] |
| − | This known issue was originally created by '''Jsmanrique''' and has been verified by | + | This known issue was originally created by '''Jsmanrique''' and has been verified by Nokia Developer. |
| − | {| | + | {{ArticleMetaData <!-- v1.2 --> |
| − | |- | + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> |
| − | | | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> |
| − | | | + | |devices= Nokia N95 |
| − | |- | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | | | + | |platform= S60 3rd Edition |
| − | | | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | |- | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| − | | | + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> |
| − | | | + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> |
| − | |} | + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> |
| − | + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | |
| − | ==Description == | + | |translated-by= <!-- [[User:XXXX]] --> |
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20070918 | ||
| + | |author= [[User:Jsmanrique]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |subcategory= XHTML | ||
| + | |id= KIC001108 | ||
| + | }} | ||
| + | |||
| + | ==Description== | ||
The Nokia S60 3rd Edition browser ("Web") does not support accesskey attributes in links: | The Nokia S60 3rd Edition browser ("Web") does not support accesskey attributes in links: | ||
| Line 24: | Line 38: | ||
The Web Browser for S60 has special keyboard shortcuts, such as the '''2''' key for '''search''', and thus access keys defined for links cannot be used. | The Web Browser for S60 has special keyboard shortcuts, such as the '''2''' key for '''search''', and thus access keys defined for links cannot be used. | ||
| − | For more information, see [http://www.w3.org/TR/mobile-bp/#ACCESS_KEYS | + | For more information, see [http://www.w3.org/TR/mobile-bp/#ACCESS_KEYS W3C Mobile Web Best Practices: Accesskeys] |
==Solution== | ==Solution== | ||
| − | |||
No solution exists. | No solution exists. | ||
| − | |||
| − | |||
Latest revision as of 09:30, 15 June 2012
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
This known issue was originally created by Jsmanrique and has been verified by Nokia Developer.
Article Metadata
Tested with
Devices(s): Nokia N95
Compatibility
Platform(s): S60 3rd Edition
Article
Created: jsmanrique
(18 Sep 2007)
Last edited: hamishwillee
(15 Jun 2012)
Description
The Nokia S60 3rd Edition browser ("Web") does not support accesskey attributes in links:
<a href="index.html" accesskey="1">Home</a>
The Web Browser for S60 has special keyboard shortcuts, such as the 2 key for search, and thus access keys defined for links cannot be used.
For more information, see W3C Mobile Web Best Practices: Accesskeys
Solution
No solution exists.

