]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoAccordion: Added visual tests for nested accordions with differing icons options.
Scott González [Mon, 27 Feb 2012 02:57:48 +0000 (21:57 -0500)]
Accordion: Added visual tests for nested accordions with differing icons options.

12 years agoAccordion: Don't toggle icons if the accordion doesn't have icons.
Scott González [Mon, 27 Feb 2012 02:54:05 +0000 (21:54 -0500)]
Accordion: Don't toggle icons if the accordion doesn't have icons.

12 years agoDatepicker: modified a catch variable to no longer mask an existing variable in scope... 602/head
Jasvir Nagra [Fri, 24 Feb 2012 21:57:46 +0000 (13:57 -0800)]
Datepicker: modified a catch variable to no longer mask an existing variable in scope. Fixed #8138 - datepicker: IE8 does not create a new scope for catch blocks and will cause

12 years agoSortable: modified the contents of placeholder to a single " ". Fixed #8135...
Bertjh [Fri, 24 Feb 2012 09:24:25 +0000 (10:24 +0100)]
Sortable: modified the contents of placeholder to a single " ". Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down.

12 years agoTooltip: Replace blur with focusout to deal with inputs nested in tooltipped elements.
Jörn Zaefferer [Thu, 23 Feb 2012 18:37:31 +0000 (19:37 +0100)]
Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped elements.

12 years agoCorrected week header for et locale. Fixed #8129 - Localization error in et locale...
Richard D. Worth [Thu, 23 Feb 2012 17:12:34 +0000 (12:12 -0500)]
Corrected week header for et locale. Fixed #8129 - Localization error in et locale (week header)

12 years agoPosition: Fix initial positioning of cycler demo.
Jörn Zaefferer [Thu, 23 Feb 2012 13:26:47 +0000 (14:26 +0100)]
Position: Fix initial positioning of cycler demo.

12 years agoTooltip: Mark target to prevent async results showing a tooltip that was closed already
Jörn Zaefferer [Sun, 19 Feb 2012 20:29:41 +0000 (21:29 +0100)]
Tooltip: Mark target to prevent async results showing a tooltip that was closed already

12 years agoTooltip: Document why we don't use removeAttr
Jörn Zaefferer [Sun, 19 Feb 2012 20:17:35 +0000 (21:17 +0100)]
Tooltip: Document why we don't use removeAttr

12 years agoMenu: Clean up tests to remove nested setTimeout calls
kborchers [Fri, 17 Feb 2012 22:05:12 +0000 (16:05 -0600)]
Menu: Clean up tests to remove nested setTimeout calls

12 years agoAutocomplete: Removed the timeout for the change event. Fixes #7550 - Autocomplete...
Scott González [Sat, 11 Feb 2012 20:43:38 +0000 (15:43 -0500)]
Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocomplete change event not triggered in time.

Thanks spekary for finding a workaround for IE.

12 years agoAccordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bit jumpy...
Scott González [Thu, 16 Feb 2012 21:51:46 +0000 (16:51 -0500)]
Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed.

12 years agoAutocomplete: Added a test for exceeding minLength, then falling below, then exceedin...
Scott González [Wed, 15 Feb 2012 16:41:30 +0000 (11:41 -0500)]
Autocomplete: Added a test for exceeding minLength, then falling below, then exceeding again.

12 years agoAdded Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization
Richard D. Worth [Wed, 15 Feb 2012 15:39:20 +0000 (10:39 -0500)]
Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization

12 years agoSortable demos: connect lists - added some bottom padding to each container. Fixed...
Richard D. Worth [Mon, 13 Feb 2012 14:20:04 +0000 (09:20 -0500)]
Sortable demos: connect lists - added some bottom padding to each container. Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element

12 years agoDatepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer localization.
Douglas [Mon, 13 Feb 2012 01:56:13 +0000 (20:56 -0500)]
Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer localization.

12 years agoJavaScript "strict mode" fixes
jdomnitz [Mon, 13 Feb 2012 00:58:56 +0000 (19:58 -0500)]
JavaScript "strict mode" fixes

12 years agoAutocomplete: Fixed typo in comment.
Scott González [Mon, 13 Feb 2012 00:27:20 +0000 (19:27 -0500)]
Autocomplete: Fixed typo in comment.

Thanks Jellyfrog.

12 years agoWhitespace
Scott González [Sun, 12 Feb 2012 20:52:46 +0000 (15:52 -0500)]
Whitespace

12 years agoCore: Removed modifier keys from key codes. Fixed #7613 - Incorrect UI keyCodes.
Scott González [Sun, 12 Feb 2012 17:29:16 +0000 (12:29 -0500)]
Core: Removed modifier keys from key codes. Fixed #7613 - Incorrect UI keyCodes.

12 years agoMouse: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var...
Scott González [Sun, 12 Feb 2012 14:31:06 +0000 (09:31 -0500)]
Mouse: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'

12 years agoDraggable: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of ...
Scott González [Sun, 12 Feb 2012 14:30:05 +0000 (09:30 -0500)]
Draggable: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'

12 years agoDatepicker: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of...
Scott González [Sun, 12 Feb 2012 14:27:54 +0000 (09:27 -0500)]
Datepicker: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'

12 years agoButton: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var...
Scott González [Sun, 12 Feb 2012 14:25:41 +0000 (09:25 -0500)]
Button: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'

12 years agoAccordion: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of ...
Scott González [Sun, 12 Feb 2012 14:24:09 +0000 (09:24 -0500)]
Accordion: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'

12 years agoDemos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - remove...
Scott González [Sun, 12 Feb 2012 14:14:36 +0000 (09:14 -0500)]
Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'

12 years agoUse jQuery.css() instead of deprecated jQuery.curCSS().
Scott González [Sun, 12 Feb 2012 14:01:06 +0000 (09:01 -0500)]
Use jQuery.css() instead of deprecated jQuery.curCSS().

12 years agoAccordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 - Accord...
Scott González [Sat, 11 Feb 2012 23:30:44 +0000 (18:30 -0500)]
Accordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 - Accordion + Sortable doesn't work properly on IE6/7.

12 years agoEasings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115...
Scott González [Sat, 11 Feb 2012 17:20:46 +0000 (12:20 -0500)]
Easings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115 - Easings: Simplify equations to only rely on state.

12 years agoAutocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete cancel...
Scott González [Sat, 11 Feb 2012 15:12:51 +0000 (10:12 -0500)]
Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete cancel pending request when text changes below minLength.

12 years agoAutocomplete: Set context for ajax requests instead of relying on default context...
Scott González [Sat, 11 Feb 2012 13:15:24 +0000 (08:15 -0500)]
Autocomplete: Set context for ajax requests instead of relying on default context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup.

12 years agoMenu tests: Handle async focus events in IE.
Scott González [Thu, 9 Feb 2012 21:19:50 +0000 (16:19 -0500)]
Menu tests: Handle async focus events in IE.

12 years agoSlider: Prevent the default action on keydown if we're listening for the pressed...
Scott González [Thu, 9 Feb 2012 19:00:21 +0000 (14:00 -0500)]
Slider: Prevent the default action on keydown if we're listening for the pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling.

12 years agoAccordion: Simplify CSS so content panels never have a top border instead of toggling...
Scott González [Thu, 9 Feb 2012 17:51:46 +0000 (12:51 -0500)]
Accordion: Simplify CSS so content panels never have a top border instead of toggling the bottom border of the headers.

12 years agoDatepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the datepick...
Scott González [Wed, 8 Feb 2012 18:42:55 +0000 (13:42 -0500)]
Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the datepicker via the provided button does not work in Chrome when the button contains other non-text elements.

12 years agoMerge pull request #593 from tjvantoll/bug_6763
Scott González [Wed, 8 Feb 2012 16:43:16 +0000 (08:43 -0800)]
Merge pull request #593 from tjvantoll/bug_6763

Resizable: Removed Opera relative/absolute positioning exception code.

12 years agoDemos draggable: corrected cursor option in cursor-style demos to not be inside of...
Richard D. Worth [Tue, 7 Feb 2012 12:06:58 +0000 (06:06 -0600)]
Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect

12 years agoResizable: Removed Opera relative/absolute positioning exception code. Fixed #6763... 593/head
TJ VanToll [Tue, 7 Feb 2012 02:17:39 +0000 (21:17 -0500)]
Resizable: Removed Opera relative/absolute positioning exception code.  Fixed #6763 - ui.dialog & resizable & button & opera 11

12 years agoMenu: Make sure the next element is defined in addition to checking length != 0
kborchers [Mon, 6 Feb 2012 21:16:08 +0000 (15:16 -0600)]
Menu: Make sure the next element is defined in addition to checking length != 0

12 years agoMenu: Focus the menu before performing keyboard unit tests.
kborchers [Mon, 6 Feb 2012 21:01:40 +0000 (15:01 -0600)]
Menu: Focus the menu before performing keyboard unit tests.

12 years agoMenu: Whitespace
kborchers [Mon, 6 Feb 2012 20:13:45 +0000 (14:13 -0600)]
Menu: Whitespace

12 years agoMenu: Prevent navigating to disabled menu items with the keyboard.
kborchers [Mon, 6 Feb 2012 20:12:56 +0000 (14:12 -0600)]
Menu: Prevent navigating to disabled menu items with the keyboard.

12 years agoMenu: Remove left over debugging statement.
kborchers [Sat, 4 Feb 2012 14:37:04 +0000 (08:37 -0600)]
Menu: Remove left over debugging statement.

12 years agoMenu: Prevent clicking on disabled menu items and remove unnecessary extra padding...
kborchers [Fri, 3 Feb 2012 22:12:37 +0000 (16:12 -0600)]
Menu: Prevent clicking on disabled menu items and remove unnecessary extra padding from disabled items.

12 years agoSortable: Fixed destroy to remove instance from element. Fixes #8094 - .sortable...
Scott González [Thu, 2 Feb 2012 16:38:51 +0000 (11:38 -0500)]
Sortable: Fixed destroy to remove instance from element. Fixes #8094 - .sortable() after destroy does not work.

12 years agoVisual tests: Cleaned up dialog tests.
Scott González [Thu, 2 Feb 2012 01:35:31 +0000 (20:35 -0500)]
Visual tests: Cleaned up dialog tests.

12 years agoStatic tests: Removed slider tests.
Scott González [Thu, 2 Feb 2012 00:54:57 +0000 (19:54 -0500)]
Static tests: Removed slider tests.

12 years agoWidget: Allow redefining a widget after other widgets have inherited from it.
Scott González [Wed, 1 Feb 2012 21:59:26 +0000 (16:59 -0500)]
Widget: Allow redefining a widget after other widgets have inherited from it.

12 years agoDatepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051...
levushka [Wed, 1 Feb 2012 19:47:56 +0000 (14:47 -0500)]
Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!

12 years agoAutocomplete: Added test for close method.
Scott González [Tue, 31 Jan 2012 19:21:18 +0000 (14:21 -0500)]
Autocomplete: Added test for close method.

12 years agoAccordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028...
Scott González [Tue, 31 Jan 2012 19:07:17 +0000 (14:07 -0500)]
Accordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028 - Accordion: Hoverintent demo throws an error in IE.

12 years agoAccordion: Adjusted tests for icons: false.
Scott González [Tue, 31 Jan 2012 18:11:20 +0000 (13:11 -0500)]
Accordion: Adjusted tests for icons: false.

12 years agoAccordion: Fixed styling for nested accordions.
Scott González [Tue, 31 Jan 2012 18:09:28 +0000 (13:09 -0500)]
Accordion: Fixed styling for nested accordions.

12 years agoAccordion: Moved the ui-accordion-icons class to the headers to properly style nested...
Scott González [Tue, 31 Jan 2012 17:48:00 +0000 (12:48 -0500)]
Accordion: Moved the ui-accordion-icons class to the headers to properly style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion.

12 years agoAccordion: Pass header and content in create event. Fixes #7869 - Accordion: Provide...
Scott González [Tue, 31 Jan 2012 16:46:31 +0000 (11:46 -0500)]
Accordion: Pass header and content in create event. Fixes #7869 - Accordion: Provide header and content details in create event.

12 years agoAccordion: Reset overflowX and overflowY after animations to fix overflow in Opera...
Scott González [Tue, 31 Jan 2012 15:42:01 +0000 (10:42 -0500)]
Accordion: Reset overflowX and overflowY after animations to fix overflow in Opera <11.6. Fixes #6971 - Accordion animation bug in Opera 11.01 with jQuery 1.4.3+.

12 years agoAccordion: Use ui-accordion-header-active class.
Scott González [Tue, 31 Jan 2012 13:54:21 +0000 (08:54 -0500)]
Accordion: Use ui-accordion-header-active class.

12 years agoDemos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI...
Scott González [Sat, 28 Jan 2012 12:44:58 +0000 (07:44 -0500)]
Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.

12 years agoMenu: Added unit tests for the enable, disable and refresh methods as well as the...
kborchers [Sun, 22 Jan 2012 17:26:41 +0000 (11:26 -0600)]
Menu: Added unit tests for the enable, disable and refresh methods as well as the disabled option. Cleaned up some variable names in unit tests.

12 years agoMenu: Added check for the disabled option on create.
kborchers [Sun, 22 Jan 2012 17:24:49 +0000 (11:24 -0600)]
Menu: Added check for the disabled option on create.

12 years agoTabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and panel...
Scott González [Sat, 21 Jan 2012 13:46:02 +0000 (08:46 -0500)]
Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and panel details in create event.

12 years agoWidget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide event...
Scott González [Sat, 21 Jan 2012 13:45:41 +0000 (08:45 -0500)]
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide event data for create event.

12 years agoTabs: Move logic for finding the tab list into its own function to allow overriding...
Scott González [Sat, 21 Jan 2012 13:04:39 +0000 (08:04 -0500)]
Tabs: Move logic for finding the tab list into its own function to allow overriding for rare usage scenarios.

12 years agoDatepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian...
stojce [Mon, 5 Dec 2011 08:59:42 +0000 (09:59 +0100)]
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian locale has incorrect date format.

12 years agoMerge pull request #569 from ryanolton/master
Scott González [Fri, 20 Jan 2012 16:23:58 +0000 (08:23 -0800)]
Merge pull request #569 from ryanolton/master

Fixed #5818 - multiple DatePickers won't trigger close event

12 years agoMerge pull request #570 from clear00/master
Scott González [Fri, 20 Jan 2012 16:13:28 +0000 (08:13 -0800)]
Merge pull request #570 from clear00/master

Datepicker i18n: Fix some issues on the Korean translation

12 years agoSortable: Added a variable to track if initialization is complete. Fixes #4759 -...
SpoonNZ [Fri, 20 Jan 2012 03:54:47 +0000 (16:54 +1300)]
Sortable: Added a variable to track if initialization is complete. Fixes #4759 - a major optimization is possible in sortable().

12 years agoCore: Access offsetHeight on div for support tests to avoid a layout bug in IE 9...
Scott González [Fri, 20 Jan 2012 02:37:21 +0000 (21:37 -0500)]
Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.

12 years agoMerge pull request #564 from arhea/master
Scott González [Thu, 19 Jan 2012 22:05:00 +0000 (14:05 -0800)]
Merge pull request #564 from arhea/master

Tabs isLocal function was not compatible with HTML5 push state

12 years agoPosition: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is...
Rick Waldron [Wed, 18 Jan 2012 23:58:43 +0000 (18:58 -0500)]
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.

12 years agoMenu tests: Removed trigger option.
Scott González [Wed, 18 Jan 2012 21:51:43 +0000 (16:51 -0500)]
Menu tests: Removed trigger option.

12 years agoButton: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled...
Scott González [Wed, 18 Jan 2012 21:37:04 +0000 (16:37 -0500)]
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled option on button widget returns jQuery object, not default value.

12 years agoDatepicker i18n (nl-BE): Removed BOM.
Scott González [Thu, 12 Jan 2012 21:49:50 +0000 (16:49 -0500)]
Datepicker i18n (nl-BE): Removed BOM.

12 years agoDatepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on... 570/head
clear00 [Thu, 12 Jan 2012 20:01:01 +0000 (05:01 +0900)]
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation

12 years agoDatepicker: added check to account for multiple pickers on one page. Fixed #5818... 569/head
ryanolton [Thu, 12 Jan 2012 16:22:48 +0000 (11:22 -0500)]
Datepicker: added check to account for multiple pickers on one page. Fixed #5818 – multiple DatePickers won't trigger close event

12 years agoSimulate: Define getters for pageX and pageY in mouse events if they come through...
Scott González [Thu, 12 Jan 2012 13:59:34 +0000 (08:59 -0500)]
Simulate: Define getters for pageX and pageY in mouse events if they come through as 0. Fixes #7324 - simulate mouse events broken for IE 9.

12 years agoMenubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that...
Jörn Zaefferer [Wed, 11 Jan 2012 18:58:46 +0000 (19:58 +0100)]
Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that before

12 years agoWidget: Set guid on event handler proxies so direct unbinding works.
Scott González [Sun, 8 Jan 2012 01:48:42 +0000 (20:48 -0500)]
Widget: Set guid on event handler proxies so direct unbinding works.

12 years agoSpinner: Allow strings for min, max, and step options, converting immediately to...
Scott González [Sat, 7 Jan 2012 14:12:27 +0000 (09:12 -0500)]
Spinner: Allow strings for min, max, and step options, converting immediately to numbers based on numberFormat and culture.

12 years agoEffects: Whitespace fixes & using parseFloat instead of parseInt
Corey Frang [Thu, 5 Jan 2012 17:46:50 +0000 (11:46 -0600)]
Effects: Whitespace fixes & using parseFloat instead of parseInt

12 years agoEffects: Blind effect bugfix - Pull Request #563 - No Ticket
rozwell [Thu, 5 Jan 2012 17:43:51 +0000 (11:43 -0600)]
Effects: Blind effect bugfix - Pull Request #563 - No Ticket

12 years agoMenubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete...
Jörn Zaefferer [Wed, 4 Jan 2012 15:40:44 +0000 (16:40 +0100)]
Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them.

12 years agoRemoved regex from function and split return into two lines. 564/head
Alex Rhea [Tue, 3 Jan 2012 18:18:13 +0000 (13:18 -0500)]
Removed regex from function and split return into two lines.

12 years agoBug fix for isLocal function in jQuery Tabs.
Alex Rhea [Tue, 3 Jan 2012 18:00:02 +0000 (13:00 -0500)]
Bug fix for isLocal function in jQuery Tabs.

isLocal function was not compatible with HTML5 push state as the url
could have changed since the page was loaded as in cases with
Backbone.js

12 years agoMenu: Change first() and last() to isFirstItem() and isLastItem()
kborchers [Fri, 23 Dec 2011 15:48:14 +0000 (09:48 -0600)]
Menu: Change first() and last() to isFirstItem() and isLastItem()

12 years agoMenu: Fix close delay and increase the default delay
kborchers [Tue, 20 Dec 2011 17:49:48 +0000 (11:49 -0600)]
Menu: Fix close delay and increase the default delay

12 years agoMerge pull request #553 from AlbertoMonteiro/master
Scott González [Thu, 15 Dec 2011 20:59:39 +0000 (12:59 -0800)]
Merge pull request #553 from AlbertoMonteiro/master

Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position

12 years agoDialog: When destroy is called place the element back in original DOM position. Fixed... 553/head
Alberto Monteiro [Thu, 15 Dec 2011 20:52:49 +0000 (17:52 -0300)]
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position

12 years agoMenu: Replace accidentally removed scroll-handling code in focus
kborchers [Thu, 15 Dec 2011 19:28:33 +0000 (13:28 -0600)]
Menu: Replace accidentally removed scroll-handling code in focus

12 years agoMenu: Fix focus handling to keep focus on the menu and prevent jumping around within...
kborchers [Thu, 15 Dec 2011 18:43:28 +0000 (12:43 -0600)]
Menu: Fix focus handling to keep focus on the menu and prevent jumping around within the menu on mousedown

12 years agoMenu: Update the default visual test to use the new menus option that replaced the...
kborchers [Wed, 7 Dec 2011 20:51:46 +0000 (14:51 -0600)]
Menu: Update the default visual test to use the new menus option that replaced the items option

12 years agoMerge pull request #541 from kborchers/menubar_otherStructures
Kris Borchers [Wed, 7 Dec 2011 18:19:55 +0000 (10:19 -0800)]
Merge pull request #541 from kborchers/menubar_otherStructures

Menubar: Allow structures other than just UL/LI and combine the _next, _prev, _right and _left into _move

12 years agoMenubar: Fix font-weight and spacing of disabled menu items 541/head
kborchers [Thu, 1 Dec 2011 20:51:23 +0000 (14:51 -0600)]
Menubar: Fix font-weight and spacing of disabled menu items

12 years agoMenubar: Update the items option in Menu to the renamed menus option
kborchers [Thu, 1 Dec 2011 18:57:31 +0000 (12:57 -0600)]
Menubar: Update the items option in Menu to the renamed menus option

12 years agoMerge branch 'master' into menubar_otherStructures
kborchers [Thu, 1 Dec 2011 18:53:35 +0000 (12:53 -0600)]
Merge branch 'master' into menubar_otherStructures

12 years agoMenu: Change items option to menus
kborchers [Thu, 1 Dec 2011 18:39:16 +0000 (12:39 -0600)]
Menu: Change items option to menus

12 years agoBuild: Also minify i18n files.
Jörn Zaefferer [Thu, 1 Dec 2011 16:05:58 +0000 (17:05 +0100)]
Build: Also minify i18n files.

12 years agoMenu: Remove the isScrolling check which nolonger seems necessary.
kborchers [Wed, 30 Nov 2011 14:39:10 +0000 (08:39 -0600)]
Menu: Remove the isScrolling check which nolonger seems necessary.

12 years agoButton: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the...
Scott González [Tue, 29 Nov 2011 20:01:04 +0000 (15:01 -0500)]
Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera.

12 years agoMerge pull request #537 from RobLoach/master
Scott González [Tue, 29 Nov 2011 13:08:35 +0000 (05:08 -0800)]
Merge pull request #537 from RobLoach/master

Remove whitespace at the end of Dialog title CSS definition.