Note that there are some explanatory texts on larger screens.

plurals
  1. POBlackBerry - BrowserField - NAVIGATION_MODE_NODE - OS 6.0 - Radio buttons don't work
    primarykey
    data
    text
    <p>[OS 6.0, BrowserField, <code>NAVIGATION_MODE_NODE</code>] I have a strange problem here...</p> <p>I must develop an application (6.0) which will use the BrowserField for rendering some HTML files. It will use <code>NAVIGATION_MODE_NODE</code>, the keypad will be used to navigate from a focusable element to another.</p> <p>I've created a HTML test file here <a href="http://dl.dropbox.com/u/1441583/TestPage.html" rel="nofollow">http://dl.dropbox.com/u/1441583/TestPage.html</a> with some input fields.</p> <p>All of them are working fine, only the radio buttons don't work.</p> <ul> <li><p>If I don't add <code>"checked="checked""</code> into a radio button (from a group - all radio buttons are unchecked), the group is skipped (no radio button from the group receives the focus);</p></li> <li><p>If I check a radio button from a group, only this checked radio button will be focused, but still I cannot select another radio button from the group - the rest of the radio buttons from the group are skipped.</p></li> </ul> <p>The checkboxes are working fine...</p> <pre><code>final BrowserFieldConfig browserConfig = new BrowserFieldConfig(); browserConfig.setProperty(BrowserFieldConfig.JAVASCRIPT_ENABLED, Boolean.TRUE); browserConfig.setProperty(BrowserFieldConfig.ENABLE_COOKIES, Boolean.TRUE); browserConfig.setProperty(BrowserFieldConfig.ALLOW_CS_XHR, Boolean.TRUE); browserConfig.setProperty(BrowserFieldConfig.NAVIGATION_MODE, BrowserFieldConfig.NAVIGATION_MODE_NODE); </code></pre> <p>I'm using 9800 and 9700 emulators (I don't have a 6.0 device), but somebody tested on a real device, and this wrong behavior is present too. I've tested with www.google.com -> Settings (there are some radio buttons in that page), and the same: I cannot select another radio button from a group...</p> <p>What I want to implement is: using the BrowserField, I want to navigate between controls using the keys.</p> <p>Do you have a hint for that? It's quite urgent...</p> <p>Thank you very much, Tibi.</p> <p>I've tried on a BB 9780, and the combo-box doesn't work! So, in NAVIGATION_MODE_NODE mode, the radio buttons and combo boxes don't work? On some 6.0 emulators the combo boxes are working. Do you have any clue?</p> <p>Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload