Closed
Bug 162723
Opened 22 years ago
Closed 22 years ago
Object element with TABINDEX attribute does not work properly.
Categories
(Core :: Layout, defect, P3)
Tracking
()
Future
People
(Reporter: moied, Assigned: attinasi)
Details
(Keywords: testcase)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1)
Gecko/20020813 Netscape/7.0
The TABINDEX attribute specifies the tabbing order of the element. An object
with TABINDEX attribute should be visited after any elements with a positive
TABINDEX, but in the testcase attached we cant tab between two links and a object.
<Object with tabindex <object data="test.gif" type="image/gif" tabindex=3>
Now when we tab the 2nd time it does not focus this image to object and on 3rd
tab foucs on link1.
Expected results :
The tabbing order of the testcase should be as follows:
Tab [1] for Link2
Tab [2] for Red square iamge
Tab [3] for Link1
Updated•22 years ago
|
Target Milestone: --- → Future
*** This bug has been marked as a duplicate of 88140 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•