Opened 14 years ago
Closed 14 years ago
#3916 closed bug (fixed)
.attr('tabindex') returns wrong value for non-link anchors
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.1 |
Component: | core | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 14 years ago by
Attachment: | tabindex.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Landed in SVN rev [6130].