Jörn Zaefferer
0c754f9d9e
Selectmenu: Refactor appendTo option tests
2014-02-21 13:40:32 +01:00
Jörn Zaefferer
fa99e23d18
Selectmenu: Fall back to .ui-front searching for empty jQuery objects
...
Fixes #9757
2014-02-21 13:35:34 +01:00
Jörn Zaefferer
8a71d0f129
Autocomplete: Fix assertion message in appendTo option test
2014-02-21 13:35:04 +01:00
Jörn Zaefferer
122b913743
Dialog: Work around subpixel issues in dialog resizable test
...
Switching to checking the size of the content element. We should be
checking the dimensions of the .ui-dialog element, but that currently
fails in Chromium-based browsers. Once we start using box-sizing:
border-box, we should try to revert this change.
Ref #9845
2014-02-20 17:54:48 +01:00
Jörn Zaefferer
e7c932ee2b
Tests: Update to latest QUnit
2014-02-20 17:05:02 +01:00
Jörn Zaefferer
822f3cd9d0
Tests: Update to sane QUnit markup
2014-02-20 17:05:02 +01:00
TJ VanToll
d380e07b8f
Build: Base manifest dependencies off of Bower configuration
2014-02-20 09:17:54 -05:00
TJ VanToll
e837d11d6b
All: Add Bower support
...
Fixes #9465
Closes gh-1189
2014-02-20 09:17:38 -05:00
Scott González
162056b2aa
Tabs: Removed tabs at bottom demo
...
Places tabs at the bottom is bad for accessibility. Dynamic content should not
precede the control for the content.
2014-02-19 16:58:01 -05:00
Jörn Zaefferer
7c3b05cfeb
Build: Switch to renamed TestSwarm browserSet
2014-02-19 19:31:36 +01:00
Rafael Xavier de Souza
347c7c4db1
I18n: Avoid indenting an entire file
...
Make code identation consistent with every other source.
2014-02-19 12:14:08 -03:00
Rafael Xavier de Souza
086dad66c4
I18n: Rename all files, removing the "jquery.ui." prefix
...
Amend fix for 21154cfa2e02ef1814a6aff68b14553bdad165cb;
Ref #9464
Ref gh-1029
2014-02-19 12:11:46 -03:00
Mike Sherov
dc1e63b432
Draggable Tests: fix IE scroll tests affected by focus issues.
...
Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must calculate scrollTop on the drag event, before .focus is called.
2014-02-18 12:48:06 -05:00
Mike Sherov
f1025298cc
Draggable Tests: fix IE offset tests affected by focus issues.
...
Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must rely on the actual calculated offset instead of the helper offset to ensure
cross browser test consistency.
2014-02-18 12:48:06 -05:00
Mike Sherov
7017805745
Draggable: fix current JSCS violations.
2014-02-18 12:48:06 -05:00
Jörn Zaefferer
39ef4afb3c
Demos: Fix custom style tooltip demo
...
Fixes typo in 'transform' property, also removes unnecessary prefixes (based
on our browser support and caniuse.com data).
Fixes jquery/jqueryui.com#68
2014-02-12 20:34:21 +01:00
Jörn Zaefferer
898455e60b
Authors: Update
2014-02-11 20:57:43 +01:00
Scott González
cf85f6726b
Tests: Use .bind() instead of .on()
2014-02-11 11:54:55 -08:00
Brian J. Dowling
9660b43c01
Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggable
...
Some unit tests were disabled in phantomjs. Dialog and draggable
depended on a larger viewPort. Tooltip just worked, that was reenabled
as well.
Closes gh-1173
2014-02-11 19:47:29 +01:00
Jörn Zaefferer
4c6fce77a7
Build: Sort dependencies and update grunt-compare-size to latest
2014-02-11 19:06:17 +01:00
Jörn Zaefferer
08c7328337
Build: Add commitplease as devDependency, to check commit messages
2014-02-11 19:01:23 +01:00
Patrick Stapleton
05c5646071
Build: Add load-grunt-tasks
...
Closes gh-1191
2014-02-11 18:42:51 +01:00
Jörn Zaefferer
390e440fcd
Build: Inline testswarm browserSet setting
...
Ref jquery/infrastructure#236
2014-02-05 11:44:03 +01:00
TJ VanToll
ea65745691
Build: Fixing a small typo in the effect's description
2014-02-04 08:53:01 -05:00
Rafael Xavier de Souza
74f38b4e2f
Release: Update download.jqueryui.com version to 1.10.8
2014-01-29 14:41:47 -02:00
Jörn Zaefferer
d4865dcbcd
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
2014-01-29 15:13:54 +01:00
TJ VanToll
83b3d67175
All: Updating copyright year to 2014
2014-01-28 22:25:02 -05:00
Yermo
605a20ef06
Autocomplete: Do not set value on multi-line input
...
This fixes an issue where contenteditable text was getting overwritten when
wrapping past the bottom or top of the autocomplete menu.
Fixes #9771
Closes gh-1184
2014-01-28 12:35:16 -05:00
TJ VanToll
ccb13240dd
Button: Ignore non-radio elements with the same name
...
Fixes #8761
Closes gh-1185
2014-01-28 10:58:30 -05:00
Scott González
fa23894dff
All: Quote CSS url() values
...
Closes gh-1172
2014-01-24 16:53:57 -05:00
Rafael Xavier de Souza
21154cfa2e
All: Rename all files, removing the "jquery.ui." prefix;
...
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271 ;
Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00
Rafael Xavier de Souza
234f7f3c0e
All: Remove "Depends" comment
...
Ref #9464
Ref gh-1029
2014-01-24 18:22:42 -02:00
Rafael Xavier de Souza
1216e2aaf5
All: Wrap I18n files with UMD return exports
...
Ref #9464
Ref gh-1029
2014-01-24 18:22:31 -02:00
Rafael Xavier de Souza
96e027e4b1
All: Wrap source files with UMD return exports
...
Ref #9464
Ref gh-1029
2014-01-24 18:22:14 -02:00
Scott González
2651f4571e
Tests: Add link to selectmenu in unit index
2014-01-24 13:53:59 -05:00
Scott González
c49b9f2abb
Test: Whitespace
2014-01-24 10:21:50 -05:00
Scott González
113e9d0c2c
Autocomplete: Normalize falsy values, not just missing values
...
Fixes #9762
2014-01-22 10:40:19 -05:00
Scott González
2ef1b16e4d
Autocomplete: Fall back to .ui-front searching for empty jQuery objects
...
Fixes #9755
2014-01-20 16:20:11 -05:00
Ben Higgins
0bb807bb42
Draggable: fix changing containment
...
If containment was set such that relative_container is set by
_setContainment, and then containment changes to e.g. "document",
"window", or an array, relative_container would not be unset, causing
incorrect containment of the draggable.
Add a unittest to check that containment with an array works after
previously being set to "parent".
Fixes #9733
Closes gh-1176
2014-01-20 13:08:12 -05:00
Andrei Picus
998d04d55d
Tests: sortable: fix assert message.
...
Changed 'stop' to 'over'.
Closes gh-1174
2014-01-20 09:42:14 -05:00
TJ VanToll
7429083065
Demos: Fixing broken links to effect demos
2014-01-17 10:25:04 -05:00
Jörn Zaefferer
031400b5f3
Build: Upgrade to grunt-contrib-qunit, supports page options
2014-01-17 11:28:35 +01:00
Brian J. Dowling
f4423f508e
Tests: Fix draggable_options expected test count to be dynamic
...
The test count was previously incremented to 8 when normally 6 tests
are run. After figuring out the dynamic test code, I just made the
expect depend on the same array length
Also re-enabled the test in the Gruntfile since it now passes.
2014-01-16 21:25:28 +00:00
Scott González
6870897364
Build: Upgrade to grunt-contrib-csslint 0.2.0
...
This should fix the crazy grunt-contrib-csslint -> csslint -> parserlib fuzzy
version issues.
2014-01-16 12:24:20 -05:00
Ruslan Yakhyaev
be2a339b2b
Widget: Support events with dashes and colons
...
Fixes #9708
Closes gh-1159
2014-01-16 12:12:04 -05:00
TJ VanToll
28310ff55f
Slider & Interactions: Add Windows 8 touch support
...
Fixes #9709
Fixes #9710
Closes gh-1152
2014-01-15 15:38:10 -05:00
Thomas Meyer
1bbbcc723c
Position: Avoid reading overflow css on documents
...
Fixes #9533
Closes gh-1072
2014-01-15 05:17:50 -05:00
Scott González
8f267ee331
Droppable demos: Use ui-state-default for activation
...
Closes gh-1085
2014-01-15 05:03:53 -05:00
Kris Borchers
20c1648f68
Resizable: Only resize/reposition if size is greater than specified grid
...
Fixes #9611
Closes gh-1132
2014-01-15 04:37:32 -05:00
Scott González
7741c9f678
Dialog: Apply overflow: hidden
to contain the resize handles
...
Fixes #9521
Closes gh-1092
2014-01-15 04:22:08 -05:00