Side navigation
#12679 closed bug (duplicate)
Opened October 09, 2012 07:34AM UTC
Closed October 09, 2012 01:00PM UTC
Set style node content in IE
| Reported by: | px.pengxing@gmail.com | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | manipulation | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
$('<style></style>').text('body{background:#fff;}').appendTo(document.body);
It will throw an exception "Unexpected call to method or property access". It can work well in other browsers expect IE7.
Attachments (0)
Change History (1)
Changed October 09, 2012 01:00PM UTC by comment:1
| component: | unfiled → manipulation |
|---|---|
| priority: | undecided → low |
| resolution: | → duplicate |
| status: | new → closed |
Duplicate of #9832.