Skip to main content

Bug Tracker

Side navigation

#4974 closed bug (worksforme)

Opened July 26, 2009 05:12PM UTC

Closed July 26, 2009 08:24PM UTC

Last modified August 01, 2009 03:10PM UTC

Hover state using depricated method on select objects

Reported by: johngeorgewright Owned by: brandon
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: hover,select,options,getBoxObjectFor Cc:
Blocked by: Blocking:
Description

I tried adding an effect when hovering on and off a form select object. It works, but this warning is logged:

"Use of getBoxObjectFor() is deprecated. Try to use element.getBoundingClientRect() if possible."

The hover off and on effects are then triggered moving the mouse off of the select object and onto the option objects.

I'm developing in firefox 3.5

Attachments (0)
Change History (2)

Changed July 26, 2009 08:24PM UTC by john comment:1

resolution: → worksforme
status: newclosed

That method doesn't exist in the current version of jQuery (1.3.2). Perhaps you're using an older version?

Changed August 01, 2009 03:10PM UTC by jerone comment:2

Not a bug. This is due to extensions in Firefox.

I get this error from "Grab and Drag" extension.