panel
click here to add a description
click here to add a homepage
Merge branch 'master' into panel
Merge branch 'master' of github.com:jquery/jquery-ui
Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too
Accordion unit tets: Replacing destory method test with autocomplete/button 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 compare markup, works fine in latest QUnit (escapes all messages correctly)
Accordion unit tests: Further normalization of styles to get consistent results across browsers
Updating to latest QUnit (sometime soon it'll get versioned...), fixes test output issues
Slider: Removing the placeholder for the animate-option, as we generally don't try to unit-test any animations
Slider: Test for test-option, setting the value with the value-method; either test is wrong or the implementation ignores the step-option when set programmatically
Slider: Refactoring _trimValue method to use more sane programming logic
Slider: Refactoring _valueMin and _valueMax methods, removing useless temporary variables
Slider: Inlining _step method, was used only once
Slider tests: Split three different change-event tests into three tests, adding start, slide and stop assertions to each, removing placeholders for those other events
Drilldown menu: First attempt at drilldown animations
Menu prototypes: Renamed newer ones to old names
Menu prototypes: Remove early nested and drilldown prototypes, to be replaced with nested2/drilldown2
Position: Use parseInt() to prevent fractional pixel values.
Autocomplete: Only remove classes actually added by the widget, ui-widget etc. aren't added, so don't remove them
Added $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete
Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo
Fixed size calculations for dialogs.
Core unit tests: Include testsuite.js for the testswarm include
Updating to latest QUnit
Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method
Menu: new prototype for drilldown menu with keyboard handling
Improved drilldown keyboard handling
Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, way simpler then original approach