Alexander Schmitz
737b690cde
Selectmenu: Use $.ui.escapeSelector
2015-05-05 21:43:57 -04:00
Alexander Schmitz
803eaf29f7
Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods
...
$.fn.labels and $.fn.form mimic the native labels and form properties
$.ui.escapeSelector is for escaping attributes and urls for use as selectors
Closes gh-1546
2015-05-05 21:43:57 -04:00
Scott González
dc6703756d
All: Include native dialogs in appendTo logic (ui-front walking)
...
Ref #10739
Ref gh-1517
2015-03-26 07:35:20 -04:00
Jörn Zaefferer
62e0092156
Selectmenu: Fix style issues
...
Closes gh-1498
2015-03-18 12:33:49 +01:00
Alexander Schmitz
3483486a15
Selectmenu: Add classes option
...
Ref #7053
Ref gh-1411
2015-03-11 16:05:07 -04:00
Scott González
af4c35df9d
Selectmenu: Support width: false
and default to 14em
...
`width: null` still matches the width of the original element.
`width: false` prevents an inline style from being set for the width. This
makes it easy to set the width via a stylesheet and allows the use of any
unit for setting the width, such as the new default of `14em`.
Fixes #11198
Closes gh-1467
2015-03-05 11:42:49 -05:00
Rafael Xavier de Souza
45744efd26
All: Add css-dependency-comments based on jQuery Mobile
...
Ref gh-1029
Ref jquery/download.jqueryui.com#178
Closes gh-1440
2015-02-26 09:23:33 -05:00
Jörn Zaefferer
0bbd156918
Menu: Use ui-state-active consistently
...
So far we were using ui-state-active on active parent items,
ui-state-focus on active child items. The theme update highlighted the
visual inconsistency. With this change, only ui-state-active is used.
Fixes #10692
2015-01-21 18:07:43 +01:00
Scott González
65584c1640
Selectmenu: Better handling when there are no options
...
Fixes #10662
Closes gh-1370
Closes gh-1423
2015-01-12 13:00:38 -05:00
Anne-Gaelle Colom
c89cb74893
Build: Remove dates from copyright notice
...
Closes gh-1403
2015-01-02 09:02:12 -05:00
Scott González
b5f1ffdea4
Build: Remove manifest files; move metadata to source files
...
Closes gh-1379
2014-11-10 13:19:03 -05:00
Felix Nagel
979373983b
Selectmenu: Copy title attributes
...
Fixes #10435
Closes gh-1298
2014-11-04 08:40:15 -05:00
Scott González
809cc0f8d0
Selectmenu: Properly parse value from options
...
Fixes #10684
2014-11-04 08:37:07 -05:00
Felix Nagel
fb4124b7af
Selectmenu: Introduce _renderButtonItem() method
...
Fixes #10142
Closes gh-1299
2014-11-04 08:02:48 -05:00
TJ VanToll
e9643f6bfc
Selectmenu: Re-add wrappers to menu items
2014-10-25 10:10:38 -07:00
Scott González
1fb08790a6
Selectmenu: Remove broken tabindex code
2014-10-22 12:27:37 -04:00
Scott González
d4a437e4b0
Selectmenu: Preserve text selection and button focus on click
...
Fixes #10639
Closes gh-1358
2014-10-16 08:13:53 -04:00
Scott González
749a6a5667
Selectmenu: Preserve text selection when interacting with the widget
...
Fixes #10144
Closes gh-1295
2014-07-29 13:19:28 -04:00
Scott González
45e13ed208
Selectmenu: Properly set width for button
...
Fixes #10145
Closes gh-1296
2014-07-29 13:17:30 -04:00
Scott González
fd7e1e3040
Selectmenu: Default disabled option to null
2014-04-21 10:32:49 -04:00
Scott González
62812d9c67
Selectmenu: Simplify selection of focused item via keyboard
...
Don't go through menu to select the currently focused item.
Renamed _selectMenu() to _selectFocusedItem() for clarity.
Closes gh-1224
2014-04-18 12:37:06 -04:00
Scott González
1272fca9ef
Selectmenu: Don't use active items at all
...
Menus only use active items for nested menus which selectmenu doesn't support.
Selectmenu should only be working with focused items.
Ref gh-1224
2014-04-18 12:37:06 -04:00
Scott González
1849655980
Selectmenu: Cleanup
...
Ref gh-1224
2014-04-18 12:36:45 -04:00
TJ VanToll
fe420c0eac
Selectmenu: Add UMD wrapper
2014-02-21 14:56:13 -05:00
Jörn Zaefferer
fa99e23d18
Selectmenu: Fall back to .ui-front searching for empty jQuery objects
...
Fixes #9757
2014-02-21 13:35:34 +01:00
TJ VanToll
83b3d67175
All: Updating copyright year to 2014
2014-01-28 22:25:02 -05:00
Rafael Xavier de Souza
21154cfa2e
All: Rename all files, removing the "jquery.ui." prefix;
...
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271 ;
Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00