Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Popup: increased delay between focusout and focusin/mouseup as it was ↵ | Richard D. Worth | 2011-11-09 | 1 | -1/+1 |
| | | | | sometimes not high enough | ||||
* | Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - ↵ | Richard D. Worth | 2011-11-07 | 1 | -1/+1 |
| | | | | Safari: jQuery.simulate() doesn't set "which" field for key events | ||||
* | Widget: Define this.document properly when instantiating a widget on a ↵ | Scott González | 2011-11-07 | 1 | -1/+5 |
| | | | | document or window. Fixes #7835 - Undefined property when creating widgets. | ||||
* | Merge pull request #517 from MGaetan89/bug_7238 | Scott González | 2011-11-07 | 1 | -5/+5 |
|\ | | | | | Accordion: Fixed #7238 - Problem with accordion slide animation fixed wid | ||||
| * | Accordion: Fixed #7238 - Problem with accordion slide animation fixed width ↵ | Gaëtan Muller | 2011-11-06 | 1 | -5/+5 |
|/ | | | | calculation | ||||
* | Tests: Removed unnecessary visual tests for button. | Scott González | 2011-11-03 | 2 | -109/+0 |
| | |||||
* | Tests: Removed visual tests for plugins that are being rewritten. | Scott González | 2011-11-03 | 51 | -2956/+0 |
| | |||||
* | Tests: Change the input in the effects test to a text input. This fixes ↵ | kborchers | 2011-11-02 | 1 | -1/+1 |
| | | | | failing tests in IE8 that could not focus the input. | ||||
* | Position: Check for fraction support. | Scott González | 2011-11-02 | 1 | -0/+45 |
| | |||||
* | Tabs test: Increase delay in load test. | Scott González | 2011-11-02 | 2 | -3/+3 |
| | |||||
* | Position tests: Changed DOM structure to fix dimensions of within container. | Scott González | 2011-11-02 | 1 | -4/+4 |
| | |||||
* | Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan ↵ | Scott González | 2011-11-01 | 3 | -5/+5 |
| | | | | language code. | ||||
* | Tests (Simulate): Make the blur event async to deal with IE's native blur ↵ | Scott González | 2011-11-01 | 1 | -11/+16 |
| | | | | being async. | ||||
* | Autocomplete tests: Fixed typo. | Scott González | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | Tests (Simulate): Added focus and blur support. | Scott González | 2011-10-31 | 3 | -7/+54 |
| | |||||
* | Tests (Simulate): Whitespace cleanup. | Scott González | 2011-10-31 | 1 | -70/+99 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 25 | -128/+309 |
| | |||||
* | Merge pull request #505 from midlis/globaljsfix | Scott González | 2011-10-25 | 1 | -2/+2 |
|\ | | | | | Demos: replace global.js with globalize.js. | ||||
| * | Demos: replace global.js with globalize.js. | midlis | 2011-10-25 | 1 | -2/+2 |
| | | |||||
* | | Effects Core: Do not overwrite css or class changes that aren't animated ↵ | ddstreet | 2011-10-25 | 3 | -75/+103 |
|/ | | | | during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost | ||||
* | Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ↵ | Scott González | 2011-10-25 | 1 | -1/+3 |
| | | | | Fixes #7513 - Autocomplete: long text wraps in Firefox. | ||||
* | Widget: Use parentWindow if defaultView doesn't exist. | Scott González | 2011-10-21 | 1 | -1/+1 |
| | | | | Thanks ronchalant | ||||
* | Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵ | Scott González | 2011-10-20 | 8 | -19/+19 |
| | | | | document and window properties. | ||||
* | Button: Create text span in correct document. | Scott González | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | Widget: Refactoring setOptions loop to remove unnesecary closure / that ↵ | Corey Frang | 2011-10-19 | 1 | -4/+5 |
| | | | | reference | ||||
* | Menu: Added the new trigger option to the defaults unit test | kborchers | 2011-10-19 | 1 | -0/+1 |
| | |||||
* | Popup: Remove any references to "that" and use _delay instead of setTimeout. | kborchers | 2011-10-19 | 1 | -16/+12 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Jörn Zaefferer | 2011-10-19 | 1 | -1/+1 |
|\ | |||||
| * | Menu: Update visual test to remove bottom scroll bar in scrolling menus in ↵ | kborchers | 2011-10-18 | 1 | -1/+1 |
| | | | | | | | | IE6 and IE7 | ||||
* | | Rewrite popup/menu interaction to make popup managed by menu (adds trigger ↵ | Hans Hillen | 2011-10-19 | 4 | -59/+157 |
|/ | | | | option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon). | ||||
* | Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes ↵ | Corey Frang | 2011-10-18 | 9 | -65/+8804 |
| | | | | per build, and actually produces slightly smaller files | ||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 270 | -430/+18585 |
| | |||||
* | Build: For some reason, using parallel for gzip is causing some truncation ↵ | Corey Frang | 2011-10-17 | 1 | -11/+9 |
| | | | | issues | ||||
* | Build: Fixing the sizer script to handle this many files | Corey Frang | 2011-10-17 | 1 | -9/+11 |
| | |||||
* | Build: whitespace | Corey Frang | 2011-10-17 | 1 | -98/+89 |
| | | | | (cherry picked from commit 6cd672b6608089907445fbd553b9186bf42b4694) | ||||
* | Build: `ant size` will now give you a report detailing differences in size ↵ | Corey Frang | 2011-10-17 | 3 | -122/+191 |
| | | | | since the last time you ran the report | ||||
* | Spinner: Re-enable autocomplete if the page is unloaded so the browser will ↵ | Scott González | 2011-10-17 | 1 | -0/+9 |
| | | | | remember the current value when navigating through history. | ||||
* | Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ↵ | Scott González | 2011-10-17 | 1 | -0/+10 |
| | | | | #7790 - Autocomplete-enabled text input does not keep value when using back button in browser. | ||||
* | Autocomplete: Avoid handling keypress when keydown modified the search term. ↵ | Scott González | 2011-10-17 | 1 | -0/+14 |
| | | | | Fixes #7799 - Autocomplete regression - Cannot type '&' in IE and Chrome. | ||||
* | Scale: We can't detect this reliably currently, so assume all elements are ↵ | Corey Frang | 2011-10-14 | 2 | -18/+5 |
| | | | | positioned with left and top | ||||
* | Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - ↵ | Florian Gutmann | 2011-10-14 | 1 | -6/+5 |
| | | | | Small memory leak in ui dialog. | ||||
* | Spinner: Fixed mousewheel stop timer. | Scott González | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | Spinner: Adjust height check for IE 6 rendering. | Scott González | 2011-10-13 | 1 | -1/+2 |
| | |||||
* | Merge pull request #497 from dmethvin/fix-7788-ui-autocomplete | Scott González | 2011-10-13 | 1 | -1/+1 |
|\ | | | | | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test. | ||||
| * | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test. | Dave Methvin | 2011-10-13 | 1 | -1/+1 |
|/ | | | | jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here. | ||||
* | Menu: Check if menu is scrolling to prevent inadvertent mouseover events ↵ | kborchers | 2011-10-12 | 1 | -4/+12 |
| | | | | from being fired on scroll | ||||
* | Autocomplete: Don't react to the escape key if the menu isn't open. Fixes ↵ | Scott González | 2011-10-12 | 1 | -2/+4 |
| | | | | #7579 - autocomplete overwrites input erroneously when user hits ESC before timeout expires. | ||||
* | Autocomplete: Added missing semicolon. | Scott González | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Use strict equality check. | Scott González | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur ↵ | Scott González | 2011-10-12 | 1 | -8/+0 |
| | | | | should not change the value of the input. |