Skip to content

Commit

Permalink
slider: fixed failing visual test: slider_in_container_with_scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Feb 10, 2009
1 parent 032e584 commit fddd2c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/ui.slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ $.widget("ui.slider", $.extend({}, $.ui.mouse, {

self._slide(event, index, newVal);

return false;

}).keyup(function(event) {

if (self._keySliding) {
Expand Down

0 comments on commit fddd2c3

Please sign in to comment.