Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2013-09-25 | 2 | -1/+44 |
|\ | |||||
| * | Merge branch 'master' into selectmenu | Scott González | 2013-09-16 | 2 | -1/+44 |
| |\ | |||||
| | * | Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() method | Jörn Zaefferer | 2013-09-13 | 1 | -0/+32 |
| | | | |||||
| | * | Widget Bridge: Make the _init method optional. Add tests for both states. ↵ | Jörn Zaefferer | 2013-09-11 | 1 | -1/+12 |
| | | | | | | | | | | | | Fixes #9543 - Widget bridge: Make _init() optional. | ||||
* | | | Selectmenu Tests: check CSS class on menu items | Felix Nagel | 2013-09-04 | 1 | -18/+28 |
|/ / | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-08-31 | 5 | -3/+28 |
|\| | |||||
| * | Demos/tests: Losslessly recompress PNG/GIF images. | Pere Orga | 2013-08-26 | 1 | -0/+0 |
| | | |||||
| * | Tests: Fixed accidental use of comma instead of semicolon. | Scott González | 2013-08-21 | 1 | -1/+1 |
| | | |||||
| * | Dialog: Capitalize default value for closeText option. Fixes #9500 - Dialog: ↵ | Scott González | 2013-08-15 | 2 | -2/+2 |
| | | | | | | | | Capitalize 'close' for closeText option. | ||||
| * | Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - ↵ | Mike Sherov | 2013-08-12 | 1 | -0/+25 |
| | | | | | | | | Draggable: jumps down with offset of scrollbar | ||||
* | | Selectmenu Tests: check if button text is updated when selected option is added | Felix Nagel | 2013-08-31 | 1 | -2/+6 |
| | | |||||
* | | Selectmenu tests: lint fix | Felix Nagel | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Kris Borchers | 2013-08-11 | 3 | -10/+26 |
|\| | |||||
| * | Dialog: Search the correct document for focus trapping. Fixes #9439 - ↵ | Scott González | 2013-08-07 | 1 | -5/+5 |
| | | | | | | | | Dialog: Context is not respected for modals. | ||||
| * | Menu tests: jshint cleanup of unused argument | TJ VanToll | 2013-08-03 | 1 | -1/+1 |
| | | |||||
| * | Menu: Only set the mouseHandled flag if the event is going to bubble. Fixes ↵ | TJ VanToll | 2013-08-03 | 1 | -0/+15 |
| | | | | | | | | | | | | #9469: on( "menuselect" ) not firing every time. | ||||
| * | Widget Factory: Fix multiple var statements in test | Alexander Schmitz | 2013-07-31 | 1 | -3/+3 |
| | | |||||
| * | Widget Factory: Make $.widget return the constructor. Fixes #9467 - Widget ↵ | Alexander Schmitz | 2013-07-31 | 1 | -2/+3 |
| | | | | | | | | factory: Return the constructor from $.widget(). | ||||
* | | Selectmenu tests: check item focus | Felix Nagel | 2013-08-03 | 1 | -0/+37 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-07-26 | 3 | -16/+37 |
|\| | |||||
| * | Menu tests: Whitespace and general cleanup | Kris Borchers | 2013-07-15 | 3 | -21/+21 |
| | | |||||
| * | Menu tests: Check default is prevented on any click on disabled menus | Kris Borchers | 2013-07-14 | 1 | -0/+21 |
| | | |||||
* | | Selectmenu: Updating jQuery to 1.10.2. | Felix Nagel | 2013-07-09 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-07-09 | 59 | -51/+64722 |
|\| | |||||
| * | Core tests: Explicitly focus the body during delayed .focus() test to avoid ↵ | Scott González | 2013-07-09 | 1 | -0/+6 |
| | | | | | | | | an issue in IE 8. | ||||
| * | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 57 | -49/+64709 |
| | | | | | | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
| * | Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - ↵ | Scott González | 2013-07-03 | 1 | -2/+7 |
| | | | | | | | | Tabs: Disabled tabs are still clickable. | ||||
* | | Selectmenu Tests: fix lint issues | Felix Nagel | 2013-07-01 | 1 | -2/+1 |
| | | |||||
* | | Selectmenu Tests: add item looping tests | Felix Nagel | 2013-07-01 | 1 | -0/+28 |
| | | |||||
* | | Selectmenu Tests: use trigger instead of simulate for click events in order ↵ | Felix Nagel | 2013-07-01 | 2 | -9/+9 |
| | | | | | | | | to make tests work in IE/ and IE8 | ||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-06-24 | 6 | -15/+59 |
|\| | |||||
| * | Test: Update effects_core test, since puff-effect and size-effect now have ↵ | Rafael Xavier de Souza | 2013-06-22 | 2 | -4/+3 |
| | | | | | | | | its own files | ||||
| * | Menu tests: Fix lint error | Jörn Zaefferer | 2013-06-20 | 1 | -1/+1 |
| | | |||||
| * | Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵ | Steven Luscher | 2013-06-19 | 3 | -11/+29 |
| | | | | | | | | Draggable: Inputs do not blur when clicking on a draggable | ||||
| * | Clicking on a draggable anchor without moving it should make it the active ↵ | Steven Luscher | 2013-06-19 | 1 | -0/+14 |
| | | | | | | | | element (Fixes #8399). | ||||
| * | Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing ↵ | TJ VanToll | 2013-06-16 | 1 | -0/+13 |
| | | | | | | | | should recheck for menu icons | ||||
* | | Selectmenu: Fix htmllint warnings | Jörn Zaefferer | 2013-06-05 | 2 | -3/+2 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-06-05 | 5 | -17/+20 |
|\| | |||||
| * | Slider Tests: Remove pointless doc blocks. | Scott González | 2013-06-04 | 4 | -12/+0 |
| | | |||||
| * | Slider: Remove range div when changing range option to false. Fixes #9355 - ↵ | Scott González | 2013-06-03 | 1 | -1/+16 |
| | | | | | | | | Slider: Changing range option to false does not remove range div. | ||||
| * | Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests ↵ | Jörn Zaefferer | 2013-05-31 | 1 | -4/+4 |
| | | | | | | | | to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish | ||||
* | | Selectmenu tests: fix lint issues | Felix Nagel | 2013-06-04 | 2 | -7/+6 |
| | | |||||
* | | Selectmenu Tests: use asyncTest when working with focus events | Felix Nagel | 2013-05-30 | 2 | -32/+50 |
| | | |||||
* | | Selectmenu tests: combine visual tests to one | Felix Nagel | 2013-05-30 | 2 | -151/+98 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-05-30 | 2 | -0/+75 |
|\| | |||||
| * | Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: ↵ | Christian Klammer | 2013-05-29 | 1 | -0/+47 |
| | | | | | | | | Erratic behavior of contained elements within scrollable grandparents | ||||
| * | Autocomplete: Scope race condition handling to the instance. Fixes #9334 - ↵ | Scott González | 2013-05-28 | 1 | -0/+28 |
| | | | | | | | | Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously. | ||||
* | | Selectmenu tests: test if close event is fired when selectmenu is closed by ↵ | Felix Nagel | 2013-05-30 | 1 | -2/+5 |
| | | | | | | | | click on body | ||||
* | | Selectmenu tests: improve all other focus callback event tests | Felix Nagel | 2013-05-30 | 1 | -12/+16 |
| | | |||||
* | | Selectmenu tests: improve focus callback event test, add keydown focus test, ↵ | Felix Nagel | 2013-05-30 | 1 | -8/+15 |
| | | | | | | | | add multiple focus events test |