Bug Tracker

Ticket #2864 (new bug)

Opened 7 months ago

Last modified 6 months ago

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

Reported by: dearfrankg Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.3 Component: core
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

Change History

Changed 6 months ago by korayem

Same problem here!

Note: See TracTickets for help on using tickets.