Modify ↓
Ticket #3916 (closed bug: fixed)
.attr('tabindex') returns wrong value for non-link anchors
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.1 |
| Component: | core | Version: | 1.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When an anchor or area element does not have an href and does not have a tabindex explicitly set, .attr('tabindex') should return undefined instead of 0.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

