02-23-2011 02:44 PM - last edited on 02-23-2011 05:33 PM
Hi,
I have an application that uses the old BrowserContentManager.
It takes HTML string from the applications and displays it.
Its still using the old browser (not field2)
All this worked fine until OS6.
With OS6, all my <select><option>... tags dont seem to work in the browser.
The browser renders the field, but cannot set focus to it or change the value.
Its a very simple case.
We can take the browser sample from 4.6 JDE runt it on OS6 with an HTML that contains <select>
Any help would be appreciated
BlackBerry Java Plug-in for Eclipse
Version: 1.3.0
JDE net.rim.ejde.componentpack6.0.0_6.0.0.30
I used the sample program in
net.rim.ejde.componentpack6.0.0_6.0.0.30\component
Ran this on simulator 6.0.0.294 (9780)
and went to a website with this HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
<form name="test" action="test" method="post">
<select name="ItemAction">
<option value="">Select</option>
<option value="A">A</option>
<option value="C">C</option>
<option value="O">O</option>
<option value="R">R</option>
<option value="X">X</option>
</select>
</form>
</body>
</html>
The browser renders the field, but cannot set focus to it or change the value.
02-24-2011 10:49 AM
Anyone Please ?
03-09-2011 05:53 PM
I have EXACTLY the same problem, still not solved...=/
ANY help would be appreciated...hope it's not a platform version limitation.
Thanks.