Commit Graph

972 Commits

Author SHA1 Message Date
Scott González
d05b824128 Dialog CSS: Set content to overflow auto so users can scroll to see the content if the content is too large to fit in the window. 2008-12-20 16:39:07 +00:00
Ca-Phun Ung
7b1183d307 Datepicker: Fixes #3647: added correct class name to highlight selected day 2008-12-20 16:09:04 +00:00
Jörn Zaefferer
2c4cd69440 functional demos: show instructions when navigating back to no-hash 2008-12-20 10:54:00 +00:00
Ca-Phun Ung
de2bf2da55 Datepicker: Fixed #3647: Updated visual and automated tests to go with new markup updates. 2008-12-19 22:43:11 +00:00
Ca-Phun Ung
5459f6a5d9 Datepicker: Fixed #3647: Update markup to new UI CSS framework specs 2008-12-19 22:41:31 +00:00
Scott González
5a302934af Dialog: Fixed #3221: User outerWidth/Height for positioning. 2008-12-19 20:34:54 +00:00
Scott González
d83bb9028c Dialog: Fixed #3564: Proper positioning in Opera. 2008-12-19 20:23:57 +00:00
Scott Jehl
4a3e8004c8 small padding shift in accordion headers 2008-12-19 18:21:54 +00:00
Scott Jehl
9546796157 removed opacity shift on slider range 2008-12-19 17:45:11 +00:00
Scott Jehl
64b0ec4f0b fixed active tab connection and padding 2008-12-19 16:30:52 +00:00
Scott Jehl
d5d5204f02 Changed slider range and progressbar value divs to use ui-widget-header instead of ui-state-default in static pages.
Two main reasons: our clickable state is misleading on these static elements, and our header state tends to get better contrast over content areas than our buttons do (this is subjective to the theme designer of course).

Scripting should be updated to follow.
2008-12-19 15:13:27 +00:00
Scott González
03f07556bd Dialog: Fixed #3648: Use new CSS framework.
- Removed .ui-dialog-container div.
- Removed autoResize option.
2008-12-19 03:05:01 +00:00
Scott González
3af7184f03 Dialog: Partial fix for #3648: Added resizable grip. 2008-12-19 02:12:10 +00:00
Scott González
f00247f9c9 Dialog visual test:
- Made it possible to close and re-open the dialog.
- Added buttons.
2008-12-19 01:08:32 +00:00
Scott González
cc22cc0de3 Dialog: Partial fix for #3648: Setting proper class on hover of close button. 2008-12-18 21:59:20 +00:00
Jörn Zaefferer
3d889451f2 release build: Fix for #3577; also fixed min target to set correct charset (UTF-8) 2008-12-18 19:02:36 +00:00
Paul Bakaus
b81c873338 sortable: removed default tolerance "guess" for the simplier (and better working) default mode, and the plain "pointer" intersection 2008-12-17 19:35:13 +00:00
Eduardo Lundgren
6b2b98cb3d Sortable accurateIntersection using outerWidth/outerHeight 2008-12-17 19:24:06 +00:00
Scott Jehl
5360972903 separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for TR bookmarklet compatibility. 2008-12-16 22:52:53 +00:00
Scott Jehl
b733eb3281 - removed all !important flags. Replaced with additional selectors.
- added .ui-state-focus class. Matches appearance of ui-state-hover in framework.
2008-12-16 22:39:44 +00:00
Scott Jehl
7931263be8 - removed pseudo classes for focus (widgets manipulate classes for states instead)
- brought back a few !important flags to make sure some selectors take priority in certain situations.
2008-12-15 18:16:11 +00:00
Scott Jehl
cf6ea69f02 - removed broad active outline reset
- removed a few !important styles on text and bg colors. Kept them for active state so active takes precedent over hover styles when both classes are applied.
2008-12-15 15:44:27 +00:00
Richard Worth
6a0da20135 tests/slider: removed paging default (commented out in code. not in 1.5.2) 2008-12-15 03:02:11 +00:00
Richard Worth
7b9b62ec70 missing " 2008-12-14 23:24:55 +00:00
Scott Jehl
5cd62418dc - removed :active outlines
- set :focus pseudo to match hover state
2008-12-14 15:47:51 +00:00
Scott Jehl
3f255c9323 simplified a couple comments in core. 2008-12-14 15:46:35 +00:00
Jörn Zaefferer
187268ef79 accordion: #3646 update - expose icons as headerIcon and headerIconSelected options 2008-12-14 11:45:24 +00:00
Richard Worth
ff64790b18 Fixed #3655 - $.keyCode should be $.ui.keyCode 2008-12-14 06:11:37 +00:00
Richard Worth
eeccae3671 tests/slider: addded some missing defaults 2008-12-14 06:09:40 +00:00
Richard Worth
dd9e865d28 themes/base/ui.slider.css: added text-align: left for ui-slider in case of other text-align on container element 2008-12-14 03:20:21 +00:00
Scott González
0c3bd6aff5 Dialog: Fixed #3664: Dialog fails to init on removed elements. 2008-12-13 15:12:34 +00:00
Richard Worth
4160a67a8a set svn:eol-style to native 2008-12-13 13:39:49 +00:00
Richard Worth
1a8bfae8e8 themes/base/ui.progressbar.css: needs text-align left in IE in case container has other text-align 2008-12-13 13:31:27 +00:00
Richard Worth
b22aa06531 tests/visual: Added some rounded corners 2008-12-13 12:05:56 +00:00
Richard Worth
24f2b7794c corrected some invalid html <div/> to <div></div> 2008-12-13 11:51:33 +00:00
Richard Worth
b731dc5e97 Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specs 2008-12-13 11:49:39 +00:00
Richard Worth
00cc939603 tests/visual: fixed Accordion test on all.html page. 2008-12-13 11:31:15 +00:00
Richard Worth
71528f7fc4 tests/visual/dialog: Added some content to the simple dialog test 2008-12-13 11:22:17 +00:00
Richard Worth
6bdc9f7c96 Added test for #3664 - Dialog init fails on disconnected DOM Element after .remove() 2008-12-13 10:57:10 +00:00
Richard Worth
350e2c1a1b tests/static: Added some variety to the Lorem Ipsums. minor cleanup. 2008-12-13 10:43:07 +00:00
Richard Worth
7e28ee7ea4 tests/visual: fixed some text aligning 2008-12-13 10:28:22 +00:00
Richard Worth
d768b33974 tests/visual: Added simple tabs test. Some more cleanup. 2008-12-13 10:23:26 +00:00
Richard Worth
d3e1901e15 tests/visual: started switching to themes/base. Lots of little cleanup. 2008-12-13 09:53:02 +00:00
Richard Worth
73dec6965b removed tree test file from trunk 2008-12-13 09:02:00 +00:00
Richard Worth
dbb18714e6 removed tabbeddialog.html from trunk (now in /branches/dev/markup) 2008-12-13 08:41:15 +00:00
Richard Worth
3384340953 removed media="screen" from stylesheet link tags 2008-12-13 08:35:02 +00:00
Scott Jehl
7640bb5f0c changed tab text to first, second third 2008-12-12 23:26:53 +00:00
Scott Jehl
dd3e7ee88b added div for animation height workaround. 2008-12-12 20:29:48 +00:00
Scott Jehl
f861e1db91 added mime type 2008-12-12 19:26:39 +00:00
Jörn Zaefferer
3244cbff8e Accordion: #3646 - fixed icons 2008-12-12 19:25:34 +00:00