Richard D. Worth
5ffd3ab36a
Align slider value to step. Fixes #5471 - value not aligned to step when set programatically
2010-04-01 15:00:45 -04:00
jzaefferer
ab1f806293
crlf mess, round XIIIMD
2010-04-01 10:00:13 +02:00
jzaefferer
70d25ae8e7
Updating to latest QUnit
2010-04-01 09:57:56 +02:00
jzaefferer
eccb95a8cd
Tuning disabled testsuites to run with ?draggable that TestSwarm adds
2010-04-01 09:49:13 +02:00
jzaefferer
00fdd8bcd9
Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
...
This reverts commit df31e22b95
, reversing
changes made to ab8d155217
.
Need to revert this revert later on when actually merging the tooltip branch into master.
2010-04-01 09:33:25 +02:00
jzaefferer
df31e22b95
Merge branch 'tooltip' of github.com:jquery/jquery-ui
2010-04-01 09:25:21 +02:00
jzaefferer
ab8d155217
Disabling interaction testsuites until we get to their rewrites; required to get 100% passing on TestSwarm now
2010-04-01 09:24:39 +02:00
unknown
9ec4c4e682
Tooltip: Two more demos showing mousetracking with open/close events and using open/close methods to programmatically show/hide tooltips
2010-03-31 20:19:09 +02:00
unknown
b173418cd3
Added tooltip to widgets_in_dialog compound test
2010-03-31 20:18:12 +02:00
unknown
ebac9717fd
Tooltip: Renamed show to open and open to _show (based on spec), changed trigger(show) to trigger(open) and added trigger(close); always use element as target, enabling programmatic opening and closing
2010-03-31 20:17:45 +02:00
unknown
744343a6e6
Tooltip: Comment about IE6 workaround
2010-03-31 19:00:43 +02:00
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