Tab index with firefox issue
-
Hi All, When i am hitting Enter key after focused to a button with tab key , nothing is happening , but when i am hitting spacebar ,it is working (in Firefox) . What will be the issue . Please help Thanks Rks
-
Hi All, When i am hitting Enter key after focused to a button with tab key , nothing is happening , but when i am hitting spacebar ,it is working (in Firefox) . What will be the issue . Please help Thanks Rks
You should ask this question to folks at Mozilla or at least add some code or link to demo AND version of browser.
No more Mister Nice Guy... >: |
-
You should ask this question to folks at Mozilla or at least add some code or link to demo AND version of browser.
No more Mister Nice Guy... >: |
These are the buttons and UseSubmitBehavior will not help . Firefox version is 16.0.2
-
Hi All, When i am hitting Enter key after focused to a button with tab key , nothing is happening , but when i am hitting spacebar ,it is working (in Firefox) . What will be the issue . Please help Thanks Rks
Are you asking about using the enter button to submit a form? If so, you have to wrap the area in a panel, and set the panels default button ID for submit. Then the content in that area, if the cursor is in the textbox, will fire the assigned button. If the cursor is not in a element within the panel, nothing will fire.
-
Hi All, When i am hitting Enter key after focused to a button with tab key , nothing is happening , but when i am hitting spacebar ,it is working (in Firefox) . What will be the issue . Please help Thanks Rks