Commit Graph

273 Commits

Author SHA1 Message Date
Scott González
1ee090ea9e Autocomplete: Set the top position of the menu so that the menu doesn't affect layout. Fixes #8656 - Initial position of autocomplete is incorrect. 2012-10-11 19:06:54 -04:00
Scott González
4d5197b7b4 Whitespace. 2012-10-11 13:21:36 -04:00
Scott González
cb57f223e0 Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - Accordion Collapsed Color Issue. 2012-10-11 10:36:11 -04:00
Scott González
ac0f6de4c8 Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :active { outline: none; } causes slowness in FF. 2012-09-26 11:55:03 -05:00
Scott González
485ca7192a Simplify licensing. 2012-08-09 15:09:50 -04:00
Scott González
a4534bb993 Update copyright to jQuery Foundation. 2012-07-04 09:08:08 -04:00
Scott González
90050c7cee Datepicker: Remove styles specifically for IE5. 2012-06-27 08:49:27 -04:00
Scott González
664777d0aa Theme: Remove !important from tabs and button styles. Fixes #8396 - Use of !important in jquery-ui.css should be avoided. 2012-06-13 16:38:25 -04:00
Scott González
86bd95caf0 Revert "Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c"
This reverts commit 07d8d5cbb1.
2012-05-24 15:01:25 -04:00
Scott González
3e3d4308d7 Revert "Autocomplete: make categories work again (follow-up)"
This reverts commit db9a015485.
2012-05-24 15:01:09 -04:00
Felix Nagel
db9a015485 Autocomplete: make categories work again (follow-up) 2012-05-24 19:58:09 +02:00
Felix Nagel
07d8d5cbb1 Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision: 44ef35eb6f 2012-05-24 19:09:54 +02:00
Scott González
164e46e9aa Accordion: Use .show()/.hide() for initial panel visibility. 2012-05-23 15:57:48 -04:00
Scott González
308b55e50c Merge branch 'master' into position-notification 2012-04-20 11:06:11 -04:00
TJ VanToll
6150abae49 Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal dialog does not disable resizables on the page. 2012-04-19 20:55:02 -04:00
kborchers
d5cde2043b Menu: Update divider width 2012-04-17 21:41:30 -05:00
Jörn Zaefferer
5cf3f927a0 Tooltip: Remove bad docs links from headers 2012-04-17 09:56:20 +02:00
kborchers
44ef35eb6f Menu: Add dividers using empty list items 2012-04-07 15:38:27 -05:00
Jörn Zaefferer
343375b623 Build: Get grunt default task to pass. Fix lint errors inside grunt.js file itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css 2012-04-04 11:14:03 +02:00
Jo Liss
37dcc3e21d Protect all copyright notices against minification
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
2012-04-02 15:21:06 +02:00
Scott González
99fd8511ed Revert "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."
This reverts commit a3a5c65d4d.
2012-03-19 09:05:40 -04:00
kborchers
11b026d59b Menu: Better disabled item handling using preventDefault() for the click event on anchors inside of disabled menu items and change the pointer to default 2012-03-18 21:18:00 -05:00
Scott González
932fe888c0 Updated copyright year. 2012-03-08 10:53:08 -05:00
Scott González
1d2fcaddad Accordion: Removed width: 100% on accordion wrapper which was used to fix an animation bug that no longer exists with the new animation code. Fixes #8140 - nested accordion is oversized. 2012-02-27 09:34:00 -05:00
Scott González
02855292f2 Accordion: Removed requirement for headers contain a child (and removed associated ui-accordion-heading class). 2012-02-27 09:05:22 -05:00
Scott González
518975391a Accordion: Simplify CSS so content panels never have a top border instead of toggling the bottom border of the headers. 2012-02-09 12:51:46 -05:00
kborchers
48ad0994a0 Menu: Prevent clicking on disabled menu items and remove unnecessary extra padding from disabled items. 2012-02-03 16:12:37 -06:00
Scott González
8f521f9d9e Accordion: Fixed styling for nested accordions. 2012-01-31 13:09:28 -05:00
Scott González
5a55d68eca 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. 2012-01-31 12:48:00 -05:00
Scott González
6074b0698a Accordion: Use ui-accordion-header-active class. 2012-01-31 08:54:21 -05:00
Jörn Zaefferer
85348eeebe 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. 2012-01-04 16:42:16 +01:00
kborchers
aa267fb606 Menubar: Fix font-weight and spacing of disabled menu items 2011-12-01 14:51:23 -06:00
kborchers
490dc4d36b Merge branch 'master' into menubar_otherStructures 2011-12-01 12:53:35 -06:00
Scott González
a3a5c65d4d 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. 2011-11-29 15:01:04 -05:00
Rob Loach
439f877516 Remove whitespace at the end of the Dialog title CSS definition. 2011-11-28 18:57:57 -05:00
Richard D. Worth
c21a5b4451 Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor 2011-11-09 12:57:52 -05:00
kborchers
92c61b3507 Menubar: Allow structures other than just UL/LI 2011-10-19 13:59:07 -05:00
Scott González
25ba0e6ef3 Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div can flow out of wrapper div. 2011-09-27 12:10:34 -04:00
Scott González
fb210ae1ec Merge pull request #353 from kborchers/bug_7043
Datepicker: Calculate the max number of rows necessary when displaying months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed
2011-06-16 10:35:04 -07:00
kborchers
c66a7b157b CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes #7475 - .ui-icon-radio-on and .ui-icon-radio-off reversed 2011-06-14 16:55:27 -05:00
kborchers
abf833049d Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-size coming from ui-widget which caused the height to be too tall in IE 2011-06-13 12:05:42 -05:00
Jörn Zaefferer
75408eb08a Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo into css file. 2011-06-10 19:07:54 +02:00
Scott González
42dd56de5a Resizable: Remove workaround for handles not working in IE when transparent with overlapping content. Fixes #7397 - Resizable: icon not showing. Fixes #7390 - Resizable: https domain reports 'unsecured items' in IE7. Reopens #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps. 2011-05-20 09:53:50 -04:00
jgv
0f860cdd9c CSS: added support for konqueror border-radius. Fixed #6097. 2011-05-18 11:54:48 -04:00
Jesse Baird
39fab1f398 missing comma 2011-05-17 14:10:30 -07:00
David Murdoch
1bd139aaf9 Tabs: Fixed CSS when tabs wrap onto multiple lines. Fixes #4882 - Selected Tab CSS causes problem when tabs are wrapped onto more than one line. 2011-05-17 14:12:16 -04:00
Scott González
1655079256 Tabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom border disappears in IE.
Thanks pmawhinney
2011-05-17 11:13:03 -04:00
gnarf
5a5fc9fb41 Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing size of some CSS 2011-05-12 10:40:07 -05:00
Richard Worth
5058ac3ce7 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) 2011-04-29 07:00:58 -04:00
maggiewachs
49556995d2 Set menu item link top padding to px (in place of em); this fixes the issue where the submenu jumped when mousing over the parent item's menu icon. 2011-04-21 14:29:45 -04:00