]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoTabs: Remvoed spinner image from tests.
Scott González [Tue, 10 May 2011 13:16:16 +0000 (09:16 -0400)]
Tabs: Remvoed spinner image from tests.

13 years agoTabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.
Scott González [Tue, 10 May 2011 13:15:08 +0000 (09:15 -0400)]
Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.

13 years agoTabs: Moved tests out of tickets file.
Scott González [Tue, 10 May 2011 12:47:00 +0000 (08:47 -0400)]
Tabs: Moved tests out of tickets file.

13 years agoTabs: Updated tests for destroy method.
Scott González [Mon, 9 May 2011 21:41:43 +0000 (17:41 -0400)]
Tabs: Updated tests for destroy method.

13 years agoTabs: Added tests for beforeload event on init.
Scott González [Mon, 9 May 2011 21:38:34 +0000 (17:38 -0400)]
Tabs: Added tests for beforeload event on init.

13 years agoTabs: Updated tests for disabled option.
Scott González [Mon, 9 May 2011 21:10:36 +0000 (17:10 -0400)]
Tabs: Updated tests for disabled option.

13 years agoTabs: Added tests for event option.
Scott González [Mon, 9 May 2011 21:01:11 +0000 (17:01 -0400)]
Tabs: Added tests for event option.

13 years agoTabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.
Scott González [Mon, 9 May 2011 20:54:51 +0000 (16:54 -0400)]
Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.

13 years agoTabs: Only trigger tabsload on success.
Scott González [Mon, 9 May 2011 20:04:33 +0000 (16:04 -0400)]
Tabs: Only trigger tabsload on success.

13 years agoTabs: Add tabsload event tests.
David Petersen [Mon, 9 May 2011 19:42:24 +0000 (15:42 -0400)]
Tabs: Add tabsload event tests.

13 years agoReadme update: Some instructions for cherry-picking from pull requests
Jörn Zaefferer [Mon, 9 May 2011 19:42:44 +0000 (21:42 +0200)]
Readme update: Some instructions for cherry-picking from pull requests

13 years agoTabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event; depreca...
Scott González [Mon, 9 May 2011 19:04:01 +0000 (15:04 -0400)]
Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.

13 years agoTabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeload event...
Scott González [Mon, 9 May 2011 18:45:57 +0000 (14:45 -0400)]
Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.

Thanks gnarf for the unit test idea.

13 years agoMerge pull request #235 from kborchers/bug_4333_2
Scott González [Mon, 9 May 2011 17:10:17 +0000 (10:10 -0700)]
Merge pull request #235 from kborchers/bug_4333_2

Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE

13 years agoTabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinner option.
Scott González [Mon, 9 May 2011 16:52:00 +0000 (12:52 -0400)]
Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinner option.

13 years agoMouse: Changed mouseHandled check to a local var rather than using originalEvent... 235/head
kborchers [Mon, 9 May 2011 16:43:45 +0000 (11:43 -0500)]
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE

13 years agoTabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tabs: Depre...
Scott González [Mon, 9 May 2011 15:31:01 +0000 (11:31 -0400)]
Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options).

13 years agoMerge pull request #229 from kzys/strange-whitespace
Richard D. Worth [Mon, 9 May 2011 13:50:19 +0000 (06:50 -0700)]
Merge pull request #229 from kzys/strange-whitespace

'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).

13 years agoMerge pull request #231 from itsadok/patch-1
Richard D. Worth [Mon, 9 May 2011 12:06:48 +0000 (05:06 -0700)]
Merge pull request #231 from itsadok/patch-1

fix: delete runaway backslash

13 years agoPopup and Menubar demos
Jörn Zaefferer [Sun, 8 May 2011 18:41:21 +0000 (20:41 +0200)]
Popup and Menubar demos

13 years agofix: delete runaway backslash 231/head
itsadok [Sun, 8 May 2011 09:37:33 +0000 (02:37 -0700)]
fix: delete runaway backslash

13 years agoPopup: Fix keyboard handling to prevent scrolling on keydown
Jörn Zaefferer [Sat, 7 May 2011 14:23:31 +0000 (16:23 +0200)]
Popup: Fix keyboard handling to prevent scrolling on keydown

13 years agoPromote menubar and popup to their own top level files
Jörn Zaefferer [Sat, 7 May 2011 14:22:04 +0000 (16:22 +0200)]
Promote menubar and popup to their own top level files

13 years agoPopup: Better key handling on trigger, along with a few more TODO comments
Jörn Zaefferer [Sat, 7 May 2011 13:18:50 +0000 (15:18 +0200)]
Popup: Better key handling on trigger, along with a few more TODO comments

13 years agoTooltip/Popup: Improve video-player demo
Jörn Zaefferer [Sat, 7 May 2011 13:18:29 +0000 (15:18 +0200)]
Tooltip/Popup: Improve video-player demo

13 years agoDialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020). 229/head
Kato Kazuyoshi [Sat, 7 May 2011 07:02:06 +0000 (16:02 +0900)]
Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).

13 years agoPopup: Improve key handling
Jörn Zaefferer [Fri, 6 May 2011 17:49:50 +0000 (19:49 +0200)]
Popup: Improve key handling

13 years agoPopup/Tooltip: Fix tab order and add notifications (on select) in
Jörn Zaefferer [Fri, 6 May 2011 17:43:47 +0000 (19:43 +0200)]
Popup/Tooltip: Fix tab order and add notifications (on select) in
video-player demo.

13 years agoPopup: If popup is a menu, focus the first menu item, as menubar does.
Jörn Zaefferer [Fri, 6 May 2011 17:28:18 +0000 (19:28 +0200)]
Popup: If popup is a menu, focus the first menu item, as menubar does.

13 years agoPopup: Fix the reopens-issue when clicking the trigger while popup is
Jörn Zaefferer [Fri, 6 May 2011 17:21:13 +0000 (19:21 +0200)]
Popup: Fix the reopens-issue when clicking the trigger while popup is
visible, while still handling an actualy blur properly.

13 years agoMerge pull request #218 from kborchers/bug_6775
Scott González [Fri, 6 May 2011 17:29:02 +0000 (10:29 -0700)]
Merge pull request #218 from kborchers/bug_6775

Datepicker: Moved the setting of  _datepickerShowing to after postProcess. Fixed #6775

13 years agoTabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need to have...
eddiemonge [Thu, 5 May 2011 22:51:48 +0000 (15:51 -0700)]
Tabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need to have execute permissions.

13 years agoDatepicker: Moved the setting of _datepickerShowing to after postProcess to prevent... 218/head
kborchers [Fri, 6 May 2011 15:40:43 +0000 (10:40 -0500)]
Datepicker: Moved the setting of  _datepickerShowing to after postProcess to prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out

13 years agoMerge pull request #207 from eikes/bug-5945 209/head
Scott González [Thu, 5 May 2011 12:48:58 +0000 (05:48 -0700)]
Merge pull request #207 from eikes/bug-5945

Button: stop disabled button from firing click events. fixes #5945.

13 years agoButton: stop disabled button from firing click events. fixes #5945. Behavior was... 207/head
Eike Send [Thu, 5 May 2011 12:45:06 +0000 (14:45 +0200)]
Button: stop disabled button from firing click events. fixes #5945. Behavior was inconsisten between BUTTON and A elements.

13 years agoPopup: Rename open flag to isOpen to avoid name conflict with open method.
Jörn Zaefferer [Thu, 5 May 2011 12:20:56 +0000 (14:20 +0200)]
Popup: Rename open flag to isOpen to avoid name conflict with open method.

13 years agoMerge pull request #200 from kzys/trac-6704-2
Scott González [Wed, 4 May 2011 21:09:37 +0000 (14:09 -0700)]
Merge pull request #200 from kzys/trac-6704-2

Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.

13 years agoMerge pull request #201 from kzys/trac-7062
Scott González [Wed, 4 May 2011 21:00:20 +0000 (14:00 -0700)]
Merge pull request #201 from kzys/trac-7062

Fixed #7062 - $.datepicker.parseDate does not work for some locale date strings.

13 years agoMerge pull request #202 from kzys/trac-6734
Scott González [Wed, 4 May 2011 20:55:05 +0000 (13:55 -0700)]
Merge pull request #202 from kzys/trac-6734

Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.

13 years agoDatepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker. 202/head
Kato Kazuyoshi [Wed, 4 May 2011 20:29:13 +0000 (05:29 +0900)]
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.

13 years agoDatepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDate does... 201/head
Kato Kazuyoshi [Wed, 4 May 2011 20:06:27 +0000 (05:06 +0900)]
Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDate does not work for some locale date strings.

13 years agoDatepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #6704 -... 200/head
Kato Kazuyoshi [Wed, 4 May 2011 19:07:43 +0000 (04:07 +0900)]
Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.

13 years agoMenubar: Code formatting. A bit of cleanup: Replace self with that;
Jörn Zaefferer [Wed, 4 May 2011 09:50:07 +0000 (11:50 +0200)]
Menubar: Code formatting. A bit of cleanup: Replace self with that;
replace an unnecessary each.

13 years agoPopup: Also expose open method
Jörn Zaefferer [Wed, 4 May 2011 09:21:30 +0000 (11:21 +0200)]
Popup: Also expose open method

13 years agoPopup: Prevent SPACE key event on trigger from scrolling the page
Jörn Zaefferer [Wed, 4 May 2011 09:20:04 +0000 (11:20 +0200)]
Popup: Prevent SPACE key event  on trigger from scrolling the page

13 years agoPopup: Rename _close to close and use it when selecting something within a popup.
Jörn Zaefferer [Wed, 4 May 2011 09:14:32 +0000 (11:14 +0200)]
Popup: Rename _close to close and use it when selecting something within a popup.

13 years agoPopup: Partial fix for closing popup when trigger is clicked again.
Jörn Zaefferer [Wed, 4 May 2011 09:06:32 +0000 (11:06 +0200)]
Popup: Partial fix for closing popup when trigger is clicked again.

13 years agoMenubar review
Jörn Zaefferer [Wed, 4 May 2011 06:31:14 +0000 (08:31 +0200)]
Menubar review

13 years agoTooltip: Also close on click. Essential for tooltips on menu buttons.
Jörn Zaefferer [Wed, 4 May 2011 06:21:57 +0000 (08:21 +0200)]
Tooltip: Also close on click. Essential for tooltips on menu buttons.

13 years agoPopup: Update popup test
Jörn Zaefferer [Wed, 4 May 2011 06:20:41 +0000 (08:20 +0200)]
Popup: Update popup test

13 years agoPopup: Add a non-menu popup example
Jörn Zaefferer [Tue, 3 May 2011 20:42:35 +0000 (22:42 +0200)]
Popup: Add a non-menu popup example

13 years agoMenu: Restore _destroy - remove tabIndex (gets added), don't remove ID
Jörn Zaefferer [Tue, 3 May 2011 19:57:25 +0000 (21:57 +0200)]
Menu: Restore _destroy - remove tabIndex (gets added), don't remove ID
(can get generated, but removing only generated ideas hopefully isn't
necessary). May have to fix that later.

13 years agoEffects (blind): direction now accepts up/down/left/right as well as vertical(up...
gnarf [Tue, 3 May 2011 13:16:30 +0000 (09:16 -0400)]
Effects (blind): direction now accepts up/down/left/right as well as vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.

13 years agoTabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate select...
Scott González [Tue, 3 May 2011 11:48:08 +0000 (07:48 -0400)]
Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate select method.

13 years agoTabs: Clean up some tests.
Scott González [Tue, 3 May 2011 11:14:33 +0000 (07:14 -0400)]
Tabs: Clean up some tests.

13 years agoTabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selected...
Scott González [Tue, 3 May 2011 11:14:19 +0000 (07:14 -0400)]
Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selected option to active.

13 years agoTabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enable and...
Scott González [Tue, 3 May 2011 10:31:12 +0000 (06:31 -0400)]
Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enable and disable events.

13 years agoPosition: Handled scrolled windows properly with collision: fit. Fixes #7211 - Positi...
Jean-Francois Remy [Tue, 3 May 2011 08:38:17 +0000 (04:38 -0400)]
Position: Handled scrolled windows properly with collision: fit. Fixes #7211 - Position: Collision: fit doesn't work at top of window when scrolled.

13 years agoDialog: remove unneeded DOM manipulations. Fixed #7258 - optimize initialization.
Adam Baratz [Mon, 2 May 2011 22:03:14 +0000 (18:03 -0400)]
Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize initialization.

13 years agoMerge pull request #187 from virgofx/master.
Scott González [Mon, 2 May 2011 21:49:05 +0000 (14:49 -0700)]
Merge pull request #187 from virgofx/master.

Fix #7270 - Draggable iFrameFix

13 years agoMerge pull request #191 from whittet/patch-1.
Scott González [Mon, 2 May 2011 21:46:01 +0000 (14:46 -0700)]
Merge pull request #191 from whittet/patch-1.

Bug fix for another use case, see comment by whittet here: http://bugs.jq

13 years agoMerge pull request #192 from ef4/master.
Scott González [Mon, 2 May 2011 21:42:33 +0000 (14:42 -0700)]
Merge pull request #192 from ef4/master.

Fixed #4445 containment ignored when scrolling in overflow div

13 years agoTooltip: Fix (most) of the unit tests. Not all issues resolved, but
Jörn Zaefferer [Mon, 2 May 2011 19:04:56 +0000 (21:04 +0200)]
Tooltip: Fix (most) of the unit tests. Not all issues resolved, but
enough for testswarm results to be useful.

13 years agoFix menu unit tests (regression fron Hans' branch)
Jörn Zaefferer [Mon, 2 May 2011 18:35:58 +0000 (20:35 +0200)]
Fix menu unit tests (regression fron Hans' branch)

13 years agoAdd simple error handling for domEqual method (was failing for menu, output not helpful).
Jörn Zaefferer [Mon, 2 May 2011 18:35:18 +0000 (20:35 +0200)]
Add simple error handling for domEqual method (was failing for menu, output not helpful).

13 years agoTooltip: Replace offset property with inline my+offset to make it easier
Jörn Zaefferer [Mon, 2 May 2011 16:21:04 +0000 (18:21 +0200)]
Tooltip: Replace offset property with inline my+offset to make it easier
to override the offset. Fixes the odd offset in the video player demo.
Also doesn't need units.

13 years agoDatepicker: bind hover events using delegate. Fixed #7256 - minimize event binding...
adambaratz [Fri, 15 Apr 2011 14:23:46 +0000 (07:23 -0700)]
Datepicker: bind hover events using delegate. Fixed #7256 - minimize event binding in Datepicker initialization.

13 years agoTooltip: Add drop effect to tooltip animations test
Jörn Zaefferer [Mon, 2 May 2011 12:56:53 +0000 (14:56 +0200)]
Tooltip: Add drop effect to tooltip animations test

13 years agoMerge remote branch 'gnarf37/widget-show-hide'
Scott González [Mon, 2 May 2011 12:54:36 +0000 (08:54 -0400)]
Merge remote branch 'gnarf37/widget-show-hide'

13 years agoWidget: show/hide effects added BackCompat
gnarf [Mon, 2 May 2011 12:49:11 +0000 (07:49 -0500)]
Widget: show/hide effects added BackCompat

13 years agoTooltip: Add visual testpage for animations
Jörn Zaefferer [Mon, 2 May 2011 12:40:26 +0000 (14:40 +0200)]
Tooltip: Add visual testpage for animations

13 years agowidget: Updating code for show/hide to use new effects API namespace - DRY'ed out... 194/head
gnarf [Mon, 2 May 2011 11:49:59 +0000 (06:49 -0500)]
widget: Updating code for show/hide to use new effects API namespace - DRY'ed out a bit as well

13 years agoTooltip: update video player demo with custom animations
Jörn Zaefferer [Mon, 2 May 2011 11:15:54 +0000 (13:15 +0200)]
Tooltip: update video player demo with custom animations

13 years agoMerge branch 'master' into tooltip-animations
Jörn Zaefferer [Mon, 2 May 2011 11:12:36 +0000 (13:12 +0200)]
Merge branch 'master' into tooltip-animations

13 years agoTooltip: Overhaul widget animations code to allow delay with plain show/hide
Jörn Zaefferer [Mon, 2 May 2011 11:11:58 +0000 (13:11 +0200)]
Tooltip: Overhaul widget animations code to allow delay with plain show/hide

13 years agoTooltip: Update demo description
Jörn Zaefferer [Mon, 2 May 2011 11:01:27 +0000 (13:01 +0200)]
Tooltip: Update demo description

13 years agoTooltip: Custom styles for video player demo
Jörn Zaefferer [Mon, 2 May 2011 10:42:45 +0000 (12:42 +0200)]
Tooltip: Custom styles for video player demo

13 years agoTooltip: Add video player demo
Jörn Zaefferer [Mon, 2 May 2011 10:34:26 +0000 (12:34 +0200)]
Tooltip: Add video player demo

13 years agoCore: reuse tabindex value. Fixed #7257 - optimize :tabbable.
adambaratz [Fri, 15 Apr 2011 14:51:56 +0000 (07:51 -0700)]
Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.

13 years agoResizable: switch data: background image to valid image file, small 1px transparent...
Richard Worth [Fri, 29 Apr 2011 11:00:58 +0000 (07:00 -0400)]
Resizable: switch data: background image to valid image file, small 1px transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined)

13 years agoTabs: Added tests for add and remove events.
Scott González [Fri, 29 Apr 2011 02:12:59 +0000 (22:12 -0400)]
Tabs: Added tests for add and remove events.

13 years agoTabs: Cleaned up add and remove methods.
Scott González [Fri, 29 Apr 2011 01:35:04 +0000 (21:35 -0400)]
Tabs: Cleaned up add and remove methods.

13 years agoTabs: update sortable demo to call refresh method. Fixes #4524 Tabs: Sortable demo...
David Petersen [Thu, 28 Apr 2011 00:38:59 +0000 (20:38 -0400)]
Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: Sortable demo causes bad index references

13 years agoTabs: Added more tests for refresh method and changed the implementation a bit.
Scott González [Thu, 28 Apr 2011 18:38:57 +0000 (14:38 -0400)]
Tabs: Added more tests for refresh method and changed the implementation a bit.

13 years agoTabs: Fix issues with refresh method, add refresh method tests
David Petersen [Tue, 19 Apr 2011 16:54:41 +0000 (12:54 -0400)]
Tabs: Fix issues with refresh method, add refresh method tests

13 years agoTabs: Remove refresh dependancy in _setOptions
David Petersen [Sun, 17 Apr 2011 23:53:04 +0000 (19:53 -0400)]
Tabs: Remove refresh dependancy in _setOptions

13 years agoTabs: Fixed disable method and cleaned up tests for enable and disable methods.
Scott González [Thu, 28 Apr 2011 16:04:08 +0000 (12:04 -0400)]
Tabs: Fixed disable method and cleaned up tests for enable and disable methods.

13 years agoDraggable: containment now updates dynamically to handle scrolling container. Fixed... 192/head
Edward Faulkner [Thu, 28 Apr 2011 14:43:02 +0000 (10:43 -0400)]
Draggable: containment now updates dynamically to handle scrolling container. Fixed #4445 containment ignored when scrolling in overflow div

13 years agoTabs: enable/disable handle when current state already matches, fix error when disabl...
David Petersen [Mon, 18 Apr 2011 01:09:47 +0000 (21:09 -0400)]
Tabs: enable/disable handle when current state already matches, fix error when disabled = true and enable gets called

13 years agoTabs: simplify disabled logic
David Petersen [Sun, 17 Apr 2011 23:51:45 +0000 (19:51 -0400)]
Tabs: simplify disabled logic

13 years agoTabs: Make sure prototype.url is defined before trying to shim it
David Petersen [Thu, 28 Apr 2011 13:07:54 +0000 (09:07 -0400)]
Tabs: Make sure prototype.url is defined before trying to shim it

13 years agoClass Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust...
Scott González [Wed, 27 Apr 2011 14:42:21 +0000 (10:42 -0400)]
Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6."

13 years agoBug fix for another use case, see comment by whittet here: http://bugs.jqueryui.com... 191/head
whittet [Wed, 27 Apr 2011 14:21:29 +0000 (07:21 -0700)]
Bug fix for another use case, see comment by whittet here: http://bugs.jqueryui.com/ticket/6702

13 years agoMerge branch 'master' into menubar
Jörn Zaefferer [Tue, 26 Apr 2011 20:05:44 +0000 (22:05 +0200)]
Merge branch 'master' into menubar

Conflicts:
ui/jquery.ui.menu.js

13 years agoWidget: define a null default for the create callback.
Scott González [Mon, 25 Apr 2011 18:04:30 +0000 (14:04 -0400)]
Widget: define a null default for the create callback.

13 years agoAccordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
Scott González [Mon, 25 Apr 2011 12:10:39 +0000 (08:10 -0400)]
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.

13 years agoMenu: Add ui-state-active to parent item when submenu item receives focus.
jzaefferer [Sat, 23 Apr 2011 15:36:52 +0000 (17:36 +0200)]
Menu: Add ui-state-active to parent item when submenu item receives focus.

13 years agoremoved unbind for focusin and focusout 183/head
Hans Hillen [Sat, 23 Apr 2011 15:35:03 +0000 (17:35 +0200)]
removed unbind for focusin and focusout

13 years agochange self.open to this.open
Hans Hillen [Sat, 23 Apr 2011 15:31:25 +0000 (17:31 +0200)]
change self.open to this.open

13 years agoFix collapsing submenus issue
Hans Hillen [Fri, 22 Apr 2011 21:14:04 +0000 (23:14 +0200)]
Fix collapsing submenus issue