Skip to main content

Bug Tracker

Side navigation

#2864 closed bug (worksforme)

Opened May 14, 2008 02:49PM UTC

Closed January 18, 2009 12:12AM UTC

Using JQ 1.2.3 -- diff behavior in ff2.x and ff3.x

Reported by: dearfrankg Owned by:
Priority: major Milestone: 1.2.3
Component: core Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:
Description

Using JQ 1.2.3

Why the different behavior in ff2.x and ff3.x?

FF 2.x

=

>>> $("#f1").find(".progress_meter").width("20%");

Object length=1 0=div.progress_meter prevObject=Object

FF 3.x

=

>>> $("#f1").find(".progress_meter").width("20%");

commandLine.evaluate FAILS: [Exception... "Security Manager vetoed action" nsresult: "0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO)" location: "JS frame :: chrome://firebug/content/commandLine.js :: <TOP_LEVEL> :: line 100" data: no]

Attachments (0)
Change History (2)

Changed May 30, 2008 04:31AM UTC by korayem comment:1

Same problem here!

Changed January 18, 2009 12:12AM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed

Cannot repro with jQuery 1.3 and Firefox 3.0.5. If you have a test case, please attach it and reopen.