Skip to main content

Bug Tracker

Side navigation

#7339 closed bug (duplicate)

Opened October 28, 2010 04:44AM UTC

Closed February 18, 2011 01:43PM UTC

Last modified March 14, 2012 12:52AM UTC

Change title page

Reported by: andreyazia@mail.ru Owned by:
Priority: low Milestone:
Component: manipulation Version:
Keywords: Cc:
Blocked by: Blocking:
Description

Hello.

We found a small jquery bug in IE.

The essence of the bug: trying to change the Tittle on the page ... in all browsers works fine, but IE gives an error

$('title').text('Change Tittle page')

Error information on a Web page

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MRA 5.7 (build 03649); InfoPath.2;. NET CLR 2.0.50727;. NET CLR 3.0.4506.2152;. NET CLR 3.5. 30729)

Timestamp: Thu, 28 Oct 2010 04:32:58 UTC

Message: Unexpected call to method or property access.

Line: 113

Symbol: 193

Code: 0

URI-code: / jquery-1.4.3.min.js

Attachments (0)
Change History (6)

Changed October 28, 2010 07:56AM UTC by snover comment:1

resolution: → wontfix
status: newclosed

Use document.title.

Changed October 28, 2010 08:05AM UTC by anonymous comment:2

Replying to [comment:1 snover]:

Use document.title.

Ok, I did as you said. But I wonder if JQuery is able to work with title, or not.

Changed December 22, 2010 04:02AM UTC by rwaldron comment:3

#7825 is a duplicate of this ticket.

Changed February 18, 2011 01:43PM UTC by jitter comment:4

component: unfiledmanipulation
milestone: 1.5
priority: undecidedlow
resolution: wontfix
status: closedreopened

Changed February 18, 2011 01:43PM UTC by jitter comment:5

resolution: → duplicate
status: reopenedclosed

Changed February 18, 2011 01:43PM UTC by jitter comment:6

Duplicate of #2755.