Skip to main content

Search and Top Navigation

#7999 closed bug (cantfix)

Opened January 09, 2012 01:41PM UTC

Closed January 09, 2012 01:44PM UTC

Last modified January 09, 2012 01:49PM UTC

Draggable: link hovering is not working while dragging

Reported by: elbrus Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.draggable Version: 1.8.16
Keywords: Cc:
Blocked by: Blocking:
Description

1. jQuery version: 1.6.2

2. Browser: Chrome 16.0.912.75

3. OS: Windows 7

4.

  • Go to jQuery UI demo page: http://jqueryui.com/demos/draggable/#visual-feedback (I know, that you need simple test case. But it is your provided sample, so it should count I think.)
  • There is one box with custom helper
  • Drag it outside dragging area on any link in page

5.

  • Expected behavior: if any style on hover is specified, then it should change style
  • Result: nothing happens, as if you are not hovering your mouse on a link

Checked on IE9 and FF9 as well, and it works just fine.

Attachments (0)
Change History (2)

Changed January 09, 2012 01:44PM UTC by scottgonzalez comment:1

resolution: → cantfix
status: newclosed

It's up to the browser to decide if an element is hovered. I'm not sure what you want us to do about this.

Changed January 09, 2012 01:49PM UTC by elbrus comment:2

If you are telling, that it is by browser design, then nothing...