kborchers
f24ab94f86
Popup: Removed the focusout and focusin handlers which are nolonger necessary. Also updated the tooltip style demo to have a little more interactive content.
2011-10-11 00:06:09 -05:00
Scott González
647bab506e
Tooltip demo: Use position option in tracking demo.
2011-10-08 07:36:48 -04:00
kborchers
bbcbd6899a
Popup: Added tooltip style demo and link to demos index
2011-10-06 22:58:19 -05:00
Jörn Zaefferer
cb372b7c20
Popup: Make menu dependency actually optional, cleanup demos
2011-09-21 22:54:29 +02:00
kborchers
2196b74a31
Popup: Added show/hide animations and a demo
2011-09-21 10:42:07 -05:00
Scott González
8274f081e0
Position demo: Updated sizes of elements.
2011-09-16 11:33:26 -04:00
Scott González
bf0e9f01fb
Spinner: Fixed map demo.
2011-09-14 09:49:17 -04:00
Jörn Zaefferer
25f2113cc1
Merge remote branch 'kborchers/position_flipfit2'
2011-08-15 11:32:49 +02:00
Scott González
1aea0ff4b8
Spinner: Removed value option. Don't change empty values to zero on init. Don't enforce min/max on blur.
2011-08-13 19:05:04 -04:00
kborchers
80bbebd489
Position: Added better collision detection for flip and fit, added visual tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
2011-08-12 22:19:52 -05:00
Scott González
4b0d60131e
Spinner demo: Fixed time demo.
2011-08-10 09:19:40 -04:00
Jörn Zaefferer
56e9cd7119
Replace $.global with Globalize, update Spinner to use it. Related demos currently broken due to previous changes.
2011-08-10 14:55:16 +02:00
Scott González
a0eb042bcd
Widget demo: Fixed typo.
2011-08-09 16:19:18 -04:00
Scott González
ca2211f748
Spinner demos: Cleanup.
2011-08-07 12:59:50 -04:00
Scott González
6c84531d7c
Spinner: Fixed double firing of change event when setting the value option directly.
2011-08-07 12:38:01 -04:00
Scott González
71735652f5
Spinner demos: Fixed line endings.
2011-08-07 11:34:28 -04:00
Jörn Zaefferer
e55e1fb5bf
Widget: Update demo to work with 1.6
2011-08-04 19:57:36 +02:00
kborchers
d912c30e22
Menu: Added a navigation menu demo which shows how to handle keyboard navigation
2011-08-03 14:55:28 -05:00
Scott González
e7525d7686
Tabs (bottom demo): Fixed styling. Fixes #4785 - Add a tabs demo with the tabs at the bottom.
2011-08-03 09:57:06 -04:00
Scott González
6ca310f49a
Tabs: Better styling for bottom tabs demo. Partial fix for #4785 - Add a tabs demo with the tabs at the bottom.
2011-08-02 18:21:59 -04:00
Jörn Zaefferer
da7f41948c
Add new topalign menu demo to index, update jquery reference. Remove TODO from contextmenu demo, it works fine.
2011-07-27 15:54:40 +02:00
Jörn Zaefferer
843481ce08
Merge remote branch 'kborchers/menu_topalign'
2011-07-27 15:50:58 +02:00
kborchers
c195757eea
Menu: Added top-aligned menu demo
2011-07-26 09:55:33 -05:00
Scott González
19a9de7e66
Merge branch 'master' into core-1.6.1
...
Conflicts:
demos/menubar/default.html
tests/unit/autocomplete/autocomplete.html
tests/visual/effects/effects.all.html
ui/jquery.ui.menu.js
ui/jquery.ui.popup.js
2011-07-25 11:53:14 -04:00
Scott González
daadc343be
Upgrade jQuery to 1.6.2.
2011-07-25 11:46:45 -04:00
Scott González
51ee3be398
Widget demo: Add a button to change the color of the widget.
2011-07-20 13:15:28 -04:00
Jörn Zaefferer
7856b264a2
Menubar: Trigger select event after running all other methods. Allows the select-handler to destroy the widget without errors.
2011-07-13 11:03:31 -04:00
Jörn Zaefferer
927857ce84
Position: Cleanup up position demo CSS and add it to the within-visual-test
2011-07-12 11:15:33 -04:00
Jörn Zaefferer
bfbb9e3b23
Merge remote branch 'bmsterling/position'
2011-07-12 11:10:40 -04:00
Benjamin Sterling
d5452c0ec2
Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine if the element is flipped via css
2011-07-11 19:49:56 -04:00
kborchers
40aa8f5715
Menubar: Added the autoExpand option and modified the default demo to show functionality
2011-07-07 09:29:50 -05:00
Jörn Zaefferer
75408eb08a
Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo into css file.
2011-06-10 19:07:54 +02:00
Jörn Zaefferer
596f61b8dd
Popup: Remove comment in default demo, focus handling is now working properly
2011-06-10 12:21:58 +02:00
Jörn Zaefferer
3315502ba4
Merge remote branch 'hanshillen/popup-hh'
2011-06-10 12:17:12 +02:00
Jörn Zaefferer
7281f9f229
Update menubar to forward menu option to nested menus, update default demo to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults
2011-06-09 17:14:21 +02:00
Scott González
7cd3d0a99e
Widget demo: Coding standards, fixed some broken code, added more comments.
2011-06-07 21:39:02 -04:00
Jörn Zaefferer
0e9f87f15b
Widget demo: Some improvements based on Scott's comments.
2011-06-02 14:25:25 +02:00
Jörn Zaefferer
8deb745a4a
Merge branch 'master' into widget-factory-demo
2011-06-02 14:11:55 +02:00
Jörn Zaefferer
afe0f72945
Merge branch 'master' into widget-factory-demo
2011-06-02 14:06:54 +02:00
Jörn Zaefferer
cfaddbfb2a
Widget demo: Some more inline comments
2011-06-02 13:25:12 +02:00
Jörn Zaefferer
92e37865a0
Widget demo: Replace inline editor with colorize. This can stick around forever, won't be making it a real widget.
2011-06-02 13:22:33 +02:00
Scott González
2a27499ee4
Tooltip demos: Renamed delgation mixbag.
2011-05-30 19:07:40 -04:00
Scott González
e530d06c98
Tooltip: Pass the tooltip element in the open and close events.
2011-05-30 18:42:06 -04:00
Hans Hillen
6d01873dd8
Fix various pull request comments and coding standards issues
2011-05-30 23:37:14 +02:00
Scott González
e5186dc930
Tooltip demo: Use static map instead of interactive map.
2011-05-30 15:55:59 -04:00
Scott González
76586076ec
Tooltip demo: Removing stray periods.
2011-05-29 20:15:24 -04:00
Scott González
ade1fe1887
Tooltip demo: Add note about interactive tooltips.
2011-05-29 17:32:09 -04:00
Scott González
608bc9513f
Tooltip demo: Small tweaks.
2011-05-29 13:50:53 -04:00
Scott González
0bc1c8cfdb
Tooltip: New delegation mixbag demo (still needs better name).
2011-05-29 12:31:06 -04:00
Scott González
2a92b3ad8e
Tooltip: Change default collision detection to 'flip fit' since the default vertical positioning is centered and can't flip
2011-05-29 12:29:11 -04:00
Scott González
a1f9ca7248
Tooltip video player demo: Close tooltip on click of popup button.
2011-05-29 09:13:35 -04:00
Scott González
c2ae4e3fe4
Tooltip demos: Better tooltip content for custom animations.
2011-05-28 17:14:42 -04:00
Scott González
d4f6f17c8d
Tooltip: Changed custom animation demo and changed the logic for showing tooltips so custom position options can perform animations.
2011-05-28 10:18:39 -04:00
Scott González
c34a814a4b
Tooltip demos: Cleanup.
2011-05-27 20:52:13 -04:00
Scott González
8a972f5cce
Autocomplete: Whitespace.
2011-05-27 08:35:18 -04:00
Scott González
be7da0239a
Autocomplete demos: Coding standards.
2011-05-27 08:32:48 -04:00
Scott González
af35f0bbc9
Spinner: Changed casing of option numberformat -> numberFormat.
2011-05-25 15:44:43 -04:00
Hans Hillen
f45fc08f86
wrapping tab order for popup
2011-05-25 14:58:26 +02:00
Jörn Zaefferer
727a80a4d9
Widget: Demo.
2011-05-23 23:52:29 +02:00
Ben Boyle
a6a8611556
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
2011-05-16 21:08:13 +10:00
Scott González
ffc983248d
Tabs: Cleaned up manipulation demo.
2011-05-11 15:16:04 -04:00
David Petersen
a02e393786
Tabs: update manipulation demo to use the refresh method
2011-05-11 15:04:30 -04:00
Jörn Zaefferer
83424c6c33
Merge branch 'master' of github.com:jquery/jquery-ui
2011-05-11 19:49:16 +02:00
Scott González
bd9dfb59e9
Autocomplete scrollable demo: Added missing menu dependency.
2011-05-11 08:24:16 -04:00
Jörn Zaefferer
0352c2c71f
Menu: Remove default preventDefault. Add more meaningful href's on menu
...
and menubar demos. Change doesn't seem to affect autocomplete as that
doesn't use href-attributes anyway.
2011-05-11 13:39:58 +02:00
Jörn Zaefferer
309ca08f72
Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - Combobox: Incorrect button size
2011-05-10 17:33:32 +02:00
Jörn Zaefferer
fe0d252c07
Combobox demo: Set tooltip class via option
2011-05-10 17:27:55 +02:00
Jörn Zaefferer
796e35aa93
Merge remote branch 'kzys/trac-7197'
2011-05-10 17:19:56 +02:00
Richard D. Worth
91a9ff20d9
Merge pull request #231 from itsadok/patch-1
...
fix: delete runaway backslash
2011-05-09 05:06:48 -07:00
Jörn Zaefferer
e6d1ab7bf4
Popup and Menubar demos
2011-05-08 20:41:21 +02:00
itsadok
f7cf9228e5
fix: delete runaway backslash
2011-05-08 02:37:33 -07:00
Jörn Zaefferer
cd92ad09f5
Promote menubar and popup to their own top level files
2011-05-07 16:22:04 +02:00
Jörn Zaefferer
a2674a2c6b
Tooltip/Popup: Improve video-player demo
2011-05-07 15:18:29 +02:00
Kato Kazuyoshi
9e26291164
Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 - Combobox: not valid value is set.
2011-05-07 08:40:38 +09:00
Jörn Zaefferer
2cf85da23f
Popup/Tooltip: Fix tab order and add notifications (on select) in
...
video-player demo.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
b96126b398
Popup: Rename _close to close and use it when selecting something within a popup.
2011-05-04 11:14:32 +02:00
Jörn Zaefferer
0496a50238
Tooltip: Replace offset property with inline my+offset to make it easier
...
to override the offset. Fixes the odd offset in the video player demo.
Also doesn't need units.
2011-05-02 18:22:00 +02:00
Jörn Zaefferer
56a1b18246
Tooltip: update video player demo with custom animations
2011-05-02 13:15:54 +02:00
Jörn Zaefferer
d8e60e9a8a
Merge branch 'master' into tooltip-animations
2011-05-02 13:12:36 +02:00
Jörn Zaefferer
a03c222f05
Tooltip: Overhaul widget animations code to allow delay with plain show/hide
2011-05-02 13:11:58 +02:00
Jörn Zaefferer
0c674ca7e3
Tooltip: Update demo description
2011-05-02 13:01:27 +02:00
Jörn Zaefferer
0f24c5a5c9
Tooltip: Custom styles for video player demo
2011-05-02 12:43:22 +02:00
Jörn Zaefferer
f270d48786
Tooltip: Add video player demo
2011-05-02 12:34:26 +02:00
David Petersen
c3d9bd0700
Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: Sortable demo causes bad index references
2011-04-28 19:03:45 -04:00
jzaefferer
3bb9ab2626
Tooltip: Add support for delaying showing/hiding. Still need to figure
...
out how to combine that with non-animated show/hide.
2011-04-21 14:30:42 +02:00
jzaefferer
e609bebaae
Custom tooltip animations based on widget-animations branch.
2011-04-15 16:49:29 +02:00
jzaefferer
67d49f593b
Overhaul tooltip implementation. Avoid queuing and other problems by
...
creating the tooltip element on the fly, never reusing it.
Use aria-describedby attribute to find the associated tooltip again.
Allows customizing animations much easier (just replace fadeIn/fadeOut),
still open.
Updated demos and visual test to replace now-missing .widget() method.
Added tooltipClass for that.
2011-04-13 14:01:46 +02:00
Scott González
a3370064d8
Tabs: Update ajax demo to use beforeLoad event instead of deprecated ajaxOptions option.
2011-04-11 10:39:33 -04:00
Scott González
ccac8cd492
Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.
2011-04-11 10:08:32 -04:00
Scott González
401c91418c
Autocomplete (combobox demo): Blur the button on click to avoid a bug.
...
Thanks tyron.
2011-04-04 08:54:09 -04:00
David Petersen
1e2d3145ff
Tabs: Deprecate url method; use aria-controls instead of title to specify panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels
2011-03-27 14:56:20 -04:00
Scott González
6f051d5d6a
Position: Merged offset option into my and at options and added support for percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets.
2011-03-22 12:25:25 -04:00
Ralph Whitbeck
4d557092ff
Tabs: Updates cookie demo to include more information on how to find cookie plugin. Fixes #7172 , [Documentation] Explain cookie plugin is included in externals.
2011-03-20 07:58:08 -07:00
gnarf
fa7f5d2873
Effects demo: Animate a containing div instead of the canvas directly for easing demo. Fixes #7086 - easing only first click is working.
...
Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others...
2011-03-09 08:45:05 -05:00
Richard Worth
593799d6e3
Switched to latest stable jQuery 1.5.1
2011-03-02 20:49:20 -05:00
jzaefferer
260a6447d3
Autocomplete: Update combobox menu to point out limits and link to
...
explaining it.
2011-02-25 23:09:58 +01:00
jzaefferer
baf28d2c9d
Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty
...
string values
2011-02-25 18:58:44 +01:00
Scott González
0cd297702d
Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add Tajikistan localization.
2011-02-25 10:40:36 +01:00
jzaefferer
0d659d44c3
Menu: Rename activate to focus and deactivate to blur method
2011-02-24 10:06:08 +01:00
jzaefferer
8fe10dc560
Fix spinner demos to latest jquery-global API. Also cleanup.
2011-02-07 18:45:10 +01:00
Scott González
ed49033700
Accordion: Updated demos to use the new API.
2011-02-03 14:14:13 -05:00
Scott González
fe6990e104
Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916 - Datepicker date range demo: syntax glitch.
2011-01-30 09:39:18 -05:00
Scott González
30c9473d8f
Datepicker i18n: Added Algerian Arabic to demos.
2011-01-19 10:15:15 -05:00
jzaefferer
ff62bdf61a
Merge branch 'master' of github.com:jquery/jquery-ui
2011-01-17 19:28:49 +01:00
jzaefferer
90a5906af5
Renamed glob.js to jquery.global.js to match actual plugin filenames.
2011-01-17 19:25:14 +01:00
Scott González
6e84a8b8f4
Datepicker i18n: Fixed missing references.
2011-01-17 09:44:53 -05:00
Scott González
a4d2a0fa19
Datepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 - Datepicker: Add en-AU or en-NZ initialisations.
...
Thanks Campbell
2011-01-17 09:26:30 -05:00
Scott González
f711e362cd
Revert accidental demo change from 66606407ed
.
2011-01-14 14:42:53 -05:00
Scott González
66606407ed
Accordion: Force the width of the accordion panel during animation when animating from a fully collapsed state. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all.
...
The animation code should be refactored.
2011-01-14 14:35:37 -05:00
Scott González
723e0d6b6e
Autocomplete demo (combobox): Fixed tooltips and clearing of select on invalid entry.
2011-01-10 22:47:30 -05:00
Scott González
33fa0ce2b2
Button demo: Coding standards.
2011-01-10 21:58:17 -05:00
Scott González
16692ed5f0
Fixed references to jQuery.
2011-01-10 21:38:58 -05:00
gnarf
51482a9d65
Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data.
2011-01-10 20:20:14 -05:00
jzaefferer
74ddb3061e
Cleanup bad earlier merge.
2010-12-28 15:31:14 +01:00
jzaefferer
e724f585bf
Fixed bad references to jQuery-1.4.4.js
2010-12-22 18:59:29 +01:00
jzaefferer
0479ab6af6
Merge remote branch 'origin/tooltip'
...
Conflicts:
demos/autocomplete/combobox.html
demos/index.html
tests/unit/index.html
2010-12-22 18:58:57 +01:00
jzaefferer
3552947c19
Merge remote branch 'origin/menu'
...
Conflicts:
demos/autocomplete/categories.html
demos/autocomplete/combobox.html
demos/autocomplete/custom-data.html
demos/autocomplete/default.html
demos/autocomplete/folding.html
demos/autocomplete/multiple-remote.html
demos/autocomplete/multiple.html
demos/autocomplete/remote-jsonp.html
demos/autocomplete/remote-with-cache.html
demos/autocomplete/remote.html
demos/autocomplete/xml.html
demos/button/splitbutton.html
demos/index.html
tests/visual/menu/nested.html
themes/base/jquery.ui.autocomplete.css
ui/jquery.ui.autocomplete.js
2010-12-22 18:31:27 +01:00
jzaefferer
8d39171fa2
Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo.
2010-12-22 18:00:28 +01:00
jzaefferer
2c89e9587e
Merge remote branch 'origin/spinner'
2010-12-22 17:36:41 +01:00
Mario Visic
cf48a3c5c8
Autocomplete (Combobox demo): Set the button type to button to prevent form submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms.
2010-12-16 07:59:37 -05:00
jzaefferer
26bc70180a
Spinner: Update timespinner demo description.
2010-12-01 23:31:01 +01:00
jzaefferer
0d0ec376e3
Spinner: Introduce page option to configure page size. Use that for timespinner demo to spin minutes on cursor up/down, hours on page up/down.
2010-12-01 23:28:05 +01:00
Scott González
ddb4694cc1
Autocomplete combobox demo: Reset the internal term property when an invalid selection is made. Fixes #6695 - Autocomplete combobox example does not show suggestion on second try.
2010-11-30 17:55:29 -05:00
jzaefferer
970befceb4
Spinner: Add demo for time spinner
2010-11-28 19:59:29 +01:00
Scott González
d97add11b0
Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle destroy.
2010-11-23 08:22:40 -05:00
Kyle Wilkinson
f070b0a24b
Datepicker Demo: modifed the name of the event search demo to be date-range. Fixed #6675 - Date Range demo for Datepicker has unclear title.
2010-11-21 09:41:27 -05:00
Scott González
ddf59462af
Autocomplete: Use the text of the option, not the value when checking for valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different.
2010-11-19 16:28:02 -05:00
Scott González
4637695894
Autocomplete multiple demos: Don't leave the field when tabbing while the menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting.
2010-11-19 16:17:52 -05:00
Phillip Barnes
ff4154bb5d
Lossless compression of all non-theme images using ImageOptim
2010-11-19 14:27:18 -05:00
Scott González
fce1f97f76
Upgraded jQuery to 1.4.4.
2010-11-12 09:19:26 -05:00
Scott González
53215ded4a
Autocomplete (maxheight demo): Add padding to account for vertical scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.
2010-11-04 08:36:09 -04:00
Scott González
5431a4553a
Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.
2010-11-02 13:51:29 -04:00
jzaefferer
fceb70d526
Spinner: Adding overflow demo
2010-11-02 16:41:11 +01:00
jzaefferer
345592ff4a
Spinner: Removing rtl demo
2010-11-02 16:31:22 +01:00
jzaefferer
183fb69abf
Slider: Add spinner to demo index
2010-10-27 17:51:55 +02:00
jzaefferer
d91cd61f79
Spinner: More refactorings and cleanups, and heavy improvement on the incremental-logic, including a delay of 500ms after the first increment and before continous increments
2010-10-27 16:38:00 +02:00
jzaefferer
48a5977d33
Tooltip: Implementing event delegation support.
2010-10-26 17:07:22 +02:00
jzaefferer
4d6770fe13
Tooltip: Added demo for custom animations
2010-10-26 14:47:31 +02:00
jzaefferer
615022abd5
Tooltip: Update forms demo to programmatic-trigger only
2010-10-26 14:46:41 +02:00
jzaefferer
2df094527e
Spinner: Changed default for numberformat to null. Fixed disabled option to not prevent changing value via step and page methods. OVerhauled testsuite.
2010-10-26 12:14:45 +02:00
jzaefferer
0a1da016ff
Slider: Update to latest mousewheel plugin
2010-10-26 10:53:03 +02:00
jzaefferer
bc3d283d2c
Replaced hexadecimal demo with decimal demo. Updated that and the currency demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.
2010-10-23 01:51:12 +02:00
jzaefferer
f7d8a1ba57
Porting old spinner implementation to 1.8, dropping some baggage.
2010-10-22 06:16:12 +02:00
Scott González
19f9c3a559
Upgraded jQuery to 1.4.3.
2010-10-21 22:29:28 -04:00
Scott González
7d9d2b551f
External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.
2010-10-19 23:05:13 -04:00
Scott González
715f83f1ce
Demos: Coding standards.
2010-10-13 15:49:00 -04:00
Scott González
7ce4ddbcac
Tabs demos: Coding standards.
2010-10-13 15:43:49 -04:00
Scott González
b12d528e8f
Effects (toggle) demos: Coding standards.
2010-10-13 15:29:56 -04:00
Scott González
a300658ecf
Effects (toggleClass) demos: Coding standards.
2010-10-13 15:29:37 -04:00
Scott González
68cb8fea09
Effects (switchClass) demos: Coding standards.
2010-10-13 15:24:00 -04:00