Closed
Bug 186496
Opened 22 years ago
Closed 21 years ago
Can't tab to java OBJECT with TABINDEX
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: bugzilla, Assigned: bryner)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.2.1) Gecko/20021130
With form elements and java applets as objects on a page, both with tabindex
set, it is impossible to tab from the form element to the object. The focus is
completly lost.
Reproducible: Always
Steps to Reproduce:
1. Load the attatched HTML page
2. Click on first input element
3. Press the TAB Key
Actual Results:
Focus is lost. No cursor in applet. No reaction on further TABs.
Expected Results:
Activate the applet. Show the cursor.
Deactivating applets with the TAB Key also fails. Is this included in Issue
93149 or shoud this be filled in as new bug?
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Reporter | ||
Comment 3•22 years ago
|
||
Comment 4•22 years ago
|
||
-> Bryner, focus bugs. Maybe Sun can help.
This is a dupe of bug 162723.
However, not yet marking it as such as this seems slightly larger in that the
textbox in the applet doesn't get focus when the applet does. (Should it?)
Reporter | ||
Comment 6•22 years ago
|
||
The textbox shoud get the focus with the applet. But the applet does not get the
focus. If you add a java.awt.event.FocusListener to the Testcase class it is
only called after a mouse click on the applet.
Comment 7•21 years ago
|
||
*** This bug has been marked as a duplicate of 88140 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•