IE js error in filebug

Bug #500015 reported by Martin Pool
64
This bug affects 8 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Critical
Deryck Hodge

Bug Description

Simon Kersey writes:

I get the following error when I try and raise a bug using the Bazaar and Bzr-
Explorer launchpad web sites (https://bugs.launchpad.net/bazaar/+filebug) using
IE8.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)
Timestamp: Wed, 23 Dec 2009 17:23:18 UTC

Message: Object doesn't support this property or method
Line: 4726
Char: 105
Code: 0
URI: https://launchpad.net/+icing/rev8807/build/launchpad.js

Is this just me?

Related branches

Revision history for this message
Simon Kersey (simon-kersey) wrote :

Further details:

It is an error produced by the page shown after you enter a summary for a bug.
(Where you are prompted 'Do any of the following bugs describe the bug you're trying to report? ...)

Having the error prevents the 'No, I need to report a new bug' button working.

I get the same behaviour if I start the bug raising workflow (using the 'Report a bug' link) from either:

 https://launchpad.net/bzr-explorer

or

 https://launchpad.net/bazaar

Curtis Hovey (sinzui)
affects: launchpad → malone
Deryck Hodge (deryck)
Changed in malone:
status: New → Triaged
importance: Undecided → High
tags: added: story-ajaxify-dupe-finder
Revision history for this message
Thomas Juberg (thomas-juberg) wrote :

I'm having a user report a very similar error with Internet Exlorer 8 as well on a different project when trying to report a bug.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET CLR 3.0.30729)
Timestamp: Sat, 6 Mar 2010 19:27:15 UTC

Message: Object doesn't support this property or method
Line: 662
Char: 105
Code: 0
URI: https://launchpad.net/+icing/rev9078/build/launchpad.js

Deryck Hodge (deryck)
tags: added: dhrb
Revision history for this message
Curtis Hovey (sinzui) wrote :

From a duplicate on 2010-09-16:

*********
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Timestamp: Thu, 16 Sep 2010 04:35:45 UTC

Message: Object doesn't support this property or method
Line: 556
Char: 108
Code: 0
URI: https://bugs.launchpad.net/+icing/rev9766/build/launchpad.js
*********

tags: added: oem-services
Revision history for this message
Curtis Hovey (sinzui) wrote :

I think there is a second manifestation of this bug. When there are no matches, the text area to provide details does not appear. The automatic action to show the text area fails just as the manual action called from the button.

tags: added: javascript
Revision history for this message
Curtis Hovey (sinzui) wrote :

I believe the issue is in filebug_dupefinder.js show_bug_reporting_form() specifically
    var bug_reporting_form = Y.one('#bug_reporting_form');
looks suspicious because that id is not valid css.

Revision history for this message
Curtis Hovey (sinzui) wrote :

wgrant testing with IE8 identified that event.stopPropagation() is being called. IE does not support that, but YUI /should/ we be adding that (probably to set event.cancelBubble = true). dragscroll.js and pofile.js also call stopPropagation(), They may be broken.

Revision history for this message
William Grant (wgrant) wrote :

IEEventFacade is not being correctly installed, despite its inclusion in launchpad.js. This also affects production.

Revision history for this message
Curtis Hovey (sinzui) wrote :

wgrant discovered that the event facade is not being loaded. I see that other Lp JS uses event.halt() to do both stopPropagation() and preventDefault().

Huw Wilkins (huwshimi)
tags: added: ie
Revision history for this message
Robert Collins (lifeless) wrote :

critical per zero oops policy

Changed in launchpad:
importance: High → Critical
Deryck Hodge (deryck)
Changed in launchpad:
assignee: nobody → Deryck Hodge (deryck)
status: Triaged → In Progress
Revision history for this message
Launchpad QA Bot (lpqabot) wrote :
tags: added: qa-needstesting
Changed in launchpad:
status: In Progress → Fix Committed
William Grant (wgrant)
tags: added: qa-ok
removed: qa-needstesting
William Grant (wgrant)
Changed in launchpad:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.