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]
Same problem here!