]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoAccordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation 517/head
Gaëtan Muller [Sun, 6 Nov 2011 14:21:22 +0000 (15:21 +0100)]
Accordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation

12 years agoTests: Removed unnecessary visual tests for button.
Scott González [Thu, 3 Nov 2011 13:01:15 +0000 (09:01 -0400)]
Tests: Removed unnecessary visual tests for button.

12 years agoTests: Removed visual tests for plugins that are being rewritten.
Scott González [Thu, 3 Nov 2011 12:45:04 +0000 (08:45 -0400)]
Tests: Removed visual tests for plugins that are being rewritten.

12 years agoTests: Change the input in the effects test to a text input. This fixes failing tests...
kborchers [Wed, 2 Nov 2011 17:22:58 +0000 (12:22 -0500)]
Tests: Change the input in the effects test to a text input. This fixes failing tests in IE8 that could not focus the input.

12 years agoPosition: Check for fraction support.
Scott González [Wed, 2 Nov 2011 15:09:00 +0000 (11:09 -0400)]
Position: Check for fraction support.

12 years agoTabs test: Increase delay in load test.
Scott González [Wed, 2 Nov 2011 13:35:20 +0000 (09:35 -0400)]
Tabs test: Increase delay in load test.

12 years agoPosition tests: Changed DOM structure to fix dimensions of within container.
Scott González [Wed, 2 Nov 2011 12:53:42 +0000 (08:53 -0400)]
Position tests: Changed DOM structure to fix dimensions of within container.

12 years agoDatepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language...
Scott González [Tue, 1 Nov 2011 22:16:04 +0000 (18:16 -0400)]
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language code.

12 years agoTests (Simulate): Make the blur event async to deal with IE's native blur being async.
Scott González [Tue, 1 Nov 2011 20:35:49 +0000 (16:35 -0400)]
Tests (Simulate): Make the blur event async to deal with IE's native blur being async.

12 years agoAutocomplete tests: Fixed typo.
Scott González [Tue, 1 Nov 2011 20:26:31 +0000 (16:26 -0400)]
Autocomplete tests: Fixed typo.

12 years agoTests (Simulate): Added focus and blur support.
Scott González [Mon, 31 Oct 2011 21:28:00 +0000 (17:28 -0400)]
Tests (Simulate): Added focus and blur support.

12 years agoTests (Simulate): Whitespace cleanup.
Scott González [Mon, 31 Oct 2011 19:06:05 +0000 (15:06 -0400)]
Tests (Simulate): Whitespace cleanup.

12 years agoTests: Added ability to run tests against minified files via ?min=1
Scott González [Fri, 28 Oct 2011 19:58:33 +0000 (15:58 -0400)]
Tests: Added ability to run tests against minified files via ?min=1

12 years agoMerge pull request #505 from midlis/globaljsfix
Scott González [Tue, 25 Oct 2011 23:34:42 +0000 (16:34 -0700)]
Merge pull request #505 from midlis/globaljsfix

Demos: replace global.js with globalize.js.

12 years agoDemos: replace global.js with globalize.js. 505/head
midlis [Tue, 25 Oct 2011 22:41:11 +0000 (23:41 +0100)]
Demos: replace global.js with globalize.js.

12 years agoEffects Core: Do not overwrite css or class changes that aren't animated during class...
ddstreet [Tue, 25 Oct 2011 22:40:37 +0000 (17:40 -0500)]
Effects Core: Do not overwrite css or class changes that aren't animated during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost

12 years agoAutocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes...
Scott González [Tue, 25 Oct 2011 21:19:26 +0000 (17:19 -0400)]
Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes #7513 - Autocomplete: long text wraps in Firefox.

12 years agoWidget: Use parentWindow if defaultView doesn't exist.
Scott González [Fri, 21 Oct 2011 13:26:07 +0000 (09:26 -0400)]
Widget: Use parentWindow if defaultView doesn't exist.

Thanks ronchalant

13 years agoWidget: Added window and document properties. Fixes #7801 - Widget: Add document...
Scott González [Thu, 20 Oct 2011 20:57:47 +0000 (16:57 -0400)]
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.

13 years agoButton: Create text span in correct document.
Scott González [Thu, 20 Oct 2011 17:28:31 +0000 (13:28 -0400)]
Button: Create text span in correct document.

13 years agoWidget: Refactoring setOptions loop to remove unnesecary closure / that reference
Corey Frang [Wed, 19 Oct 2011 17:54:08 +0000 (12:54 -0500)]
Widget: Refactoring setOptions loop to remove unnesecary closure / that reference

13 years agoMenu: Added the new trigger option to the defaults unit test
kborchers [Wed, 19 Oct 2011 15:18:33 +0000 (10:18 -0500)]
Menu: Added the new trigger option to the defaults unit test

13 years agoPopup: Remove any references to "that" and use _delay instead of setTimeout.
kborchers [Wed, 19 Oct 2011 15:13:05 +0000 (10:13 -0500)]
Popup: Remove any references to "that" and use _delay instead of setTimeout.

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Jörn Zaefferer [Wed, 19 Oct 2011 10:40:07 +0000 (12:40 +0200)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoRewrite popup/menu interaction to make popup managed by menu (adds trigger option...
Hans Hillen [Wed, 19 Oct 2011 09:41:33 +0000 (11:41 +0200)]
Rewrite popup/menu interaction to make popup managed by menu (adds trigger option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).

13 years agoMenu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7
kborchers [Wed, 19 Oct 2011 02:02:45 +0000 (21:02 -0500)]
Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7

13 years agoBuild: Switching to uglify.js instead of closure compilier. Saves 4 minutes per...
Corey Frang [Tue, 18 Oct 2011 17:09:38 +0000 (12:09 -0500)]
Build: Switching to uglify.js instead of closure compilier.  Saves 4 minutes per build, and actually produces slightly smaller files

13 years agoUpgraded jQuery to 1.6.4.
Scott González [Tue, 18 Oct 2011 13:38:27 +0000 (09:38 -0400)]
Upgraded jQuery to 1.6.4.

13 years agoBuild: For some reason, using parallel for gzip is causing some truncation issues
Corey Frang [Mon, 17 Oct 2011 22:04:14 +0000 (17:04 -0500)]
Build: For some reason, using parallel for gzip is causing some truncation issues

13 years agoBuild: Fixing the sizer script to handle this many files
Corey Frang [Mon, 17 Oct 2011 20:32:01 +0000 (15:32 -0500)]
Build: Fixing the sizer script to handle this many files

13 years agoBuild: whitespace
Corey Frang [Mon, 17 Oct 2011 19:58:42 +0000 (14:58 -0500)]
Build: whitespace
(cherry picked from commit 6cd672b6608089907445fbd553b9186bf42b4694)

13 years agoBuild: `ant size` will now give you a report detailing differences in size since...
Corey Frang [Mon, 17 Oct 2011 19:36:22 +0000 (14:36 -0500)]
Build: `ant size` will now give you a report detailing differences in size since the last time you ran the report

13 years agoSpinner: Re-enable autocomplete if the page is unloaded so the browser will remember...
Scott González [Mon, 17 Oct 2011 14:12:35 +0000 (10:12 -0400)]
Spinner: Re-enable autocomplete if the page is unloaded so the browser will remember the current value when navigating through history.

13 years agoAutocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes #7790...
Scott González [Mon, 17 Oct 2011 13:25:36 +0000 (09:25 -0400)]
Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes #7790 - Autocomplete-enabled text input does not keep value when using back button in browser.

13 years agoAutocomplete: Avoid handling keypress when keydown modified the search term. Fixes...
Scott González [Mon, 17 Oct 2011 12:09:53 +0000 (08:09 -0400)]
Autocomplete: Avoid handling keypress when keydown modified the search term. Fixes #7799 - Autocomplete regression - Cannot type '&' in IE and Chrome.

13 years agoScale: We can't detect this reliably currently, so assume all elements are positioned...
Corey Frang [Thu, 13 Oct 2011 21:06:19 +0000 (16:06 -0500)]
Scale: We can't detect this reliably currently, so assume all elements are positioned with left and top

13 years agoDialog: fix small memory leak when having lot's of instances. Fixes #7793 - Small...
Florian Gutmann [Fri, 14 Oct 2011 15:12:21 +0000 (18:12 +0300)]
Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - Small memory leak in ui dialog.

13 years agoSpinner: Fixed mousewheel stop timer.
Scott González [Thu, 13 Oct 2011 20:47:01 +0000 (16:47 -0400)]
Spinner: Fixed mousewheel stop timer.

13 years agoSpinner: Adjust height check for IE 6 rendering.
Scott González [Thu, 13 Oct 2011 20:38:56 +0000 (16:38 -0400)]
Spinner: Adjust height check for IE 6 rendering.

13 years agoMerge pull request #497 from dmethvin/fix-7788-ui-autocomplete
Scott González [Thu, 13 Oct 2011 17:23:58 +0000 (10:23 -0700)]
Merge pull request #497 from dmethvin/fix-7788-ui-autocomplete

Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.

13 years agoAutocomplete tests: Fix #7788, incorrect selector in autoFocus test. 497/head
Dave Methvin [Thu, 13 Oct 2011 17:18:30 +0000 (13:18 -0400)]
Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.

jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here.

13 years agoMenu: Check if menu is scrolling to prevent inadvertent mouseover events from being...
kborchers [Wed, 12 Oct 2011 18:01:19 +0000 (13:01 -0500)]
Menu: Check if menu is scrolling to prevent inadvertent mouseover events from being fired on scroll

13 years agoAutocomplete: Don't react to the escape key if the menu isn't open. Fixes #7579 ...
Scott González [Wed, 12 Oct 2011 20:25:59 +0000 (16:25 -0400)]
Autocomplete: Don't react to the escape key if the menu isn't open. Fixes #7579 - autocomplete overwrites input erroneously when user hits ESC before timeout expires.

13 years agoAutocomplete: Added missing semicolon.
Scott González [Wed, 12 Oct 2011 17:58:02 +0000 (13:58 -0400)]
Autocomplete: Added missing semicolon.

13 years agoAutocomplete: Use strict equality check.
Scott González [Wed, 12 Oct 2011 17:53:50 +0000 (13:53 -0400)]
Autocomplete: Use strict equality check.

13 years agoAutocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur should...
Scott González [Wed, 12 Oct 2011 17:38:38 +0000 (13:38 -0400)]
Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur should not change the value of the input.

13 years agoTooltip tests: Adjust test to deal with blurring being async in IE.
Scott González [Wed, 12 Oct 2011 14:25:55 +0000 (10:25 -0400)]
Tooltip tests: Adjust test to deal with blurring being async in IE.

13 years agoPopup: Removed the focusout and focusin handlers which are nolonger necessary. Also...
kborchers [Tue, 11 Oct 2011 05:06:09 +0000 (00:06 -0500)]
Popup: Removed the focusout and focusin handlers which are nolonger necessary. Also updated the tooltip style demo to have a little more interactive content.

13 years agoTabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cached XHRs...
Scott González [Mon, 10 Oct 2011 19:34:47 +0000 (15:34 -0400)]
Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cached XHRs resolving immediately in IE.

13 years agoSpinner: Simulate keyup at the end of incremental tests to stop the repeat timer.
Scott González [Mon, 10 Oct 2011 18:01:12 +0000 (14:01 -0400)]
Spinner: Simulate keyup at the end of incremental tests to stop the repeat timer.

13 years agoTooltip demo: Use position option in tracking demo.
Scott González [Sat, 8 Oct 2011 11:36:35 +0000 (07:36 -0400)]
Tooltip demo: Use position option in tracking demo.

13 years agoPopup: Added tooltip style demo and link to demos index
kborchers [Fri, 7 Oct 2011 03:58:19 +0000 (22:58 -0500)]
Popup: Added tooltip style demo and link to demos index

13 years agoMenubar: moved mouseleave _bind call into existing _bind block, added the mouseenter...
Marian Rudzynski [Sat, 1 Oct 2011 14:56:49 +0000 (10:56 -0400)]
Menubar: moved mouseleave _bind call into existing _bind block, added the mouseenter binding back in to help with accidental quick mouseouts causing the menu to close and use same close time for all

13 years agoMerge pull request #484 from david/master
Scott González [Sat, 1 Oct 2011 11:36:46 +0000 (04:36 -0700)]
Merge pull request #484 from david/master

Fix for autocomplete on contenteditable divs.

13 years agoAutocomplete: Fix stray reference to element.val(). 484/head
David Leal [Sat, 1 Oct 2011 11:06:40 +0000 (12:06 +0100)]
Autocomplete: Fix stray reference to element.val().

13 years agoAccordion: Fixed nested accordions.
Scott González [Fri, 30 Sep 2011 21:06:06 +0000 (17:06 -0400)]
Accordion: Fixed nested accordions.

13 years agoEffects: fixing an animateClass issue when the class was empty
Corey Frang [Fri, 30 Sep 2011 00:45:23 +0000 (20:45 -0400)]
Effects: fixing an animateClass issue when the class was empty

13 years agoEffect core: Making animate class cross-frame safe, style guidence
Corey Frang [Thu, 29 Sep 2011 22:55:58 +0000 (18:55 -0400)]
Effect core: Making animate class cross-frame safe, style guidence

13 years agoMenubar: Fixed an issue with autoExpand binding that caused the menu to close on...
kborchers [Thu, 29 Sep 2011 19:08:42 +0000 (14:08 -0500)]
Menubar: Fixed an issue with autoExpand binding that caused the menu to close on fast mouseenter by changing to _bind on the parent menubar item

13 years agoSpinner: Added culture option.
Scott González [Wed, 28 Sep 2011 22:30:58 +0000 (18:30 -0400)]
Spinner: Added culture option.

13 years agoEffects tests: Ignore leading/trailing whitespace when comparing style properties.
Scott González [Wed, 28 Sep 2011 14:00:25 +0000 (10:00 -0400)]
Effects tests: Ignore leading/trailing whitespace when comparing style properties.

13 years agoTooltip: Fixed defaults in tests.
Scott González [Wed, 28 Sep 2011 13:32:11 +0000 (09:32 -0400)]
Tooltip: Fixed defaults in tests.

13 years agoProgressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow...
Scott González [Tue, 27 Sep 2011 16:10:17 +0000 (12:10 -0400)]
Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div.

13 years agoSortable: replaced hard-coded sortable with this.widgetName, and removed lines from...
Richard D. Worth [Tue, 27 Sep 2011 11:57:06 +0000 (07:57 -0400)]
Sortable: replaced hard-coded sortable with this.widgetName, and removed lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended

13 years agoAutocomplete: Delay option just delays request, doesn't clear existing timeout, there...
Jörn Zaefferer [Sat, 24 Sep 2011 17:07:08 +0000 (19:07 +0200)]
Autocomplete: Delay option just delays request, doesn't clear existing timeout, therefore not preventing unncessary requests. Calling abort() on existing requests has no effect for JSONP, but even then its unncessary to start a request if the user is still typing. Works fine in 1-8-stable.

13 years agoSpinner: Fix the IE6-height-fix to not break the spinner when initialized while not...
Jörn Zaefferer [Sat, 24 Sep 2011 12:36:39 +0000 (14:36 +0200)]
Spinner: Fix the IE6-height-fix to not break the spinner when initialized while not visible

13 years agoMenu: Refactoring the collapseAll to deal with some issues selecting - Updating unit...
Corey Frang [Thu, 22 Sep 2011 18:56:53 +0000 (13:56 -0500)]
Menu: Refactoring the collapseAll to deal with some issues selecting - Updating unit tests. Thanks @kborchers

13 years agoPopup: Make menu dependency actually optional, cleanup demos
Jörn Zaefferer [Wed, 21 Sep 2011 20:54:29 +0000 (22:54 +0200)]
Popup: Make menu dependency actually optional, cleanup demos

13 years agoPopup: Use duration:fast for default animations. Also fix two missing semicolons.
Jörn Zaefferer [Wed, 21 Sep 2011 20:48:55 +0000 (22:48 +0200)]
Popup: Use duration:fast for default animations. Also fix two missing semicolons.

13 years agoPopup: Added show/hide animations and a demo 466/head
kborchers [Wed, 21 Sep 2011 15:42:07 +0000 (10:42 -0500)]
Popup: Added show/hide animations and a demo

13 years agoMerge remote branch 'kborchers/menu_notJustUL'
Jörn Zaefferer [Mon, 19 Sep 2011 08:18:04 +0000 (10:18 +0200)]
Merge remote branch 'kborchers/menu_notJustUL'

13 years agoPosition: Check to also make sure to only flip if more of the element is inside ... 464/head
kborchers [Fri, 16 Sep 2011 16:52:22 +0000 (11:52 -0500)]
Position: Check to also make sure to only flip if more of the element is inside "within"

13 years agoPosition demo: Updated sizes of elements.
Scott González [Fri, 16 Sep 2011 15:33:26 +0000 (11:33 -0400)]
Position demo: Updated sizes of elements.

13 years agoMerge remote branch 'kborchers/bug_7686'
Scott González [Fri, 16 Sep 2011 14:45:35 +0000 (10:45 -0400)]
Merge remote branch 'kborchers/bug_7686'

13 years agoMenu: Add support for structures other than UL/LI plus visual and unit tests 442/head
kborchers [Wed, 14 Sep 2011 15:29:36 +0000 (10:29 -0500)]
Menu: Add support for structures other than UL/LI plus visual and unit tests

13 years agoUpdating the master version to 1.9pre.
Scott González [Wed, 14 Sep 2011 14:57:13 +0000 (10:57 -0400)]
Updating the master version to 1.9pre.

13 years agoTagging the 1.9m6 release. 1.9m6
Scott González [Wed, 14 Sep 2011 14:55:39 +0000 (10:55 -0400)]
Tagging the 1.9m6 release.

13 years agoSpinner: Fixed map demo.
Scott González [Wed, 14 Sep 2011 13:49:17 +0000 (09:49 -0400)]
Spinner: Fixed map demo.

13 years agoSpinner: Work around a bug in IE 6 with the height of the buttons.
Scott González [Wed, 14 Sep 2011 13:41:57 +0000 (09:41 -0400)]
Spinner: Work around a bug in IE 6 with the height of the buttons.

13 years agoSpinner: Added missing dependency to header comment.
Scott González [Wed, 14 Sep 2011 13:01:29 +0000 (09:01 -0400)]
Spinner: Added missing dependency to header comment.

13 years agoSpinner: Fix step mismatches whenever stepping, paging or using the value setter.
Scott González [Wed, 14 Sep 2011 12:54:29 +0000 (08:54 -0400)]
Spinner: Fix step mismatches whenever stepping, paging or using the value setter.

Thanks Nate Ferrero

13 years agoDatepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian...
Richard D. Worth [Tue, 13 Sep 2011 09:06:06 +0000 (05:06 -0400)]
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation

13 years agoDatepicker i18n hu: Corrected some spellings and abbreviations as well as dateFormat...
Richard D. Worth [Tue, 13 Sep 2011 08:57:31 +0000 (04:57 -0400)]
Datepicker i18n hu: Corrected some spellings and abbreviations as well as dateFormat. Fixes #7714 - Hungarian translation

13 years agoSpinner: Replace var that with this and _delay
Jörn Zaefferer [Mon, 12 Sep 2011 22:28:29 +0000 (00:28 +0200)]
Spinner: Replace var that with this and _delay

13 years agoPopup: Replace var that with this and _delay
Jörn Zaefferer [Mon, 12 Sep 2011 22:27:54 +0000 (00:27 +0200)]
Popup: Replace var that with this and _delay

13 years agoMenu: Refactor to get rid of var that. Cleanup some odd formattings and unneeded...
Jörn Zaefferer [Mon, 12 Sep 2011 22:24:43 +0000 (00:24 +0200)]
Menu: Refactor to get rid of var that. Cleanup some odd formattings and unneeded temp vars

13 years agoMerge remote branch 'kborchers/menu_autoCollapse'
Jörn Zaefferer [Mon, 12 Sep 2011 21:54:19 +0000 (23:54 +0200)]
Merge remote branch 'kborchers/menu_autoCollapse'

13 years agoMenu: Get rid of `var self`, replacing with `that` or calls to _delay
Jörn Zaefferer [Mon, 12 Sep 2011 21:52:17 +0000 (23:52 +0200)]
Menu: Get rid of `var self`, replacing with `that` or calls to _delay

13 years agoWidget: return timer value from _delay
Jörn Zaefferer [Mon, 12 Sep 2011 21:47:09 +0000 (23:47 +0200)]
Widget: return timer value from _delay

13 years agoWidget: Get rid of `var self`
Jörn Zaefferer [Mon, 12 Sep 2011 21:40:45 +0000 (23:40 +0200)]
Widget: Get rid of `var self`

13 years agoWidget: Add a _delay method. Will be used in various places to replace setTimeout...
Jörn Zaefferer [Mon, 12 Sep 2011 21:37:14 +0000 (23:37 +0200)]
Widget: Add a _delay method. Will be used in various places to replace setTimeout with custom binding (mostly getting rid of var self/that)

13 years agoWidget: Tests code cleanup
Jörn Zaefferer [Mon, 12 Sep 2011 21:23:54 +0000 (23:23 +0200)]
Widget: Tests code cleanup

13 years agoMenu: Replace regular bind call with _bind
Jörn Zaefferer [Mon, 12 Sep 2011 21:19:19 +0000 (23:19 +0200)]
Menu: Replace regular bind call with _bind

13 years agoDatepicker: Added additional check to checkExternalClick to work when clicking in... 454/head
kborchers [Mon, 12 Sep 2011 18:30:41 +0000 (13:30 -0500)]
Datepicker: Added additional check to checkExternalClick to work when clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar

13 years agoMenu: Added autoCollapse as the default and added a unit test 440/head
kborchers [Mon, 12 Sep 2011 13:43:49 +0000 (08:43 -0500)]
Menu: Added autoCollapse as the default and added a unit test

13 years agoSpinner: Added ability to specify custom incremental function.
Scott González [Sat, 10 Sep 2011 00:08:51 +0000 (20:08 -0400)]
Spinner: Added ability to specify custom incremental function.

13 years agoSpinner: Default min and max options to null.
Scott González [Fri, 9 Sep 2011 23:24:10 +0000 (19:24 -0400)]
Spinner: Default min and max options to null.

13 years agoTabs: Find panels using aria-controls instead of index for remove method. Fixes ...
Scott González [Tue, 6 Sep 2011 17:01:01 +0000 (13:01 -0400)]
Tabs: Find panels using aria-controls instead of index for remove method. Fixes #7698 - Panels do not sort when a tab is sorted which can cause a mismatch error when a tab is removed.

13 years agoButton: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incorrect...
Scott González [Tue, 6 Sep 2011 15:00:42 +0000 (11:00 -0400)]
Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incorrect corners for disconnected elements.

13 years agoPopup: Missing semicolon. Can't use :ui-button selected if button isn't loaded.
Jörn Zaefferer [Mon, 5 Sep 2011 15:59:36 +0000 (17:59 +0200)]
Popup: Missing semicolon. Can't use :ui-button selected if button isn't loaded.