This known issue was originally created by mgroeber and has been verified by Forum Nokia.
| ID | KIC001090 | Creation date | September 4, 2008 |
| Platform | S60 3rd Edition FP1 | Devices | Nokia E51 FW 100.34.20 Nokia N82 FW 10.0.046 Nokia N95 FW 21.0.001 Nokia E90 Communicator FW 07.40.1.2 Nokia N81 FW 11.0.0.45 |
| Category | Web Technologies | Subcategory | Browsing |
| Keywords (APIs, classes, methods, functions): |
When navigating a Web page in tabbed mode (no mouse cursor) and placing the focus on a text field, pressing "Select" or selecting "Edit" from the Options menu does not place the edit cursor into the field on some phone models but submits the form.
Tabbed mode is equivalent to the setNavigationEnabled() feature in the Widget Runtime, but it can also be enabled using the <META NAME="navigation" CONTENT="tabbed"> header field on a page.
Open this Web page in the browser:
<HTML> <HEAD> <META NAME="navigation" CONTENT="tabbed"> <TITLE>Test</TITLE> </HEAD> <BODY> <A href="http://www.nokia.com">Nokia</A> <FORM action="http://www.google.com/search"><INPUT name=q></FORM> </BODY> </HTML>
and place the focus onto the text field. Pressing "Select" on affected devices opens the Google search page (submitting an empty search) and does not let you edit the text field.
This issue has been fixed in the latest software builds, for example Nokia E90 Communicator 210.34.75 (12-04-2008) and Nokia N95 20.0.016 (28-02-2008).
No related wiki articles found