Commit Graph

3258 Commits

Author SHA1 Message Date
TJ VanToll
28fb436b7b Resizable: Removed Opera relative/absolute positioning exception code. Fixed #6763 - ui.dialog & resizable & button & opera 11
(cherry picked from commit f5e5971821)
2012-02-08 11:45:38 -05:00
Richard D. Worth
edd52edff4 Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect
(cherry picked from commit 60799826aa)
2012-02-07 06:07:53 -06:00
Scott González
988b803be3 Sortable: Fixed destroy method to call parent destroy method. Fixes #8094 - .sortable() after destroy does not work. 2012-02-02 11:43:22 -05:00
levushka
28668948df Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!
(cherry picked from commit e496cde384)
2012-02-01 16:20:50 -05:00
Scott González
5d4df03b70 Accordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028 - Accordion: Hoverintent demo throws an error in IE.
(cherry picked from commit 66c7dfd377)
2012-01-31 14:07:35 -05:00
Scott González
69daf1794d Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.
(cherry picked from commit ba43357122)
2012-01-28 07:45:32 -05:00
stojce
40d9a192f5 Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian locale has incorrect date format.
(cherry picked from commit b7af203c8e)
2012-01-20 11:33:29 -05:00
ryanolton
120ee58e5b Datepicker: added check to account for multiple pickers on one page. Fixed #5818 – multiple DatePickers won't trigger close event(cherry picked from commit 82cf9e297f) 2012-01-20 11:27:19 -05:00
clear00
5953d194a3 Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation(cherry picked from commit c0dfa1173c) 2012-01-20 11:14:03 -05:00
SpoonNZ
b00faa95d0 Sortable: Added a variable to track if initialization is complete. Fixes #4759 - a major optimization is possible in sortable().
(cherry picked from commit ba6916f22a)
2012-01-20 11:03:23 -05:00
Scott González
9e4455f52d Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
(cherry picked from commit 956c2cd2a5)
2012-01-19 21:38:44 -05:00
Scott González
e2a21129cb Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
(cherry picked from commit 07ec849f62)

Conflicts:

	ui/jquery.ui.position.js
2012-01-19 08:27:15 -05:00
Scott González
f7f13b5949 Button: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled option on button widget returns jQuery object, not default value.
(cherry picked from commit 3a1031e58b)

Conflicts:

	ui/jquery.ui.button.js
2012-01-18 16:39:41 -05:00
Scott González
94321cae57 Datepicker i18n (nl-BE): Removed BOM.
(cherry picked from commit eee63a2e24)
2012-01-12 16:50:18 -05:00
Scott González
0b7155f927 Simulate: Define getters for pageX and pageY in mouse events if they come through as 0. Fixes #7324 - simulate mouse events broken for IE 9.
(cherry picked from commit e2d9b02c56)
2012-01-12 09:06:59 -05:00
Richard D. Worth
2e1da90608 Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safari: jQuery.simulate() doesn't set "which" field for key events
(cherry picked from commit b90d83c6c4)
2012-01-12 09:06:44 -05:00
Scott González
aa9ca2ba84 Tests (Simulate): Make the blur event async to deal with IE's native blur being async.
(cherry picked from commit 183d6a00df)
2012-01-12 09:06:07 -05:00
Scott González
069c645403 Tests (Simulate): Added focus and blur support.
(cherry picked from commit e31adf039b)

Conflicts:

	tests/unit/autocomplete/autocomplete_events.js
	tests/unit/tooltip/tooltip_events.js
2012-01-12 09:05:40 -05:00
Scott González
ead7e92a54 Tests (Simulate): Whitespace cleanup.
(cherry picked from commit 79105eeb56)
2012-01-12 09:03:33 -05:00
Jörn Zaefferer
349dce3762 Build: Also minify i18n files. 2011-12-01 19:15:18 +01:00
Scott González
005709f432 Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera.
(cherry picked from commit a3a5c65d4d)
2011-11-29 15:01:58 -05:00
Scott González
ef6668b00d Updating the 1-8-stable version to 1.8.18pre 2011-11-29 10:38:32 -05:00
Scott González
f74537d62d Tagging the 1.8.17 release. 2011-11-29 10:38:32 -05:00
Scott González
94cc884adf Upgrade jQuery to 1.7.1. 2011-11-22 08:54:02 -05:00
Scott González
ffd3f510f1 Selectable: Explicitly check event.ctrlKey now that jQuery differentiates between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working.
(cherry picked from commit 35dd0417bd)
2011-11-22 08:31:39 -05:00
Jay Oster
63bd71f14c Datepicker: Fix this reference in _hideDatepicker(). Fixed #7722 - Datepicker: Does not properly clear current instance when hidden.
(cherry picked from commit c36b43d0ee)
2011-11-21 16:33:22 -05:00
Michael P. Jung
f7b28df288 Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable.
(cherry picked from commit fdc332ed5f)
2011-11-21 16:18:32 -05:00
Scott González
56422bdef5 Widget: Don't use $.event.props when creating events.
(cherry picked from commit 91ef69d750)
2011-11-21 11:36:58 -05:00
igor milla
4bff6f564b jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.(cherry picked from commit f25937b215) 2011-11-19 09:33:35 -06:00
David De Sloovere
126aafc94a Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localization
(cherry picked from commit dfbd9be72d)
2011-11-19 09:26:27 -06:00
stojce
ebff2f9f10 Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker: Add Macedonian Localization
(cherry picked from commit b2d05f8b76)
2011-11-19 09:25:31 -06:00
William Griffiths
a03863d017 Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localization
(cherry picked from commit 6525365944)
2011-11-19 09:25:21 -06:00
Michel Weimerskirch
a8b75a5b9e Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgish Translation
(cherry picked from commit 326bfec626)
2011-11-19 09:25:10 -06:00
Richard D. Worth
30446f9340 Merge pull request #511 from basti1253/master
build: removes disturbing error outputs on which call(cherry picked from commit d764388a65)
2011-11-17 16:09:50 -05:00
Richard D. Worth
e9002c4c8f Selectable: add ui-selectee class to elements matching filter on refresh. Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee
(cherry picked from commit 97bc2d9de9)
2011-11-16 10:52:58 -05:00
Richard D. Worth
0a6ce1f7d1 Demos accordion hoverintent: moved event.type setter to not clobber event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0
(cherry picked from commit f0f54e38d8)
2011-11-11 09:26:02 -05:00
Scott González
aa4e8ab3fb Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target changes under jQuery 1.7.
(cherry picked from commit 1b165148a6)
2011-11-10 07:59:33 -05:00
Richard D. Worth
6f6e2ded1a Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor
(cherry picked from commit c21a5b4451)
2011-11-09 12:59:23 -05:00
Scott González
1e28f83389 Upgrade jQuery to 1.7. 2011-11-09 11:21:18 -05:00
Gaëtan Muller
9a87c1a72e Accordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation
(cherry picked from commit 124cf3cc6c)
2011-11-07 07:13:28 -05:00
Scott González
0fcf3d8e5e Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language code.
(cherry picked from commit f11dab34cc)
2011-11-01 18:17:29 -04:00
kborchers
bfbc0b1fb3 Position: Added a check for fraction support in element positions. Fixes #7255 - Position: Revisit solution for off-by-1 errors. 2011-10-26 10:43:01 -04:00
Scott González
757384b8c5 Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes #7513 - Autocomplete: long text wraps in Firefox.
(cherry picked from commit 4cc61b459d)
2011-10-25 17:20:56 -04:00
Scott González
39e75ade1d Button: Create text span in correct document.
(cherry picked from commit c145f1698a)
2011-10-20 13:29:10 -04:00
Corey Frang
eee4db7866 Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes per build, and actually produces slightly smaller files
(cherry picked from commit bd71f24f5d)

Conflicts:

	build/build.xml
2011-10-18 12:11:11 -05:00
Scott González
ca2ac47144 Default to jQuery 1.6.4 for tests. 2011-10-18 10:14:27 -04:00
Scott González
be6b87b7a4 Sortable tests: Commented out assertions that don't make sense. 2011-10-18 10:04:07 -04:00
Scott González
4dd204b067 Upgraded jQuery to 1.6.4. 2011-10-18 10:00:03 -04:00
Scott González
b41873ba0d Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes #7790 - Autocomplete-enabled text input does not keep value when using back button in browser. 2011-10-18 08:10:57 -04:00
Corey Frang
1e2fcb9f4b Build: For some reason, using parallel for gzip is causing some truncation issues
(cherry picked from commit d871fe46aa)
2011-10-17 17:05:40 -05:00