#7999 closed bug (cantfix)
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
- jQuery version: 1.6.2
- Browser: Chrome 16.0.912.75
- OS: Windows 7
- 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
- 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.
Note: See
TracTickets for help on using
tickets.
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.