Commit Graph

2599 Commits

Author SHA1 Message Date
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
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
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
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
0752719de1 Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method 2010-03-25 11:27:08 -04:00
jzaefferer
37774bb516 Menu: new prototype for drilldown menu with keyboard handling 2010-03-24 23:32:37 -04:00
jzaefferer
27c5debb59 Improved drilldown keyboard handling 2010-03-24 18:01:43 -04:00
jzaefferer
b90438d90e Implemented menu/nested2 visual test, implementation doesn't rip DOM apart, way simpler then original approach 2010-03-24 17:53:48 -04:00
jzaefferer
872ca387e8 Merge branch 'master' of github.com:jquery/jquery-ui 2010-03-24 17:02:11 -04:00
jzaefferer
b7ad981e69 Fixing styles for menu to work properly in IEs, even with nested menus (updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that 2010-03-24 17:01:30 -04:00
Scott González
b4729e5512 Autocomplete demo: Removed todo (already captured in trac). 2010-03-24 13:24:19 -04:00
Scott González
f2873b6ebf Menu: Ignore clicks that don't occur on the anchor tag within a valid menu item.
Fixes #5376 - Menu plugin fires select when border is clicked.
2010-03-24 07:15:30 -07:00
jzaefferer
467b6f9bb6 Update testswarm url for new server 2010-03-23 20:23:15 +01:00
jzaefferer
7443cb8e40 Menu: Testing nested menus without the DOM restructuring, just need to fix display issue in IE6 2010-03-23 05:10:54 +01:00