Side navigation
#8312 closed bug (duplicate)
Opened February 18, 2011 02:43AM UTC
Closed February 18, 2011 01:44PM UTC
Last modified February 18, 2011 01:44PM UTC
Calling .html or .text on a <title> tag causes uncaught exception in Internet Explorer
Reported by: | ninja@codingninja.com.au | 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.