#6948 closed bug (duplicate)
div[name='divName'] in IE7 does not select
Reported by: | hasselback | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | selector | Version: | 1.4.2 |
Keywords: | div, name attribute | Cc: | |
Blocked by: | Blocking: |
Description
Div elements in conjunction with selection by attribute name do not select.
Results for IE 7 only (tested in IE tester and IE8 compatibility mode)
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | jq_div_name.html added |
---|
comment:1 Changed 13 years ago by
need: | Review → Patch |
---|---|
Priority: | → undecided |
Confirmed IE7 behaviour submitted is a bug. Additional testing in IE8 and IE9 shows the bug appears to be limited to 7.0.
The test case works fine in FireFox 3.6.10 and Chrome 6.04.
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
name
is not a valid attribute on <div>
elements, so unreliable behaviour can be expected. Don’t do this!
Note: See
TracTickets for help on using
tickets.
Short HTML example of errors