Ticket #2531097 (closed defect)
Reporter Stuart Colville |
Opened: 09/15/11 Last modified: 05/10/12 Status: closed Type: defect Resolution: fixed |
Owner Matt Sweeney |
Target Release: 3.5.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Finding elements by attribute selector when set as a boolean fails in IE 6/7 | ||
| Description: | To set a boolean value via Node.setAttribute it's necessary to coerce it to a string to then be able to find it with attribute selectors in IE. Node.getAttribute explicitly uses a flag which ensures IE will return the attr value as a string. This same flag is not used in the selector lookup which means that using something like |
||
| Type: | defect | Observed in Version: | 3.4.0 |
| Component: | Node | Severity: | S3 (normal) |
| Assigned To: | Matt Sweeney | Target Release: | 3.5.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | IE 6.x,IE 7.x | ||
| URL: | |||
| Test Information: | Here's a test case detailing the issue: |
||
Change History
|
Posted: 09/15/11
|
|
Posted: 11/7/11
|
|
Posted: 02/1/12
|
|
Posted: 02/29/12
|
|
Posted: 05/10/12
|
checkedin -> closed