Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
ssanthosh
Posts: 13
Registered: 01-08-2009

OS 6 html select in BrowserContentManager

[ Edited ]

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\components\samples\com\rim\samples\device\browser\browserfielddemo

 

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.

 

Please use plain text.
New Developer
ssanthosh
Posts: 13
Registered: 01-08-2009

Re: OS 6 html select in BrowserContentManager

Anyone Please ?

Please use plain text.
New Member
marcvit
Posts: 1
Registered: 03-09-2011

Re: OS 6 html select in BrowserContentManager

I have EXACTLY the same problem, still not solved...=/

 

ANY help would be appreciated...hope it's not a platform version limitation.

 

Thanks.

Please use plain text.