Skip to main content

Bug Tracker

Side navigation

#11320 closed bug (duplicate)

Opened February 10, 2012 04:29PM UTC

Closed February 10, 2012 04:31PM UTC

Last modified February 10, 2012 04:31PM UTC

$('title').text('zob') on IE8 raises an exception

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

Dont remember the exception string... but kind of "Cannot access this property or method".

Problematic because $('title').text() returns the title without complain.

Replacing by document.title = "zob"; works. But the natural $('title').text() should do the job or maybe fail silently, but not let the browser raise an exception.

Attachments (0)
Change History (2)

Changed February 10, 2012 04:31PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

document.title

Changed February 10, 2012 04:31PM UTC by dmethvin comment:2

Duplicate of #2755.