aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Datepicker #3647: fixed RTL support for new UI markup.Ca-Phun Ung2008-12-201-1/+1
|
* Datepicker #3647: removed clickable weekdays.Ca-Phun Ung2008-12-201-7/+0
|
* Datepicker: Fixed #3647: Updated visual and automated tests to go with new ↵Ca-Phun Ung2008-12-192-356/+198
| | | | markup updates.
* Changed slider range and progressbar value divs to use ui-widget-header ↵Scott Jehl2008-12-192-3/+3
| | | | | | | | 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.
* Dialog: Fixed #3648: Use new CSS framework.Scott González2008-12-191-26/+0
| | | | | - Removed .ui-dialog-container div. - Removed autoResize option.
* Dialog visual test:Scott González2008-12-191-2/+9
| | | | | - Made it possible to close and re-open the dialog. - Added buttons.
* separated head links to ui.core.css, ui.theme.css, and ui.allplugins.css for ↵Scott Jehl2008-12-1611-11/+35
| | | | TR bookmarklet compatibility.
* tests/slider: removed paging default (commented out in code. not in 1.5.2)Richard Worth2008-12-151-1/+0
|
* missing "Richard Worth2008-12-141-1/+1
|
* tests/slider: addded some missing defaultsRichard Worth2008-12-141-2/+7
|
* set svn:eol-style to nativeRichard Worth2008-12-132-87/+87
|
* tests/visual: Added some rounded cornersRichard Worth2008-12-133-10/+47
|
* tests/visual: fixed Accordion test on all.html page.Richard Worth2008-12-132-16/+14
|
* tests/visual/dialog: Added some content to the simple dialog testRichard Worth2008-12-132-2/+12
|
* Added test for #3664 - Dialog init fails on disconnected DOM Element after ↵Richard Worth2008-12-131-2/+5
| | | | .remove()
* tests/static: Added some variety to the Lorem Ipsums. minor cleanup.Richard Worth2008-12-136-15/+14
|
* tests/visual: fixed some text aligningRichard Worth2008-12-132-1/+5
|
* tests/visual: Added simple tabs test. Some more cleanup.Richard Worth2008-12-1315-26/+78
|
* tests/visual: started switching to themes/base. Lots of little cleanup.Richard Worth2008-12-1318-204/+165
|
* removed tree test file from trunkRichard Worth2008-12-131-100/+0
|
* removed tabbeddialog.html from trunk (now in /branches/dev/markup)Richard Worth2008-12-131-52/+0
|
* removed media="screen" from stylesheet link tagsRichard Worth2008-12-1313-15/+16
|
* changed tab text to first, second thirdScott Jehl2008-12-122-9/+10
|
* added div for animation height workaround.Scott Jehl2008-12-121-6/+13
|
* Mashup! added static page for tabbed dialog. Scott Jehl2008-12-121-0/+51
|
* small padding change to hightlight / error demoScott Jehl2008-12-121-2/+2
|
* again, overlay positioning tweak in demo page (no significant changes)Scott Jehl2008-12-121-1/+1
|
* padding updates to demo blocksScott Jehl2008-12-121-5/+5
|
* more demo content cleanup - no markup changes of noteScott Jehl2008-12-121-12/+11
|
* adjusted messaging in demo blocks to be less error-oriented and realisticScott Jehl2008-12-121-3/+4
|
* set offsets in demo to be much closer to top left (no notable markup changes)Scott Jehl2008-12-121-1/+1
|
* removed h2s and form Scott Jehl2008-12-121-45/+2
|
* Updated #3650: noted that "ui-slider-horizontal" class is on hz sliderMaggie Costello Wachs2008-12-121-1/+1
| | | | | css change: slider handles are centered over range start and end points
* page formatting change (no change to widget markup)Maggie Costello Wachs2008-12-121-0/+5
|
* Accordion: Fixed jumpy behaviour (#3646) by wrapping content elements in an ↵Jörn Zaefferer2008-12-121-8/+8
| | | | additional div
* Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added ↵Jörn Zaefferer2008-12-123-74/+99
| | | | visual test and updated tests to markup changes
* tests/static/icons.html: fixed urls to be relative instead of absolute. ↵Richard Worth2008-12-121-7/+3
| | | | Removed preload script.
* tests/static: whitespace and formattingRichard Worth2008-12-127-44/+46
|
* tests/static: whitespace onlyRichard Worth2008-12-1210-1292/+1246
|
* updated #3647: static page now has recommended markup for datepicker with ↵Maggie Costello Wachs2008-12-111-11/+921
| | | | | | multiple calendars/months also edited styles so that month/year feedback header always centers over calendar
* updated #3650: noted that inline position style should be removed from ↵Maggie Costello Wachs2008-12-111-2/+2
| | | | | | | | range element (ui-slider-range) ui.slider.css - added position style, fixed range display issues for IE6 ui.core.css - fixed clearfix class to work in IE7, Opera
* back to html 5 doctypeMaggie Costello Wachs2008-12-111-1/+1
|
* Progressbar: Fixed #3645: Use new CSS framework.Scott González2008-12-111-15/+2
|
* Dialog: Partial fix for #3648: Use new CSS framework.Scott González2008-12-111-1/+1
|
* Dialog: Fixed #3638: Added closeText option (default 'close').Scott González2008-12-111-0/+25
|
* Static dialog test: Added ARIA semantics.Scott González2008-12-111-3/+3
|
* - added overlay.html static demo to demonstrate the positionTo iframefix + ↵Scott Jehl2008-12-111-0/+70
| | | | | | | | | | shadow markup. It's actually not static, but a js demo with our markup recommendations, since we found it easier to communicate our recommendation that way. - edited ui-widget-overlay and ui-widget-shadow in theme.css - added ui-helper-zfix to core.css for iframe fix needs Comment tokens and TR levers for the overlay classes will be added tomorrow.
* edited doctype for IE6Maggie Costello Wachs2008-12-101-1/+1
|
* swapped circle with triangle iconsMaggie Costello Wachs2008-12-101-3/+3
|
* reinstated toggle link to show/hide class namesMaggie Costello Wachs2008-12-101-4/+5
|