Commit Graph

5591 Commits

Author SHA1 Message Date
Jörn Zaefferer
f85ea09625 Autocomplete: Update remote-jsonp demo with working geo webservice
The previous webservice now requires user credentials. The new one is also
in use in a jQuery Mobile demo.

Fixes #9764

(cherry picked from commit d4865dcbcd)
2014-01-29 15:16:07 +01:00
Scott González
2ccba55476 Updating the 1-10-stable version to 1.10.5pre. 2014-01-17 08:13:22 -05:00
Scott González
971c6b3e8c Build: Update copyright year 2014-01-17 08:10:43 -05:00
Scott González
79a5a5df00 Build: Update authors 2014-01-17 07:53:58 -05:00
Thomas Meyer
c8b264006d Position: Avoid reading overflow css on documents
Fixes #9533
Closes gh-1072
(cherry picked from commit 1bbbcc723c)
2014-01-15 05:19:26 -05:00
Scott González
a29be89663 Droppable demos: Use ui-state-default for activation
Closes gh-1085
(cherry picked from commit 8f267ee331)
2014-01-15 05:05:57 -05:00
Kris Borchers
20b44cc9bf Resizable: Only resize/reposition if size is greater than specified grid
Fixes #9611
Closes gh-1132
(cherry picked from commit 20c1648f68)
2014-01-15 04:38:56 -05:00
Scott González
b6f8ad665f Dialog: Apply overflow: hidden to contain the resize handles
Fixes #9521
Closes gh-1092
(cherry picked from commit 7741c9f678)
2014-01-15 04:26:57 -05:00
Scott González
85fe34ad10 Build: Updated authors. 2014-01-14 16:18:27 -05:00
Scott González
2135008d2c Revert "Menu: Make check for click outside of menu a function which can be overridden. Fixes #8929 - Menu needs adjustement for use in Selectmenu"
This reverts commit 2a7896ec3e.
2013-12-16 09:05:19 -05:00
Jörn Zaefferer
e5e286ef4e Datepicker tests: Allow IE7 to return an absolute URL in the .attr('src') call
(cherry picked from commit 6d7a61478f)
2013-11-26 16:00:37 -05:00
Jörn Zaefferer
3f055d4a58 Button unit tests: Make sure the test timeout runs after the formResetHandler. Fixes unit tests in IE7.
(cherry picked from commit 63026bd2c7)
2013-11-26 16:00:32 -05:00
Scott González
e704b1f79f Tests: Updated URL for TestSwarm.
(cherry picked from commit 161d7ee389)
2013-11-26 16:00:07 -05:00
Scott González
bfeb16354a Tests: Fixed path to theme files in index.
(cherry picked from commit d186deb770)
2013-11-26 16:00:02 -05:00
Jörn Zaefferer
a8c532f2bd Demos: There can be only one button.js
(cherry picked from commit b12cf01317)
2013-11-26 15:52:22 -05:00
Jörn Zaefferer
d41ada638c Tests: Cleanup visual theme test
(cherry picked from commit 4e758450f1)
2013-11-26 15:52:11 -05:00
Eric Dahl
c807043633 Demos: Fix small typos
(cherry picked from commit 32a00607f1)
2013-11-26 15:51:28 -05:00
Scott González
cfdeab3e4b Dialog tests: Work around focus issue in IE8.
(cherry picked from commit ce5539f368)
2013-11-26 15:50:43 -05:00
Scott González
c34743bc29 Dialog test: Ensure dialog is tall enough to be scrolled.
(cherry picked from commit 144268a2eb)
2013-11-26 15:50:38 -05:00
Scott González
6935030c21 README: Added link to Trac.(cherry picked from commit 0a1ab401fa) 2013-11-26 15:49:24 -05:00
Imants Horsts
1da91cd500 Datepicker: Corrected values for Latvian locale. Fixes #9656 - Datepicker: Incorrect values in Latvian localization.
(cherry picked from commit 629c632a11)
2013-11-26 15:49:17 -05:00
Scott González
016f2f1d8f Build: Renamed jshint target from src to all.
(cherry picked from commit 8de24907b7)
2013-11-26 15:49:12 -05:00
Scott González
6cdd0223d7 Build: Typo fix.
(cherry picked from commit 36fd8c8d3b)
2013-11-26 15:49:08 -05:00
Scott González
01446e0fcf Update grunt-contrib-jshint to 0.7.1 and squash jshint tasks.
(cherry picked from commit 61d16ec939)
2013-11-26 15:47:32 -05:00
Fabrício Matté
52e0f768f5 Button: Remove obsolete mouse click coordinates checking. Fixed #7665 - Button: Radio button & checkboxes ignore mouseclicks for minor mouse movements.
(cherry picked from commit 8b64322e98)
2013-11-26 15:47:19 -05:00
Monika Piotrowicz
d21e8a6964 Accordion: moving aria-expanded from active tabpanel to active tab. Fixed #9407 - Accordion: aria-expanded attribute on wrong element
(cherry picked from commit f16d0c7e26)
2013-11-26 15:27:23 -05:00
Jacob McCutcheon
a2217b5400 Fixed spelling error delay-start.html
(cherry picked from commit df2c982640)
2013-11-26 15:27:23 -05:00
Jörn Zaefferer
ce0cef9265 Datepicker: Finnish date format doesn't have padding for day and month. Fixes #9609 - Datepicker: Correct the Finnish date format
(cherry picked from commit 619261f079)
2013-11-26 15:27:23 -05:00
Kris Borchers
e29e5b56af Resizable: Store size based on calculated helper size to prevent 1 pixel shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid
(cherry picked from commit 14065dc23b)
2013-11-26 15:27:23 -05:00
onovy
77a31b01f9 Demos: Fixed small typo.
(cherry picked from commit b99f8258bf)
2013-11-26 15:14:46 -05:00
Andrei Picus
6e613bd3aa Sortable: Fix typo and break lines in comment.
(cherry picked from commit 06c4387bc9)
2013-11-26 15:14:36 -05:00
Jyoti Deka
01a0da8105 Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()
(cherry picked from commit 93a2dcde52)
2013-11-26 15:14:21 -05:00
Jyoti Deka
6cdebe84f8 Widget: option-method should work as getter only when argument length is 1. Fixes #9601 - Widget: calling _setOption with undefined as 3rd argument makes it a getter
(cherry picked from commit ecde7cd41a)
2013-11-26 15:13:05 -05:00
Scott González
8eefd2032f Tabs: Keep reference to existing tablist during refresh. Fixes #9584 - Tabs: Refresh issue when tabs are moved to bottom.
(cherry picked from commit e14f75ed48)
2013-11-26 15:10:34 -05:00
Scott González
c78ac679bf Updated author information.
(cherry picked from commit acf153e0b4)
2013-11-26 15:10:04 -05:00
Scott González
68772769f8 Build: Fixed TestSwarm submission.
(cherry picked from commit 80b17bb40a)
2013-11-26 15:09:26 -05:00
Timo Tijhof
5a2832bf2d Gruntfile: Remove project prefix from TestSwarm job name
* Also added a line break to separate the for statement
  from the testswarm chain.
* Passing explicit false instead of empty string as `extra`.
(cherry picked from commit 647b839c52)
2013-11-26 15:09:20 -05:00
Scott González
c9a161bf95 Updated author information.
(cherry picked from commit f3668632e4)
2013-11-26 15:07:58 -05:00
TJ VanToll
29e8077871 Dialog: Safe activeElement access.
Fixed #9420 - Dialog: Close causes blur of window in IE9
Fixed #8443 - Dialog: "unspecified error" when using ie9 and iframe
(cherry picked from commit 2dfe85d3e2)
2013-11-26 15:07:39 -05:00
Jasper de Groot
fd80c3445d Dialog: Changed the width of the close button. Fixed #9133 - Dialog: Resizing causes close icon to misalign in Firefox.
(cherry picked from commit ec3cf6725a)
2013-11-26 15:07:21 -05:00
TJ VanToll
b846bea0fd Spinner: Only format the value when there is one. Fixes #9573 - Spinner: forces a field validation in Firefox before field loses focus or form is submitted
(cherry picked from commit e6360ab846)
2013-11-26 15:06:45 -05:00
Jörn Zaefferer
a05cc850e6 Build: Update grunt-compare-size to latest, add it's .sizecache.json to .gitignore
(cherry picked from commit 041e0ec492)
2013-11-26 15:06:28 -05:00
Scott González
639ecb20dc Remove environment-specific files from .gitignore.
(cherry picked from commit 9db5e164bd)
2013-11-26 15:06:18 -05:00
Kris Borchers
78c593be8f Menu: Only focus menu after click if focus is on an element within menu. Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget
(cherry picked from commit 485e0a0612)
2013-11-26 15:04:39 -05:00
Scott González
225b693e47 Update AUTHORS.txt.
(cherry picked from commit 37bba1eb92)
2013-11-26 15:03:35 -05:00
TJ VanToll
34b1390b16 Upgrade grunt-contrib-jshint to 0.6.3.
(cherry picked from commit 643ef44ee2)

Conflicts:

	package.json
2013-11-26 14:49:38 -05:00
Scott González
3dc532ea29 README: Updated build instructions.(cherry picked from commit cca2daafec) 2013-11-26 14:49:20 -05:00
Scott González
1b207d37ab Tests: Fixed accidental use of comma instead of semicolon.
(cherry picked from commit dc380ee695)
2013-11-26 14:48:47 -05:00
Mohsen Ekhtiari
8e52648501 Position demo: Added missing semicolon.
(cherry picked from commit 1c58573a95)
2013-11-26 14:48:21 -05:00
Kris Borchers
2a7896ec3e Menu: Make check for click outside of menu a function which can be overridden. Fixes #8929 - Menu needs adjustement for use in Selectmenu
(cherry picked from commit cceb163548)
2013-11-26 14:48:14 -05:00