#8312 closed bug (duplicate)
Calling .html or .text on a <title> tag causes uncaught exception in Internet Explorer
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | manipulation | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Caused on Internet Explorer 8.0.7600, jQuery 1.5,
Tes case at http://jsfiddle.net/ekvxX/
When run in Internet Explorer, you will receive an error from line 5067 (this.appendChild(elem)). I know this is the wrong way to change a title but the reason it was like this is that the title was one of the divs the server specified.
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | 1.next |
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #2755.