Felix Nagel
35842c8125
Calendar: Fix multiple calendar styles
2015-01-29 18:01:29 -05:00
Felix Nagel
510ba08cff
Calendar: Add calendar widget
...
Add calendar widget by copying and renaming datepicker widget files.
Remove datepicker functionality, options and methods from Calendar.
Remove calendar functionality, options and methods from Datepicker.
Adjust tests due to split and changed specification. Remove duplicated
demo files and fix some demos. Simplify calendar generation, use CSS
instead of inline styles. Fix destroy method. Make use of uniqueId
method. Fix focus highlighting when month is changed. Add version
property. Add common unit tests. Fix input keyboard handling.
2015-01-29 17:52:46 -05:00
TJ VanToll
68f8e3c2e3
Datepicker: Initial commit of widget rewrite work from old branch
...
History is on the datepicker-dead branch.
2015-01-29 13:42:45 -05:00
TJ VanToll
912eb62ccb
Dialog: Remove overflow: hidden and reposition resize handles
...
Fixes #10543
Closes gh-1439
2015-01-28 13:38:36 -05:00
Jasper de Groot
79c4fa1e7a
Theme: Improve default theme styling
...
Changes tooltip to use the ui-widget-shadow class, which now applies the
box-shadow style. .ui-widget-shadow was created when box-shadow wasn't
available. By now, there's no point in faking a custom shadow anymore.
This removes the only non-structural CSS from a widget-specific file.
Updates demos to use the same font-family, removes unused images.
Will be available as the new default theme on ThemeRoller called "Base",
while "UI Smoothness" and "UI Lightness" will still be available in the
gallery.
Fixes #10617
Fixes #10880
Closes gh-1436
Ref jquery/download.jqueryui.com#248
2015-01-27 13:23:53 +01:00
Alexander Schmitz
7137c90b18
Theme: Disabled elements can still be focused with a click
...
pointer-events: none; fixes this in chrome, safari, and firefox.
IE and opera both show no focus styles on click, so lack of
pointer-events support in old ie is not a problem.
Fixes #10573
Closes gh-1330
2015-01-16 08:56:22 -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
e6484470f0
Selectmenu: Restore hidden overflow on menu items
2014-11-03 19:41:30 -05:00
Lisa Seacat DeLuca
2500bb39c2
Theme: Carat should be named caret
...
Fixes #10683
Closes gh-1382
2014-11-03 13:40:58 -05:00
TJ VanToll
de2ef2a585
Menu: Wrap menu items in a <div>
...
This avoids styling issues where ui-state-focus rules apply to submenus.
Fixes #10162
Closes gh-1342
2014-10-25 10:10:30 -07:00
TJ VanToll
3002d460de
Theme: Change default widget font-size to 1em
...
Fixes #10131
Closes gh-1374
2014-10-24 07:23:31 -07:00
Scott González
6d7589351e
All: Drop support for IE7
...
Fixes #9838
Closes gh-1365
2014-10-21 09:06:58 -04:00
Jacques Perrault
98583a6563
Datepicker: Show year/month on the same line
...
Fixes #7953
Closes gh-1277
2014-07-16 15:55:09 -04:00
Scott González
1b4f61509a
Theme: Add support comments for filter properties
2014-07-09 09:05:06 -04:00
Usman Akeju
e91f38ef1e
Progressbar: replace image reference in base CSS with data URI
...
The CSS for the Progressbar widget contained a reference to
"images/animated-overlay.gif", which is not included in custom jQuery UI
builds with "no theme" selected. This replaces the reference with a data URI.
Fixes #10134
Closes gh-1276
2014-07-08 09:14:39 -04:00
Trisha Crowley
b0e8380f02
Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8
...
Fixes #9995
Closes gh-1235
2014-05-13 11:19:12 +02:00
TJ VanToll
83b3d67175
All: Updating copyright year to 2014
2014-01-28 22:25:02 -05:00
Scott González
fa23894dff
All: Quote CSS url() values
...
Closes gh-1172
2014-01-24 16:53:57 -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
TJ VanToll
28310ff55f
Slider & Interactions: Add Windows 8 touch support
...
Fixes #9709
Fixes #9710
Closes gh-1152
2014-01-15 15:38:10 -05:00
Scott González
7741c9f678
Dialog: Apply overflow: hidden
to contain the resize handles
...
Fixes #9521
Closes gh-1092
2014-01-15 04:22:08 -05:00
Felix Nagel
0be76bbcfd
Selectmenu: adjust to menu item style changes
2013-11-13 21:05:20 +01:00
Felix Nagel
ab2219b6ac
Merge branch 'master' into selectmenu
2013-11-13 19:45:56 +01:00
Jörn Zaefferer
8c3ee80204
Menu: Set cursor:pointer for menu items. Fixes the regression from removal of anchors, which caused a text cursor to appear on non-disabled items.
2013-11-13 18:41:47 +01:00
Scott González
9910e938aa
Menu: Simplify styling. Remove rounded corners, reduce spacing.
2013-11-13 18:41:47 +01:00
Scott González
8019a0ce0b
Selectmenu: Whitespace.
2013-10-23 10:12:40 -04:00
Felix Nagel
7af3dab075
Selectmenu: Remove links in menu items
2013-10-10 01:01:41 +02:00
Felix Nagel
e26e0df3af
Merge branch 'master' into selectmenu
2013-10-10 00:08:49 +02:00
Kris Borchers
3a61627a50
Menu: Remove the requirement to use anchors in menu items
2013-10-05 21:52:30 -05:00
Jasper de Groot
ec3cf6725a
Dialog: Changed the width of the close button. Fixed #9133 - Dialog: Resizing causes close icon to misalign in Firefox.
2013-09-30 15:35:04 -04:00
Felix Nagel
3cd58fc86e
Selectmenu: show only one line of text maximum
2013-09-29 15:33:49 +02:00
Kris Borchers
ec61e54e6f
Merge branch 'master' into selectmenu
2013-08-11 19:16:41 -05:00
TJ VanToll
5aa106a052
CSS Framework: Display child links within .ui-state-hover and .ui-state-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab
2013-08-07 17:40:04 -04:00
Felix Nagel
34e10c1f87
Merge branch 'master' into selectmenu
2013-07-26 19:28:03 +02:00
TJ VanToll
9470af0bbe
Accordion: Avoid resetting outline on headers. Fixes #9352 : Accordion - Active header has no focus indicator
2013-07-20 17:27:49 -04:00
Felix Nagel
b735152ae1
Selectmenu: CSS Framework: Update API links from the old docs site to their new API site location.
2013-06-24 20:30:03 +02:00
Felix Nagel
9992d4626e
Merge branch 'master' into selectmenu
2013-06-24 20:28:10 +02:00
TJ VanToll
9d5d2424a9
CSS Framework: Update API links from the old docs site to their new API site location.
2013-06-05 22:03:09 -04:00
Jörn Zaefferer
ffc7d310d4
Merge branch 'master' into selectmenu
2013-06-05 14:44:44 +02:00
Scott González
2de5e78e72
Tabs: Use .ui-tabs-anchor in stylesheet.
2013-06-04 08:32:13 -04:00
TJ VanToll
3c68636c80
Datepicker: Removing unused ui-datepicker-month-year class name.
2013-06-03 22:13:43 -04:00
TJ VanToll
3ec371bca4
Spinner: Trivial spelling / grammatical fixes in CSS comments.
2013-06-02 22:30:05 -04:00
Felix Nagel
57fa48281c
Merge branch 'master' into selectmenu
2013-05-30 21:28:15 +02:00
TJ VanToll
d65cc9350f
Accordion: Removing unused ui-accordion-noicons class.
...
(cherry picked from commit e8c4d21bf4
)
2013-05-27 17:38:28 -04:00
Felix Nagel
83e795fbc9
Selectmenu: recheck CSS overflow IE hack and add comment
2013-05-16 22:52:13 +02:00
Felix Nagel
6640925db2
Merge branch 'master' into selectmenu
2013-04-29 23:40:26 +02:00
Felix Nagel
0264f07ad5
Selectmenu: clean up CSS
2013-04-29 21:46:41 +02:00
TJ VanToll
64a39d9b0d
Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: IE 10 renders bullets in submenus
2013-04-22 23:41:47 -04:00
Felix Nagel
1ce8d87f8b
Merge branch 'master' into selectmenu
2013-03-19 19:59:31 +01:00
Scott González
4f95a0f396
CSS Framework: Add ui-icon-blank class for an icon with no image. Fixes #9150 - CSS Framework: Add ui-icon-blank.
...
This essentially reverts 1fe06f03fa
and the fix for #5659 .
2013-03-11 11:58:12 -04:00
Felix Nagel
66ba39094e
Selectmenu: remove button wrapper element
2013-03-07 23:53:15 +01:00
Felix Nagel
8787cb0456
Selectmenu: switch from a to button element
2013-03-07 19:15:37 +01:00
Felix Nagel
dffe8f6610
Merge branch 'master' into selectmenu
2013-03-03 13:48:01 +01:00
Scott González
1c5171c254
Tabs: Use border-bottom-width instead of border-bottom to remove the border on tabs. Fixes #9111 - Tabs: Can't inherit border-bottom-color for vertical tabs.
2013-02-22 08:53:03 -05:00
Scott González
cb42ee7ccd
Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix bug within table with border spacing.
2013-02-13 09:06:02 -05:00
Felix Nagel
a7b4f29cea
Merge branch 'master' into selectmenu
2013-02-09 03:29:10 +01:00
Travis Carden
a61af0b205
Fix file permissions in themes/base/images.
2013-02-04 13:02:57 -05:00
Felix Nagel
f5e65b0819
Merge branch 'master' into selectmenu
2013-01-18 19:25:30 +01:00
Scott González
d3d1e31e9f
Spinner: Inherit font color since we inherit background color. Fixes #8950 - Spinner: value can't be seen in dark themes.
2013-01-15 09:25:00 -05:00
Felix Nagel
4d77ca3e21
Selectmenu: Update copyright year to 2013
2013-01-10 19:16:41 +01:00
Felix Nagel
dcb28a7c71
Merge branch 'master' into selectmenu
2013-01-10 19:13:54 +01:00
Scott González
83cbf97978
Update copyright year to 2013.
2013-01-10 08:52:20 -05:00
Felix Nagel
1ba02e9c5f
Merge branch 'master' into selectmenu
2013-01-02 19:38:55 +01:00
Rafael Xavier de Souza
6da708ef8e
Theme: Split opacityOverlay from opacityFilterOverlay on theme styles.
2012-12-28 11:12:52 -05:00
Felix Nagel
8aa24dd1d5
Merge branch 'master' into selectmenu
2012-12-15 01:10:32 +01:00
Scott González
2c1643509a
Dialog: Removed unnecessary style properties.
2012-12-14 08:43:56 -05:00
Scott González
f5aaf874e9
Progressbar: Moved .ui-progressbar-indeterminate to main element. Added tests for markup structure.
2012-12-12 11:21:49 -05:00
Felix Nagel
f6372bd7ea
Merge branch 'master' into selectmenu
2012-12-12 16:44:19 +01:00
Scott González
975bde542b
Dialog: Remove unnecessary margin on title.
2012-12-04 09:27:57 -05:00
Scott González
1ed853f7bb
Dialog: Adjust southeast resize handle to not be visible and more closely match other resize handles. Fixes #4575 - Dialog: Scrollbar is difficult to use with overflow content and resize handle.
2012-12-03 13:10:17 -05:00
Jörn Zaefferer
bdb0fbe993
Dialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar changes height during resize, button pane positioning changes.
2012-12-03 19:09:32 +01:00
Anika Henke
d7bff01069
Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid CSS for legacy browsers
...
Because of overlapping issues, this also reverts most of e77edc60
and fixes it in a different way.
2012-11-29 21:48:58 -05:00
Anika Henke
83e2a59ace
Button: fixed inconsistent button styling in most browsers. Fixes #7996 - Button: Inconsistent styling based on markup
2012-11-29 21:30:58 -05:00
Felix Nagel
36533a718d
Merge branch 'master' into selectmenu
2012-11-28 23:29:15 +01:00
Pawel Maruszczyk
e77edc6099
Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ugly in IE
2012-11-28 08:24:47 -05:00
Anika Henke
c4b7c754ee
Theme: removed obsolete vendor-specific prefixes. Fixed #8834 - Theme: Remove unneeded vendor prefixing
2012-11-27 08:36:52 -05:00
Jörn Zaefferer
83a9f219bf
Dialog: Use button widget for close button (was already listed as dependency)
2012-11-26 10:28:21 +01:00
Felix Nagel
709f75b66c
Selectmenu: Reformatted CSS to use better coding standard
2012-11-23 14:00:56 +01:00
Felix Nagel
e25cdd88e7
Merge branch 'master' into selectmenu
2012-11-23 13:49:12 +01:00
TJ VanToll
421aeaa081
Slider: Explicitly apply opacity filter to disabled handles. Fixed #6727 - Slider: Visual issues with disabled slider in IE8
2012-11-22 22:45:03 -05:00
kborchers
d3bc471688
Progressbar: Add ability to set value: false for an indeterminate progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar
2012-11-21 21:48:17 -06:00
Mike Sherov
3c6c22b179
CSS: remove spaces from opacity filters so themeRoller can replace properly
2012-11-20 08:07:03 -05:00
Anika Henke
010e09fa62
CSS: Reformatted CSS to use better coding standard
2012-11-19 21:31:28 -05:00
Felix Nagel
0734314a44
Selectmenu: updated copyright notice
2012-11-12 23:07:57 +01:00
Felix Nagel
7ce8e0515e
Merge branch 'master' into selectmenu
2012-11-10 01:40:05 +01:00
Scott González
48e0aa0fd2
CSS: Update .ui-helper-hidden-accessible to match H5BP's current .visuallyhidden. Fixes #8793 - Dialog: Internal autocomplete causes scroll bars.
2012-11-09 08:10:57 -05:00
Scott González
59865715fb
Dialog: Set top and left properties in the default styles to avoid a bug in core. Fixes #8741 - Dialog: dialog with position:fixed goes offscreen when opening after scrolling down since v 1.9.0.
2012-11-06 14:41:44 -05:00
Jörn Zaefferer
1fe06f03fa
CSS Framework: Set out-of-view background-position for ui-icon. Fixes #5659 - CSS Framework: Don't show icon when only ui-icon class is present.
2012-11-04 17:11:41 +01:00
Scott González
d693ce5324
Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete dropdown positioned incorrectly in IE.
2012-10-30 16:26:42 -04:00
Scott González
5bd19650a3
Datepicker: Removed iframe cover for IE6.
2012-10-26 15:59:29 -04:00
Scott González
703d62f298
Autocomplete: Removed CSS workaround for IE6.
2012-10-26 14:29:15 -04:00
Scott González
f83f07dafd
Tooltip: Remoed IE6 CSS hack.
2012-10-26 11:02:43 -04:00
Nate Eagle
3829a37ca1
Dialog: Awesome new stacking and overlay implementation. Fixes the following tickets:
...
Fixes #3534 - Dialog: Modal dialog disables all input elements on page.
Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari.
Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall.
Fixes #5388 - Dialog: Don't change z-index when already at the top.
Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events.
Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead.
Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work.
Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle.
Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6).
Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps.
Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog.
Fixes #8583 - Dialog: Mouse event wrongly stopped.
Fixes #8722 - Dialog: Remove stack option.
Fixes #8729 - Dialog: Remove zIndex option.
2012-10-24 16:56:19 -04:00
Scott González
d535f6869f
Tooltip: Cleaned up CSS.
2012-10-23 11:19:08 -04:00
Scott González
7af1ec727b
Tooltip: Position below the element and set a max width of 300px to more closely match native tooltip behavior. Fixes #8718 - tooltip flickers when too long.
2012-10-23 10:15:28 -04:00
Jörn Zaefferer
ac43938c8c
Spinner: Remove z-index from buttons. Whatever the original purpose, its not needed anymore. Fixes #8655 - Spinner buttons displayed on top of Datepicker.
2012-10-22 10:49:22 -04:00
TJ VanToll
fe1ecf97e0
CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - Button: Primary icon "enabled" when button is disabled.
2012-10-21 22:05:58 -04:00
Jörn Zaefferer
112185ec8d
Spinner: Remove ui-state- classes from spinner, along with the background:none TR override. Fixes #8654 - Spinner background-color
2012-10-14 16:46:38 -04:00
Felix Nagel
c59fbbaad7
Merge branch 'master' into selectmenu
2012-10-12 22:56:45 +02:00
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