Ticket #2529959 (closed defect)
ReporterChris George |
Opened: 02/11/11 Last modified: 02/27/12 Status: closed Type: defect Resolution: invalid |
Owner Matt Sweeney |
Target Release: 3.5.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | IE 6-9 [HTMLSelectElement].set('innerHTML', '<option...') either inserts blanks or crashes IE | ||
| Description: | I'm not sure if this is a bug in YUI's implementation or IE itself. It seems as if IE refuses to set innerHTML using this method. Using setContent though, works just fine. Example: |
||
| Type: | defect | Observed in Version: | 3.3.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: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 04/28/11
|
|
Posted: 05/26/11
|
|
Posted: 07/27/11
|
|
Posted: 02/1/12
|
|
Posted: 02/27/12
|
No normalization is done for "set('innerHTML')". This is provided as a passthrough to the underlying DOM implementation. For normalization, use "setContent".