Commit Graph

2763 Commits

Author SHA1 Message Date
jzaefferer
88b909b04e Autocomplete unit tests: Replace unreliable setTimeout with gobal ajax event handler 2010-03-31 16:39:16 +02:00
unknown
af2296b3b0 Tabs: Adding demo using cookie option for persistence 2010-03-30 22:46:41 +02:00
unknown
97ba4776db Shopping-Cart demo: Add new demo to droppable demo index 2010-03-30 22:34:46 +02:00
unknown
649fc8f4bd Shopping-Cart demo: Fix demo title 2010-03-30 22:08:43 +02:00
unknown
9dfbb3fc3f Shopping-Cart demo: Fix the eager activeClass on sorting 2010-03-30 22:08:04 +02:00
unknown
a9c2bdc0b5 Shopping-Cart demo: fix typos 2010-03-30 22:04:23 +02:00
unknown
c9a877e81a Adding shopping cart demo for integration of accordion, draggable, droppable and sortable 2010-03-30 21:57:43 +02:00
jzaefferer
5baa180776 Build: Fix regeex for checksum-file-path 2010-03-30 13:37:12 +02:00
jzaefferer
c80a63a601 Build: Copy the themes folder from the dist dir to include the concatendated file 2010-03-30 13:34:45 +02:00
jzaefferer
950e9c163c Build: Create zip file for upload to the Google CDN 2010-03-30 13:27:23 +02:00
jzaefferer
e472f908d7 Build: Adding googlecdn target to deploy-release-target and fixing checksum generation 2010-03-30 13:23:16 +02:00
jzaefferer
42b419d27a Merge branch 'master' into checksums 2010-03-30 13:11:27 +02:00
jzaefferer
415ee934fa Build: MANIFEST file for Google CDN 2010-03-30 13:11:22 +02:00
jzaefferer
9fa157840f Build: Minify i18n files and build a concatenated version; also fixing the double-header issue for the jquery-ui.min.js file and removing additional headers for the various components; Fixes #5444 - build incomplete since removing yuimin and adding closure compiler 2010-03-29 18:58:38 +02:00
jzaefferer
ec709ecf87 Build: Use closure-jar property 2010-03-29 17:39:09 +02:00
jzaefferer
df2619e0ac Merge branch 'master' of github.com:jquery/jquery-ui 2010-03-29 16:47:46 +02:00
jzaefferer
cac005aca1 Adding a visual testpage for button for profiling 2010-03-29 16:47:37 +02:00
Richard D. Worth
4657bd85bc Changed widget factory to keep generic css framework class -state-disabled in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful 2010-03-29 10:00:26 -04:00
jzaefferer
a009595bd3 Merge branch 'master' into tooltip 2010-03-27 11:06:31 +01:00
jzaefferer
c49be0be1a Merge branch 'master' of github.com:jquery/jquery-ui 2010-03-27 10:57:33 +01:00
jzaefferer
551fa98ae4 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 2010-03-27 08:03:48 +01:00
jzaefferer
d5a6b33466 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 2010-03-27 08:01:41 +01:00
jzaefferer
11e719f8f8 Updating autocomplete and button unit tests: use equal instead of ok to compare markup, works fine in latest QUnit (escapes all messages correctly) 2010-03-27 08:00:03 +01:00
jzaefferer
b012de18a4 Accordion unit tests: Further normalization of styles to get consistent results across browsers 2010-03-27 07:42:43 +01:00
jzaefferer
8d57aa1847 Updating to latest QUnit (sometime soon it'll get versioned...), fixes test output issues 2010-03-27 07:34:42 +01:00
jzaefferer
ccf85fd3b9 Slider: Removing the placeholder for the animate-option, as we generally don't try to unit-test any animations 2010-03-27 02:01:56 +01:00
jzaefferer
d969e66164 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 2010-03-27 02:00:59 +01:00
jzaefferer
49411982c2 Slider: Refactoring _trimValue method to use more sane programming logic 2010-03-27 01:52:44 +01:00
jzaefferer
b96ff11e3b Slider: Refactoring _valueMin and _valueMax methods, removing useless temporary variables 2010-03-27 01:49:56 +01:00
jzaefferer
3922996231 Slider: Inlining _step method, was used only once 2010-03-27 01:47:42 +01:00
jzaefferer
3eee15fca8 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 2010-03-27 01:44:14 +01:00
jzaefferer
885fea1f3d Drilldown menu: First attempt at drilldown animations 2010-03-26 20:13:50 -04:00
jzaefferer
e49af16c5a Menu prototypes: Renamed newer ones to old names 2010-03-26 20:00:54 -04:00
jzaefferer
cd32b3fc5a Menu prototypes: Remove early nested and drilldown prototypes, to be replaced with nested2/drilldown2 2010-03-26 19:59:17 -04:00
Scott González
a0f754faf5 Merge branch 'master' of github.com:jquery/jquery-ui 2010-03-26 19:56:10 -04:00
Scott González
9541bd0bf2 Position: Use parseInt() to prevent fractional pixel values.
Fixes #5280 - ui.position generates different position in static context.
2010-03-26 19:53:43 -04:00
jzaefferer
f1933142e4 Merge branch 'master' into tooltip 2010-03-26 12:45:32 -04:00
jzaefferer
6d9caf1e23 Autocomplete: Only remove classes actually added by the widget, ui-widget etc. aren't added, so don't remove them 2010-03-26 12:42:03 -04:00
jzaefferer
40e3637117 Added $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete 2010-03-26 12:40:46 -04:00
jzaefferer
56a3d4cbff Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo 2010-03-26 10:59:34 -04:00
Scott González
b297b3fa6a Fixed size calculations for dialogs.
Fixes #5392 - Dialog explicit height doesn't match given value from set option.
2010-03-25 21:58:08 -04:00
jzaefferer
e8f397bc14 Added compound test for Tabs with Tooltips 2010-03-25 18:23:11 -04:00
jzaefferer
87533753f4 Tooltip: Add Button to visual test page to test interoperability 2010-03-25 18:06:16 -04:00
jzaefferer
8c2df20a5d Tooltip: Disable background-images in IE6 on tooltip element to avoid cursor flickering during fade 2010-03-25 17:30:55 -04:00
jzaefferer
9786a19c82 Core unit tests: Include testsuite.js for the testswarm include 2010-03-25 16:40:43 -04:00
jzaefferer
04115422b5 Updating to latest QUnit 2010-03-25 16:17:52 -04:00
jzaefferer
a3286b12be Tooltip: Added comment about asny response handling 2010-03-25 15:28:34 -04:00
jzaefferer
3bd4de2a87 Tooltip: Add role='application' to body when there is no role attribute; required for screenreaders to interpret aria attributes correctly 2010-03-25 15:23:02 -04:00
jzaefferer
32e9d58963 Tooltip: Fix positioning 2010-03-25 15:22:19 -04:00
jzaefferer
e285e43d2b Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) support for event delegation 2010-03-25 14:46:42 -04:00