aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Autocomplete unit tests: Fix event handling in IEjzaefferer2010-04-131-2/+3
| |
| * Progressbar unit test: Ignore false vs. false in IE6 in aria attributes testjzaefferer2010-04-131-1/+1
| |
| * Autocomplete and button unit tests: Same remove-role-attr fix as for ↵jzaefferer2010-04-132-0/+8
| | | | | | | | accordion in destroy-method test
| * Accordion unit tests: And another height-testing hotfix for Safari 3.xjzaefferer2010-04-131-1/+1
| |
| * Accordion unit tests: One more height-testing hotfix for Safari 3.xjzaefferer2010-04-131-4/+4
| |
| * Accordion unit tests: Remove role attribute to pass Opera 9 and adjust ↵jzaefferer2010-04-133-32/+27
| | | | | | | | height tests to tolerate different results, as long as they are consistent
| * Accordion unit tests: Trying some more style resets for getting accordion ↵jzaefferer2010-04-121-1/+1
| | | | | | | | tests to pass in Safari 3.x, need to commit to see Testswarm results
| * Accordion unit tests: Cleaned and fixed destroy-method test, working around ↵jzaefferer2010-04-122-4/+4
| | | | | | | | html rendering inconsistencies
| * Accordion unit tests: Cleaned and fixed resize-method test, using ↵jzaefferer2010-04-121-9/+1
| | | | | | | | #navigation avoids the :visible matching display:none issue in IE8
| * sortable: don't call the base widget _setOption for disabled to avoid the ↵Richard D. Worth2010-04-091-1/+2
| | | | | | | | ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class
| * Autocomplete: Track input changes and fire change-event on blur, along with ↵jzaefferer2010-04-081-4/+21
| | | | | | | | selected item, if available. Fix for #5490
| * Accordion: different useless markup for getting consistent results for the ↵jzaefferer2010-04-031-3/+3
| | | | | | | | destroy test
| * Accordion: Trying some styl resets, maybe finding the one for Safari 3.xjzaefferer2010-04-031-1/+1
| |
| * Accordion: more useless markup for getting consistent results for the ↵jzaefferer2010-04-031-3/+3
| | | | | | | | destroy test
| * Accordion: Improved resize-method test, starting with a fixed container heightjzaefferer2010-04-031-2/+2
| |
| * Accordion: Rewrote the resize method test; fails in IE8, probably related to ↵jzaefferer2010-04-032-5/+12
| | | | | | | | :visible issue
| * Accordion unit tests: Cleanupjzaefferer2010-04-031-2/+1
| |
| * Accordion unit tests: Use display!=none instead of :visible to work around ↵jzaefferer2010-04-031-1/+3
| | | | | | | | :visible issue in IE8
| * Accordion unit tests: Refactored state-helper functionjzaefferer2010-04-034-30/+12
| |
| * tabs: core ajax unit test - more refactoring, seems IE7 needs a quick ↵Richard D. Worth2010-04-021-15/+15
| | | | | | | | setTimeout for the first async test to work on first load
| * tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will ↵Richard D. Worth2010-04-021-0/+2
| | | | | | | | run remaining tests
| * Align slider value to step. Fixes #5471 - value not aligned to step when set ↵Richard D. Worth2010-04-011-4/+37
| | | | | | | | programatically
| * crlf mess, round XIIIMDjzaefferer2010-04-011-225/+225
| |
| * Tuning disabled testsuites to run with ?draggable that TestSwarm addsjzaefferer2010-04-015-5/+5
| |
| * Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"jzaefferer2010-04-016-631/+225
| | | | | | | | | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master.
| * Merge branch 'tooltip' of github.com:jquery/jquery-uijzaefferer2010-04-016-225/+631
| |\
| | * Added tooltip to widgets_in_dialog compound testunknown2010-03-311-225/+228
| | |
| | * Merge branch 'master' into tooltipjzaefferer2010-03-2713-649/+208
| | |\
| | * \ Merge branch 'master' into tooltipjzaefferer2010-03-266-14/+495
| | |\ \
| | * | | Added compound test for Tabs with Tooltipsjzaefferer2010-03-252-0/+38
| | | | |
| | * | | Tooltip: Add Button to visual test page to test interoperabilityjzaefferer2010-03-251-0/+18
| | | | |
| | * | | Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) ↵jzaefferer2010-03-251-2/+2
| | | | | | | | | | | | | | | | | | | | support for event delegation
| | * | | Tooltip: Added another element for testing the issue with mouseover/outjzaefferer2010-03-211-1/+5
| | | | |
| | * | | Copying files from old Googlecode dev branch for tooltipjzaefferer2010-03-214-0/+343
| | | | |
| * | | | Disabling interaction testsuites until we get to their rewrites; required to ↵jzaefferer2010-04-015-0/+15
| | | | | | | | | | | | | | | | | | | | get 100% passing on TestSwarm now
| * | | | Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event ↵jzaefferer2010-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | handler
| * | | | Adding a visual testpage for button for profilingjzaefferer2010-03-291-0/+552
| | |_|/ | |/| |
| * | | Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2010-03-272-0/+22
| |\ \ \
| | * | | Position: Use parseInt() to prevent fractional pixel values.Scott González2010-03-262-0/+22
| | | |/ | | |/| | | | | | | | | Fixes #5280 - ui.position generates different position in static context.
| * | | Accordion unit tets: Replacing destory method test with autocomplete/button ↵jzaefferer2010-03-272-46/+36
| | | | | | | | | | | | | | | | approach, comparing before/after html - had to add some classes and empty style attributes to ignore class='' and style='', harmless enough
| * | | Updating autocomplete and button unit tests: use equal instead of ok to ↵jzaefferer2010-03-272-3/+2
| | | | | | | | | | | | | | | | compare markup, works fine in latest QUnit (escapes all messages correctly)
| * | | Accordion unit tests: Further normalization of styles to get consistent ↵jzaefferer2010-03-272-5/+4
| | | | | | | | | | | | | | | | results across browsers
| * | | Slider: Removing the placeholder for the animate-option, as we generally ↵jzaefferer2010-03-271-4/+0
| | | | | | | | | | | | | | | | don't try to unit-test any animations
| * | | Slider: Test for test-option, setting the value with the value-method; ↵jzaefferer2010-03-271-1/+11
| | | | | | | | | | | | | | | | either test is wrong or the implementation ignores the step-option when set programmatically
| * | | Slider tests: Split three different change-event tests into three tests, ↵jzaefferer2010-03-271-25/+33
| | | | | | | | | | | | | | | | adding start, slide and stop assertions to each, removing placeholders for those other events
| * | | Drilldown menu: First attempt at drilldown animationsjzaefferer2010-03-261-3/+27
| | | |
| * | | Menu prototypes: Renamed newer ones to old namesjzaefferer2010-03-262-0/+0
| | | |
| * | | Menu prototypes: Remove early nested and drilldown prototypes, to be ↵jzaefferer2010-03-262-489/+0
| |/ / | | | | | | | | | replaced with nested2/drilldown2
| * | Core unit tests: Include testsuite.js for the testswarm includejzaefferer2010-03-251-0/+1
| | |
| * | Drilldown menu: Fixing type-to-search, missing event argument to ↵jzaefferer2010-03-251-1/+1
| | | | | | | | | | | | menu-activate method