We have search fields on our web page. We're having issues with E72 devices.
We're using some javascript to watch for focus and blur on a input text field to simulate an html 5 search field's placeholder text.
What is happening, though, is that after typing in text, if the user clicks to the right to move the cursor out of the text box onto the submit button to the right, the cursor gets 'trapped' in the field and they can't get out of it.
It appears that what is happening is that the nokia triggers .focus() ever time the cursor moves over a text field (rather than just once on initial focus).
Is there way around this issue?

Reply With Quote

