This page was last modified 08:30, 15 March 2008.
KIC000792 - Bug affecting textarea in WRT widgets
From Forum Nokia Wiki
This known issue was originally created by Bhapca and has been verified by Forum Nokia.
| ID | KIC000792 | Creation date | December 14, 2007 |
| Platform | S60 3rd Edition FP2, Beta SDK | Devices | Emulator |
| Category | Web Runtime | Subcategory | Widgets |
Description
A widget that uses a textarea field (or text input field) crashes the browser when the field is edited.
How to reproduce
The known issue can be reproduced with the following example code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>textarea bug</title>
<script type="text/javascript">
function handleOnload() {
widget.setNavigationEnabled(false);
}
</script>
</head>
<body onload="handleOnload();">
<form>
<textarea id="editor"></textarea>
</form>
<ol>
<li> Press enter to make the control editable </li>
<li> Enter any text </li>
<li> Press up/down arrows to leave the edit mode </li>
<li> Bam ! </li>
</ol>
</body>
</html>
The complete widget is available here: Image:Textarea.zip
The browser also crashes when the cursor navigation mode is enabled and you move the cursor over the field and start entering text without pressing Enter first.
Solution
This is a known issue in the S60 3rd Edition, FP2 Beta SDK emulator and is expected to be fixed in the final release.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| autostart an application | leuchovius | General Symbian C++ | 44 | 2008-04-21 00:55 |
| PC Suite 6.70.22 calendar synch bug | nsmeds | PC Suite API and PC Connectivity SDK | 6 | 2006-04-04 22:51 |
| Recording audio problem 5300 | eagerb | Mobile Java Media (Graphics & Sounds) | 4 | 2008-02-02 19:37 |
| some one using bugzilla bug tracker | siddharthgaonkar | Mobile Java General | 0 | 2005-03-07 08:23 |
| how to create a Form like Lockcode form? | sarvestan | Mobile Java General | 2 | 2006-08-29 20:15 |

