techtangents
a6f8019325
Builds: used ant parallel task to run the two closure compiler steps and the yui css compressor step in parallel. The http get requests for documentation are also run in parallel. Reduced build time by about 40%. Fixed #7404 - build.xml can run quicker.
2011-05-20 21:17:30 +10:00
Scott González
9d067d3c97
Merge pull request #306 from jgv/ticket-6097
...
CSS: added support for konqueror border-radius. Fixed #6097 .
2011-05-18 16:37:28 -07:00
Scott González
b76d42aad7
Merge pull request #310 from gnarf37/ticket-7395
...
Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particula
2011-05-18 16:27:08 -07:00
gnarf
4fc5ea141d
Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var
2011-05-18 18:13:37 -05:00
jgv
0f860cdd9c
CSS: added support for konqueror border-radius. Fixed #6097 .
2011-05-18 11:54:48 -04:00
Jörn Zaefferer
4f0f407df3
Merge remote branch 'treyhunner/topic/autocomplete-pasting'
2011-05-18 17:47:01 +02:00
Jörn Zaefferer
92b0f6702a
There's no guard against unparsed characters at the end of the date string, any extra characters are just ignored
...
Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years
2011-05-18 17:30:26 +02:00
Jörn Zaefferer
ba6dd5c180
Merge branch 'master' of github.com:jquery/jquery-ui
2011-05-18 17:12:52 +02:00
Jörn Zaefferer
1c193085e1
Merge remote branch 'kborchers/bug_3623'
2011-05-18 17:07:02 +02:00
kborchers
4ff8d90a82
Accordion: Added check to not allow 0 height on empty panels causing height issues on non-empty panels. Fixed #7335 - Accordion: Incorrect size when a panel is empty
2011-05-18 10:54:36 -04:00
Scott González
e0fafbb735
Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh scope in formResetHandler unintentionally wide.
2011-05-18 10:32:59 -04:00
Jörn Zaefferer
d1f86cb2ff
Merge remote branch 'origin/master'
2011-05-18 15:58:42 +02:00
Jörn Zaefferer
bdd2362754
Merge remote branch 'kzys/trac-6656'
2011-05-18 15:51:07 +02:00
Scott González
a0f16a00b9
Dialog: Reduce old overlay dimensions to 0x0 to avoid sizing issues. Fixes #5637 - Dialog: Dimensions of reused overlay may cause scrollbars.
2011-05-18 09:34:50 -04:00
Jörn Zaefferer
fef60bd6cb
QUnit update
2011-05-18 15:14:46 +02:00
Scott González
cf49f7081b
Merge pull request #304 from jebaird/patch-1
...
missing comma
2011-05-18 06:06:00 -07:00
Scott González
a47bfa196b
Spinner: Coding standards.
2011-05-17 21:07:44 -04:00
Jesse Baird
39fab1f398
missing comma
2011-05-17 14:10:30 -07:00
Scott González
03939fc8c1
Tabs: Don't cancel existing ajax requests when programmatically loading a tab. Fixes #7204 - Tabs: Programmatically loading a tab shouldn't cancel active ajax requests.
2011-05-17 16:23:10 -04:00
Scott González
ad53b55f61
Tabs: Fixed load event with back compat enabled.
2011-05-17 15:46:41 -04:00
David Murdoch
1bd139aaf9
Tabs: Fixed CSS when tabs wrap onto multiple lines. Fixes #4882 - Selected Tab CSS causes problem when tabs are wrapped onto more than one line.
2011-05-17 14:12:16 -04:00
Scott González
a9d4b52836
Tabs: Removed some animation cleanup code that doesn't appear to be necessary.
2011-05-17 13:15:44 -04:00
Scott González
1655079256
Tabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom border disappears in IE.
...
Thanks pmawhinney
2011-05-17 11:13:03 -04:00
Scott González
5f10fa6511
Tabs: Escape all special characters when sanitizing hash selectors. Fixes #4681 - Tabs: _sanitizeSelector needs to escape '.'.
2011-05-17 10:02:22 -04:00
gnarf
5fb2468f9f
Unit Tests: Cleaning up some code in effects unit tests, removing magic numbers used for animation durations
2011-05-16 21:41:50 -04:00
David Murdoch
e4a42991df
Removing unnecessary variables, caching 'within' in tests where its beneficial, and making some other changes based on the code review
2011-05-16 23:46:21 +00:00
kborchers
8e8a7b015f
Sortable: Changed to check the parent's length so that the dom position of the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback.
2011-05-16 16:25:03 -05:00
Scott González
a88d55e60e
Tabs: Enable test suites for TestSwarm.
2011-05-16 14:42:31 -04:00
Scott González
5e58859347
Tabs: Added tests for load method.
2011-05-16 14:41:27 -04:00
David Murdoch
965cb7359e
Tabs: When adding a new tab with an existing panel, don't move it. Fixes #4578 - adding tab moves targeted panel.
2011-05-16 12:30:23 -04:00
Scott González
db3d1945b8
Merge pull request #286 from bboyle/ticket7094
...
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
2011-05-16 05:18:10 -07:00
Jay Merrifield
41205cef4b
Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - Datepicker: Incorrect value for "oo" during Daylight Saving Time.
2011-05-16 07:52:01 -04:00
Ben Boyle
a6a8611556
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
2011-05-16 21:08:13 +10:00
Trey Hunner
adb35572a9
Autocomplete: Trigger search timeout on all input events. Fixes #6666 - keyboard-autorepeat on Firefox and paste event
...
The input event triggers after all changes to an input field including
paste/cut events.
2011-05-15 12:50:26 -07:00
gnarf
463849e4c3
Tabs: Removing queue logic, _hideTab, and _showTab - Replaced with _toggle - Fixes #7357 Tabs: Remove queueing logic
2011-05-14 06:31:41 -05:00
David Murdoch
f798b046e0
Update core visual test to allow testing while the window is scrolled.
2011-05-13 22:21:52 +00:00
David Murdoch
cf96d22532
position now passes all tests! 0/
2011-05-13 21:57:16 +00:00
David Murdoch
939b6989c7
Update position to work properly when window and/or within element is scrolled.
2011-05-13 20:54:25 +00:00
David Murdoch
2bf45db9a5
Update test to make things a bit easier to test
2011-05-13 20:53:25 +00:00
Scott González
c9e187cd9d
Merge pull request #263 from kborchers/bug_4995
...
Dialog: Create modal overlay after dialog is shown and check scrollHeight and offsetHeight in all IE versions. Fixed #4995 - Modal Dialog's overlay dissapears in IE when content is tall
2011-05-13 13:36:09 -07:00
Scott González
2adfc03efe
Merge pull request #266 from kborchers/bug_4838
...
Draggable: Changed logic to only subtract left and top offsets of containment if left and top are not already 0. Fixed #4838 - containment: 'document' is incorrect for top and left in draggable
2011-05-13 12:35:18 -07:00
Kris Borchers
a69a1788bc
Button: Don't fire click/change events if mouse was dragged during click of toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button.
2011-05-13 15:28:10 -04:00
David Murdoch
2f4da6f13d
Update var name to avoid confusion
2011-05-13 19:17:42 +00:00
Scott González
aec3f18932
Merge pull request #268 from kborchers/bug_6950
...
Draggable: Check for grid elements set to 0 to prevent divide by 0 error causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error
2011-05-13 12:17:33 -07:00
kborchers
d136e4333e
Draggable: Check for grid elements set to 0 to prevent divide by 0 error causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error
2011-05-13 10:23:44 -05:00
gnarf
c08cf8ec6c
Unit Tests: adding unit test for #7356
2011-05-12 21:09:37 -04:00
Scott González
7550018260
Class animation: Fixed handling of duration.
2011-05-12 21:03:42 -04:00
Scott González
ea403891b9
Merge remote branch 'gnarf37/ticket-3939'
2011-05-12 20:56:34 -04:00
Scott González
dd00f7f3b4
Merge pull request #256 from dcneiner/button-blur
...
Fixed #6242
2011-05-12 17:48:25 -07:00
Scott González
523790b111
Merge pull request #257 from dcneiner/buttonset-rtl
...
Fixed #6796
2011-05-12 17:44:13 -07:00