Side navigation
Ticket #6013: HTMLPage.htm
File HTMLPage.htm, 2.0 KB (added by marcstober, February 02, 2010 09:47PM UTC)
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
foo
foo
foo
foo
foo
foo
foo
foo
foo
foo
foo
foo
Hover over the scrollbar of the list (UL element - first box). I do NOT expect the hover out event to fire, however it
does in FF 3.5.7 (at least) with jQuery 1.4.1.
With jQuery 1.3.2 this works as expected (hover out event does not fire until you
have moved past the scrollbar and the border of the list). Also, it works as expected with a DIV instead of UL (second box).
This is especially problematic using the code when the hover-out code hides the
div, such as if you want a drop-down menu (with enough items to required scrolling)
to disappear when you move the mouse off of it.
Download in other formats:
Original Format
File HTMLPage.htm, 2.0 KB (added by marcstober, February 02, 2010 09:47PM UTC)
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
- foo
foo
foo
foo
foo
foo
foo
foo
foo
foo
foo
foo
foo
Hover over the scrollbar of the list (UL element - first box). I do NOT expect the hover out event to fire, however it
does in FF 3.5.7 (at least) with jQuery 1.4.1.
With jQuery 1.3.2 this works as expected (hover out event does not fire until you
have moved past the scrollbar and the border of the list). Also, it works as expected with a DIV instead of UL (second box).
This is especially problematic using the code when the hover-out code hides the
div, such as if you want a drop-down menu (with enough items to required scrolling)
to disappear when you move the mouse off of it.