Mike Sherov
2779212a0e
Resizable: Fix containment calculation with relative parent
...
Remove an incorrect fix introduced in 47cd5b6f
that causes
width calculations to be incorrect once the correct fix
was introduced in c03cb807
Fixes #10140
2014-08-04 08:18:35 -04:00
Scott González
5ddc7cd4d3
Tests: Whitespace
2014-08-01 13:30:45 -04:00
Scott González
c017628e11
Tests: Fix composite tests
2014-08-01 12:25:14 -04:00
Scott González
06fe70b10a
Core: Ensure forms in tests have some actual content
...
Empty forms have no height, so they're considered hidden in jquery-git as of
jquery/jquery@10399ddcf8
2014-07-30 10:16:29 -04:00
Scott González
d6d15b4558
Core: Fix focusable detection for image maps
...
The attribute selector requires quotes to be valid, but only new (unreleased)
Sizzle has this requirement.
2014-07-30 10:03:53 -04:00
Scott González
9895cb58b4
Core: Clean up selector tests
2014-07-30 09:45:00 -04:00
Scott González
4ad45991e6
Selectmenu: Remove unused var in test
2014-07-29 15:18:46 -04:00
Scott González
64faf2da0a
Selectmenu: Don't check menu width in width option tests
2014-07-29 15:02:36 -04:00
Scott González
749a6a5667
Selectmenu: Preserve text selection when interacting with the widget
...
Fixes #10144
Closes gh-1295
2014-07-29 13:19:28 -04:00
Scott González
45e13ed208
Selectmenu: Properly set width for button
...
Fixes #10145
Closes gh-1296
2014-07-29 13:17:30 -04:00
Scott González
d1e327c189
Autocomplete: Fix styling for combobox demo
...
Fixes #10059
2014-07-24 17:21:33 -04:00
Yermo Lamers
930bc7df66
Autocomplete: ESCAPE should not change content of a MultiLine
...
Fixes #9790
Closes gh-1190
2014-07-24 17:00:55 -04:00
Scott González
5beae72e77
Resizable: Fix size/position changes in resize event
...
Fixes #10351
Closes gh-1292
2014-07-24 16:21:51 -04:00
Scott González
9bb51d308e
Position: Support positioning within document with jQuery 1.6.x
...
Fixes #10071
Closes gh-1294
2014-07-24 16:05:18 -04:00
Frederik Elvhage
f7429edfe9
Widget: Improve performance of cleanData method
...
Fixes #9546
Closes gh-1291
2014-07-24 12:07:12 -04:00
TJ VanToll
c399f1f77a
Datepicker: Abstract mouseover logic to avoid explicit event trigger
...
The reliance on `.mouseover()` caused an issue in some circumstances
(see #5816 ). The removal of `.mouseover()` broke keyboard navigation
(see #10319 ).
Fixes #10319
Closes gh-1290
2014-07-23 15:10:37 -04:00
Scott González
69f25dbff7
Dialog: Track the instance as soon as the dialog is opened
...
Fixes #10152
2014-07-23 11:10:14 -04:00
Scott González
1071346aea
Build: Upgrade to jquery-mousewheel 3.1.12
2014-07-22 12:13:59 -04:00
Scott González
acfda4be52
Dialog: Fix stacking of modal dialog overlays
...
Fixes #10138
Closes gh-1286
2014-07-17 11:30:31 -04:00
Jyoti Deka
ffe60e39db
Resizable: Remove accidental exposure of internal data in events
...
Fixes #10148
Closes gh-1279
2014-07-16 19:14:16 -04:00
Monika Piotrowicz
b4fb51199d
Tabs: Work around bad Safari/VoiceOver heuristics
...
Move disabled tab click handlers from the container to the tablist to
prevent panel contents from being announced as clickable.
Fixes #10098
Closes gh-1261
2014-07-16 16:09:22 -04:00
Jacques Perrault
98583a6563
Datepicker: Show year/month on the same line
...
Fixes #7953
Closes gh-1277
2014-07-16 15:55:09 -04:00
TJ VanToll
3ca32b2ad8
Draggable: Manage ui-draggable-handle correctly in nested instances
2014-07-15 15:49:15 -04:00
TJ VanToll
7594a31425
Draggable: Only apply ui-draggable-handle within the draggable instance
...
Fixes #10212
Closes gh-1284
2014-07-15 15:49:00 -04:00
Scott González
2447cabd59
Effect: Create a local jQuery variable to make jQuery Color work
...
Fixes #10199
Closes gh-1282
2014-07-15 09:30:21 -04:00
Scott González
bb29287c3c
Datepicker: Set explicit button text in demo
...
Fixes #9626
Closes gh-1283
2014-07-15 08:49:15 -04:00
Rodrigo Menezes
5730374238
Datepicker: reject dates with two year digits when expecting 'yy'
...
Fixes #8353
Closes gh-1248
2014-07-14 09:34:33 -04:00
Scott González
bef2c456ca
Spinner: Fix inclusion of mousewheel plugin in demos
...
Fixes #10188
2014-07-12 09:05:41 -04:00
TJ VanToll
4a42a7ffe1
Dialog demo: Remove a duplicate (and incorrect) script include
2014-07-10 09:10:45 -04:00
Scott González
1b4f61509a
Theme: Add support comments for filter properties
2014-07-09 09:05:06 -04:00
Usman Akeju
e91f38ef1e
Progressbar: replace image reference in base CSS with data URI
...
The CSS for the Progressbar widget contained a reference to
"images/animated-overlay.gif", which is not included in custom jQuery UI
builds with "no theme" selected. This replaces the reference with a data URI.
Fixes #10134
Closes gh-1276
2014-07-08 09:14:39 -04:00
Scott González
15baf024c3
Slider: Reset positioning when orientation changes
...
Fixes #10105
Closes gh-1268
2014-07-02 17:17:05 -04:00
Scott González
7c4c86a000
Build: Update license
...
Closes gh-1257
2014-06-27 11:18:20 -04:00
Jörn Zaefferer
292248307a
Build: Updating the master version to 1.11.1-pre.
2014-06-26 14:36:58 +02:00
Jörn Zaefferer
49a4a46f34
Build: Update DB version for releases
2014-06-26 14:07:51 +02:00
TJ VanToll
c29b4434b6
Tests: Use closeEnough() to account for rounding differences
...
Selectmenu's test suite broke with b0e8380
, which changed the padding
used by the menu widget. Selectmenu conditionally adds pixels to the
menu's width, and using closeEnough() accounts for that and the
rounding differences across browsers.
Closes gh-1275
2014-06-25 12:16:29 -04:00
Scott González
a0fea7d849
Bower: Change jquery dependency to >=1.6 (don't limit max version)
...
Fixes #10110
Closes gh-1266
2014-06-24 22:45:54 -04:00
Scott González
66032703e8
Build: Upgrade to grunt-bowercopy 1.1.0
...
Ref gh-1266
2014-06-24 22:45:49 -04:00
Scott González
19dfa2dc1b
Test: Get all jQuery versions from Bower
...
Ref gh-1266
2014-06-24 22:45:44 -04:00
Scott González
6df127a0b5
Build: Reorganize external directory
...
Put each external library into its own directory.
Move jquery.js to external.
Ref gh-1266
2014-06-24 22:45:32 -04:00
Scott González
450d75f912
Datepicker: Define en and en-US locales based on defaults
...
Fixes #6682
Closes gh-1269
2014-06-16 16:42:43 +02:00
Jörn Zaefferer
226cc3e9e5
Dialog: Honor preventDefault when managing focus
...
If event.isDefaultPrevented() is true, the focus management is
completely skipped, assuming the user manages focus manually.
Fixes #10103
Closes gh-1265
2014-06-10 13:59:45 +02:00
Jörn Zaefferer
a0b84767a7
Dialog: Fix shift-tab handling, focus the correct element
...
Copy-paste error introduced in df6110c0d4
Updates the tabbing test to be more specific about which element should
have focus, instead of only checking if focus is within the dialog.
Ref #9646
Ref #10103
Closes gh-1264
2014-06-10 13:54:58 +02:00
Timo Tijhof
c31d5f0688
travis: Remove node 0.8, add node 0.10
...
Travis is failing on two accounts:
* "Error: No compatible version found: minimatch@'^0.3.0'"
(because the version of npm that shipped with 0.8 doesn't
support ^
* npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"}
(current: {"node":"v0.8.26","npm":"1.2.30"})
Closes gh-1258
2014-05-30 10:57:34 +02:00
Timo Tijhof
6c4005280d
Dialog: Fix off() -> unbind() for jQuery 1.6 compat
...
Follows-up c9815f13b4
.
Fixes #10072
Closes gh-1256
2014-05-27 16:05:04 -04:00
David Petersen
796a8b37e2
Spinner: Don't change value when changing min/max options
...
Fixes #9703
Closes gh-1252
2014-05-26 11:31:31 -05:00
David Petersen
9a93a06fbd
Tests: Add widget option
...
Allows running qunit tests for a single widget
Closes gh-1254
2014-05-26 10:58:08 -05:00
Jörn Zaefferer
203b23a87c
Build: Update DB version for release script
2014-05-23 12:55:46 +02:00
Scott González
bb4f5f9c1e
README: Remove content that exists on the contribute site
2014-05-20 16:25:26 -04:00
David Petersen
f5e8041ebf
Tabs: Move aria-expanded
from active panel to active tab
...
Fixes #9622
Closes gh-1251
2014-05-19 11:36:21 -04:00