Opened 15 years ago
Closed 14 years ago
#2864 closed bug (worksforme)
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]
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Cannot repro with jQuery 1.3 and Firefox 3.0.5. If you have a test case, please attach it and reopen.
Same problem here!