Ticket #2528657 (closed defect)
ReporterNathan Walther |
Opened: 02/25/10 Last modified: 09/7/10 Status: closed Type: defect Resolution: fixed |
Owner Adam Moore |
Target Release: 3.2.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | purge fails in IE6 if base tag is self-closing | ||
| Description: | The statement h.removeChild(node) of Y.Get._purge fails in IE6 with "htmlfile: Invalid argument." if the document head contains a self-closing base tag:
It's obviously an IE6 defect, but the bug was difficult to diagnose so I'd like to make a record of it for other YUI users. The workaround is simply to explicitly close the base tag:
|
||
| Type: | defect | Observed in Version: | 3.0.0 |
| Component: | Get Utility | Severity: | S4 (low) |
| Assigned To: | Adam Moore | Target Release: | 3.2.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | IE 6.x | ||
| URL: | |||
| Test Information: | Steps to reproduce: I initially reproduced this with a valid XHTML document. For brevity here's the minimal HTML to reproduce this, with an implicitly-closed base tag:
|
||
Change History
|
Posted: 02/25/10
|
|
Posted: 03/3/10
|
|
Posted: 04/29/10
|
|
Posted: 04/29/10
|
|
Posted: 06/30/10
|
|
Posted: 07/19/10
|
|
Posted: 07/20/10
script tag insert default is above a base tag if it exists to handle IE |
|
Posted: 09/7/10
|
George
Need to test to see if the problem occurs when the nodes are inserted and removed above the self-closing base tag.