]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoTabs: Fixed CSS when tabs wrap onto multiple lines. Fixes #4882 - Selected Tab CSS...
David Murdoch [Tue, 17 May 2011 18:12:16 +0000 (14:12 -0400)]
Tabs: Fixed CSS when tabs wrap onto multiple lines. Fixes #4882 - Selected Tab CSS causes problem when tabs are wrapped onto more than one line.

13 years agoTabs: Removed some animation cleanup code that doesn't appear to be necessary.
Scott González [Tue, 17 May 2011 17:15:44 +0000 (13:15 -0400)]
Tabs: Removed some animation cleanup code that doesn't appear to be necessary.

13 years agoTabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom border...
Scott González [Tue, 17 May 2011 15:13:03 +0000 (11:13 -0400)]
Tabs: Adjust CSS to fix a display issue in IE. Fixes #5520 - Tabs: Bottom border disappears in IE.

Thanks pmawhinney

13 years agoTabs: Escape all special characters when sanitizing hash selectors. Fixes #4681 ...
Scott González [Tue, 17 May 2011 14:02:22 +0000 (10:02 -0400)]
Tabs: Escape all special characters when sanitizing hash selectors. Fixes #4681 - Tabs: _sanitizeSelector needs to escape '.'.

13 years agoUnit Tests: Cleaning up some code in effects unit tests, removing magic numbers used...
gnarf [Mon, 16 May 2011 22:19:57 +0000 (17:19 -0500)]
Unit Tests: Cleaning up some code in effects unit tests, removing magic numbers used for animation durations

13 years agoTabs: Enable test suites for TestSwarm.
Scott González [Mon, 16 May 2011 18:42:31 +0000 (14:42 -0400)]
Tabs: Enable test suites for TestSwarm.

13 years agoTabs: Added tests for load method.
Scott González [Mon, 16 May 2011 18:41:27 +0000 (14:41 -0400)]
Tabs: Added tests for load method.

13 years agoTabs: When adding a new tab with an existing panel, don't move it. Fixes #4578 -...
David Murdoch [Mon, 16 May 2011 16:30:23 +0000 (12:30 -0400)]
Tabs: When adding a new tab with an existing panel, don't move it. Fixes #4578 - adding tab moves targeted panel.

13 years agoMerge pull request #286 from bboyle/ticket7094
Scott González [Mon, 16 May 2011 12:18:10 +0000 (05:18 -0700)]
Merge pull request #286 from bboyle/ticket7094

Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera

13 years agoDatepicker: Made the day of year calculator be more accurate. Fixes #6827 - Datepicke...
Jay Merrifield [Sat, 14 May 2011 22:20:06 +0000 (18:20 -0400)]
Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - Datepicker: Incorrect value for "oo" during Daylight Saving Time.

13 years agoButton demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera 286/head
Ben Boyle [Mon, 16 May 2011 11:08:13 +0000 (21:08 +1000)]
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera

13 years agoTabs: Removing queue logic, _hideTab, and _showTab - Replaced with _toggle - Fixes... 276/head
gnarf [Sat, 14 May 2011 11:26:46 +0000 (06:26 -0500)]
Tabs: Removing queue logic, _hideTab, and _showTab - Replaced with _toggle - Fixes #7357 Tabs: Remove queueing logic

13 years agoMerge pull request #263 from kborchers/bug_4995
Scott González [Fri, 13 May 2011 20:36:09 +0000 (13:36 -0700)]
Merge pull request #263 from kborchers/bug_4995

Dialog: Create modal overlay after dialog is shown and check scrollHeight and offsetHeight in all IE versions. Fixed #4995 - Modal Dialog's overlay dissapears in IE when content is tall

13 years agoMerge pull request #266 from kborchers/bug_4838
Scott González [Fri, 13 May 2011 19:35:18 +0000 (12:35 -0700)]
Merge pull request #266 from kborchers/bug_4838

Draggable: Changed logic to only subtract left and top offsets of containment if left and top are not already 0. Fixed #4838 - containment: 'document' is incorrect for top and left in draggable

13 years agoButton: Don't fire click/change events if mouse was dragged during click of toggle...
Kris Borchers [Fri, 13 May 2011 19:28:10 +0000 (15:28 -0400)]
Button: Don't fire click/change events if mouse was dragged during click of toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button.

13 years agoMerge pull request #268 from kborchers/bug_6950
Scott González [Fri, 13 May 2011 19:17:33 +0000 (12:17 -0700)]
Merge pull request #268 from kborchers/bug_6950

Draggable: Check for grid elements set to 0 to prevent divide by 0 error causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error

13 years agoDraggable: Check for grid elements set to 0 to prevent divide by 0 error causing... 268/head
kborchers [Fri, 13 May 2011 15:23:44 +0000 (10:23 -0500)]
Draggable: Check for grid elements set to 0 to prevent divide by 0 error causing invalid argument errors in IE. Fixed #6950 - ie 8 invalid drag and drop error

13 years agoUnit Tests: adding unit test for #7356
gnarf [Thu, 12 May 2011 16:13:25 +0000 (11:13 -0500)]
Unit Tests: adding unit test for #7356

13 years agoClass animation: Fixed handling of duration.
Scott González [Fri, 13 May 2011 01:03:42 +0000 (21:03 -0400)]
Class animation: Fixed handling of duration.

13 years agoMerge remote branch 'gnarf37/ticket-3939'
Scott González [Fri, 13 May 2011 00:56:34 +0000 (20:56 -0400)]
Merge remote branch 'gnarf37/ticket-3939'

13 years agoMerge pull request #256 from dcneiner/button-blur
Scott González [Fri, 13 May 2011 00:48:25 +0000 (17:48 -0700)]
Merge pull request #256 from dcneiner/button-blur

Fixed #6242

13 years agoMerge pull request #257 from dcneiner/buttonset-rtl
Scott González [Fri, 13 May 2011 00:44:13 +0000 (17:44 -0700)]
Merge pull request #257 from dcneiner/buttonset-rtl

Fixed #6796

13 years agoMerge pull request #260 from gnarf37/effects-unit
Scott González [Fri, 13 May 2011 00:41:02 +0000 (17:41 -0700)]
Merge pull request #260 from gnarf37/effects-unit

Unit Tests: effects: adding some animateClass tests

13 years agoMerge pull request #258 from gnarf37/ticket-7356
Scott González [Fri, 13 May 2011 00:37:09 +0000 (17:37 -0700)]
Merge pull request #258 from gnarf37/ticket-7356

#7356 - Theme: Reducing size of CSS for Corner Properties

13 years agoDraggable: Changed logic to only subtract left and top offsets of containment if... 266/head
kborchers [Thu, 12 May 2011 21:27:12 +0000 (16:27 -0500)]
Draggable: Changed logic to only subtract left and top offsets of containment if left and top are not already 0. Fixed #4838 - containment: 'document' is incorrect for top and left in draggable

13 years agoDialog: Create modal overlay after dialog is shown and check scrollHeight and offsetH... 263/head
kborchers [Thu, 12 May 2011 20:14:58 +0000 (15:14 -0500)]
Dialog: Create modal overlay after dialog is shown and check scrollHeight and offsetHeight in all IE versions. Fixed #4995 - Modal Dialog's overlay dissapears in IE when content is tall

13 years agoTheme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing size of... 258/head
gnarf [Thu, 12 May 2011 08:40:04 +0000 (03:40 -0500)]
Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing size of some CSS

13 years agoDatepicker: removed conditional mozilla browser check block. Fixes #7322 - Year selec...
Andrew Powell [Thu, 12 May 2011 15:28:37 +0000 (11:28 -0400)]
Datepicker: removed conditional mozilla browser check block. Fixes #7322 - Year selector disappears after setting an option in Firefox

13 years agoUnit Tests: effects: adding some animateClass tests 260/head
gnarf [Thu, 12 May 2011 15:22:49 +0000 (10:22 -0500)]
Unit Tests: effects: adding some animateClass tests

13 years agoRevert "Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of...
Scott González [Thu, 12 May 2011 12:17:16 +0000 (08:17 -0400)]
Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 rows of dates even if only 5 are needed."

This reverts commit ac459ff7df4904cb8601d4efb95107177ecb40e0.

13 years agoeffects.core: Rework animateClass to support a 'children' option - Fixes #3939 -... 154/head
gnarf [Thu, 12 May 2011 08:26:41 +0000 (03:26 -0500)]
effects.core: Rework animateClass to support a 'children' option - Fixes #3939 - Option to animate children elements in animateClass

13 years agoEffects.core: Style Commit - double-quotes and threeqals and whitespace
gnarf [Thu, 12 May 2011 07:51:06 +0000 (02:51 -0500)]
Effects.core: Style Commit - double-quotes and threeqals and whitespace

13 years agoButton: Added rtl detection so corner classes would properly be applied to buttonsets... 257/head
Doug Neiner [Thu, 12 May 2011 05:51:05 +0000 (01:51 -0400)]
Button: Added rtl detection so corner classes would properly be applied to buttonsets. Fixed #6796. jQueryui - buttonset on rtl

13 years agoButton: no longer calls _resetButton() after changing the disabled option. Fixed... 256/head
Doug Neiner [Thu, 12 May 2011 05:16:06 +0000 (01:16 -0400)]
Button: no longer calls _resetButton() after changing the disabled option. Fixed #6242 - Button .enable() strange behavior on Webkit (Google Chrome, Safari)

13 years agoClass animation: Cleaned up detection of what we can animate and fixed border styles...
gnarf [Wed, 11 May 2011 21:09:05 +0000 (17:09 -0400)]
Class animation: Cleaned up detection of what we can animate and fixed border styles. Fixes #7109 - animateClass doesn't like going from borderStyle: none to borderStyle: *.

13 years agoMerge pull request #242 from gnarf37/effects-unit
Scott González [Wed, 11 May 2011 20:14:13 +0000 (13:14 -0700)]
Merge pull request #242 from gnarf37/effects-unit

Effects unit tests - Partial fix for #7353

13 years agoUpdate QUnit
Jörn Zaefferer [Wed, 11 May 2011 19:34:57 +0000 (21:34 +0200)]
Update QUnit

13 years agoMerge pull request #220 from kzys/trac-6850
Scott González [Wed, 11 May 2011 19:32:29 +0000 (12:32 -0700)]
Merge pull request #220 from kzys/trac-6850

Fixed #6850 - Disable datepicker should disable month and year dropdowns.

13 years agoTabs: Cleaned up manipulation demo.
Scott González [Wed, 11 May 2011 19:16:04 +0000 (15:16 -0400)]
Tabs: Cleaned up manipulation demo.

13 years agoTabs: update manipulation demo to use the refresh method
David Petersen [Tue, 19 Apr 2011 16:55:04 +0000 (12:55 -0400)]
Tabs: update manipulation demo to use the refresh method

13 years agoTabs: Minor cleanup of deprecated code.
Scott González [Wed, 11 May 2011 19:01:57 +0000 (15:01 -0400)]
Tabs: Minor cleanup of deprecated code.

13 years agoDatepicker: Removed duplicate call to _updateDatepicker when changing option in Firef...
Garrison Locke [Wed, 11 May 2011 18:20:28 +0000 (14:20 -0400)]
Datepicker: Removed duplicate call to _updateDatepicker when changing option in Firefox. Fixed #7322 - datepicker: Year would disappear when changing option.

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Jörn Zaefferer [Wed, 11 May 2011 17:49:16 +0000 (19:49 +0200)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoWidget: Added $.widget.extend() which does deep extending, but only on plain objects.
Jörn Zaefferer [Wed, 11 May 2011 17:37:40 +0000 (13:37 -0400)]
Widget: Added $.widget.extend() which does deep extending, but only on plain objects.

13 years agoMerge pull request #245 from jasondavies/speling
Scott González [Wed, 11 May 2011 17:17:45 +0000 (10:17 -0700)]
Merge pull request #245 from jasondavies/speling

Fix speling.

13 years agoSlider: add handles in single DOM operation. Fixed #7259 - optimize handle creation.
Adam Baratz [Wed, 11 May 2011 17:13:09 +0000 (13:13 -0400)]
Slider: add handles in single DOM operation. Fixed #7259 - optimize handle creation.

13 years agoDraggable: Remove id when cloning helpers. Fixes #4564 - Draggable+Sortable Demo...
Kato Kazuyoshi [Wed, 11 May 2011 17:06:53 +0000 (13:06 -0400)]
Draggable: Remove id when cloning helpers. Fixes #4564 - Draggable+Sortable Demo duplicates DOM Ids.

13 years agoMerge pull request #223 from kzys/trac-7043
Scott González [Wed, 11 May 2011 15:08:37 +0000 (08:08 -0700)]
Merge pull request #223 from kzys/trac-7043

Fixed #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are neededf

13 years agoTabs: Simplify logic for showing/hiding tabs.
Scott González [Wed, 11 May 2011 14:08:06 +0000 (10:08 -0400)]
Tabs: Simplify logic for showing/hiding tabs.

13 years agoMenu: Fixed variable name.
Scott González [Wed, 11 May 2011 12:43:37 +0000 (08:43 -0400)]
Menu: Fixed variable name.

13 years agoMenu: Use appropriate methods for getting scroll values for .prop()/.attr() compat...
Scott González [Wed, 11 May 2011 12:37:27 +0000 (08:37 -0400)]
Menu: Use appropriate methods for getting scroll values for .prop()/.attr() compat. Fixes #7354 - Autocomplete: Scrollable results don't visually update with jQuery 1.6.

13 years agoAutocomplete scrollable demo: Added missing menu dependency.
Scott González [Wed, 11 May 2011 12:24:16 +0000 (08:24 -0400)]
Autocomplete scrollable demo: Added missing menu dependency.

13 years agoMenu: Remove default preventDefault. Add more meaningful href's on menu
Jörn Zaefferer [Wed, 11 May 2011 11:39:58 +0000 (13:39 +0200)]
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.

13 years agoAutocomplete: Revert fix for #7024, broke regular menu selection.
Jörn Zaefferer [Wed, 11 May 2011 11:19:46 +0000 (13:19 +0200)]
Autocomplete: Revert fix for #7024, broke regular menu selection.
Disabled test for now (need to reopen ticket).

13 years agoFix speling. 245/head
Jason Davies [Wed, 11 May 2011 06:57:10 +0000 (07:57 +0100)]
Fix speling.

13 years agoeffects: Updating bounce/pulsate/shake to fire callbacks before the next anim starts 242/head
gnarf [Tue, 10 May 2011 21:25:08 +0000 (16:25 -0500)]
effects: Updating bounce/pulsate/shake to fire callbacks before the next anim starts

13 years agoMerge branch 'master' into effects-unit
gnarf [Tue, 10 May 2011 21:16:34 +0000 (16:16 -0500)]
Merge branch 'master' into effects-unit

Conflicts:
ui/jquery.effects.pulsate.js

13 years agoTabs: Fixed select event.
Scott González [Tue, 10 May 2011 18:04:50 +0000 (14:04 -0400)]
Tabs: Fixed select event.

13 years agoTabs: Fixed show event.
Scott González [Tue, 10 May 2011 17:56:59 +0000 (13:56 -0400)]
Tabs: Fixed show event.

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Scott González [Tue, 10 May 2011 16:35:19 +0000 (12:35 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoAutocomplete: Add comment to fix for #7269
Jörn Zaefferer [Tue, 10 May 2011 15:43:21 +0000 (17:43 +0200)]
Autocomplete: Add comment to fix for #7269

13 years agoMerge remote branch 'treyhunner/topic/arrow-keys'
Jörn Zaefferer [Tue, 10 May 2011 15:40:49 +0000 (17:40 +0200)]
Merge remote branch 'treyhunner/topic/arrow-keys'

13 years agoCombobox demo: Fix padding on input for alignment with button. Fixes #6729 - Combobox...
Jörn Zaefferer [Tue, 10 May 2011 15:33:32 +0000 (17:33 +0200)]
Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - Combobox: Incorrect button size

13 years agoCombobox demo: Set tooltip class via option
Jörn Zaefferer [Tue, 10 May 2011 15:27:55 +0000 (17:27 +0200)]
Combobox demo: Set tooltip class via option

13 years agoMerge remote branch 'kzys/trac-7197'
Jörn Zaefferer [Tue, 10 May 2011 15:19:56 +0000 (17:19 +0200)]
Merge remote branch 'kzys/trac-7197'

13 years agoMerge remote branch 'gnarf37/effects-visual-test'
Scott González [Tue, 10 May 2011 15:11:33 +0000 (11:11 -0400)]
Merge remote branch 'gnarf37/effects-visual-test'

13 years agoMerge remote branch 'origin/master'
Jörn Zaefferer [Tue, 10 May 2011 15:10:45 +0000 (17:10 +0200)]
Merge remote branch 'origin/master'

13 years agoMerge remote branch 'gnarf37/ticket-7067'
Scott González [Tue, 10 May 2011 15:00:14 +0000 (11:00 -0400)]
Merge remote branch 'gnarf37/ticket-7067'

13 years agoMerge remote branch 'kborchers/unitTest_bug_7024'
Jörn Zaefferer [Tue, 10 May 2011 14:59:26 +0000 (16:59 +0200)]
Merge remote branch 'kborchers/unitTest_bug_7024'

13 years agoMerge remote branch 'kborchers/bug_7024'
Jörn Zaefferer [Tue, 10 May 2011 14:59:22 +0000 (16:59 +0200)]
Merge remote branch 'kborchers/bug_7024'

13 years agoAutocomplete: Added unit test to check for preventing value change when an unintended... 238/head
kborchers [Tue, 10 May 2011 14:54:13 +0000 (09:54 -0500)]
Autocomplete: Added unit test to check for preventing value change when an unintended mouseover event (Firefox) is fired before blur. Proposed fix is in pull request 236

13 years agoMerge pull request #234 from carsonmcdonald/issue6948
Scott González [Tue, 10 May 2011 14:52:28 +0000 (07:52 -0700)]
Merge pull request #234 from carsonmcdonald/issue6948

Resizable: Skip autohide hover action when resizable is disabled. Fix #69

13 years agoTabs: Remvoed spinner image from tests.
Scott González [Tue, 10 May 2011 13:16:16 +0000 (09:16 -0400)]
Tabs: Remvoed spinner image from tests.

13 years agoTabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.
Scott González [Tue, 10 May 2011 13:15:08 +0000 (09:15 -0400)]
Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.

13 years agoTabs: Moved tests out of tickets file.
Scott González [Tue, 10 May 2011 12:47:00 +0000 (08:47 -0400)]
Tabs: Moved tests out of tickets file.

13 years agoTabs: Updated tests for destroy method.
Scott González [Mon, 9 May 2011 21:41:43 +0000 (17:41 -0400)]
Tabs: Updated tests for destroy method.

13 years agoTabs: Added tests for beforeload event on init.
Scott González [Mon, 9 May 2011 21:38:34 +0000 (17:38 -0400)]
Tabs: Added tests for beforeload event on init.

13 years agoAutocomplete: Added check to determine if menu has just been created to override... 236/head
kborchers [Mon, 9 May 2011 21:22:11 +0000 (16:22 -0500)]
Autocomplete: Added check to determine if menu has just been created to override mouseover event and reset that variable from autocomplete on close. Fixed #7024 - Autocomplete menu options are activated even if mouse is not moved

13 years agoTabs: Updated tests for disabled option.
Scott González [Mon, 9 May 2011 21:10:36 +0000 (17:10 -0400)]
Tabs: Updated tests for disabled option.

13 years agoTabs: Added tests for event option.
Scott González [Mon, 9 May 2011 21:01:11 +0000 (17:01 -0400)]
Tabs: Added tests for event option.

13 years agoTabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.
Scott González [Mon, 9 May 2011 20:54:51 +0000 (16:54 -0400)]
Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method.

13 years agoTabs: Only trigger tabsload on success.
Scott González [Mon, 9 May 2011 20:04:33 +0000 (16:04 -0400)]
Tabs: Only trigger tabsload on success.

13 years agoTabs: Add tabsload event tests.
David Petersen [Mon, 9 May 2011 19:42:24 +0000 (15:42 -0400)]
Tabs: Add tabsload event tests.

13 years agoReadme update: Some instructions for cherry-picking from pull requests
Jörn Zaefferer [Mon, 9 May 2011 19:42:44 +0000 (21:42 +0200)]
Readme update: Some instructions for cherry-picking from pull requests

13 years agoTabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event; depreca...
Scott González [Mon, 9 May 2011 19:04:01 +0000 (15:04 -0400)]
Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.

13 years agoTabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeload event...
Scott González [Mon, 9 May 2011 18:45:57 +0000 (14:45 -0400)]
Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add beforeload event; deprecate ajaxOptions and cache options.

Thanks gnarf for the unit test idea.

13 years agoMerge pull request #235 from kborchers/bug_4333_2
Scott González [Mon, 9 May 2011 17:10:17 +0000 (10:10 -0700)]
Merge pull request #235 from kborchers/bug_4333_2

Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE

13 years agoTabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinner option.
Scott González [Mon, 9 May 2011 16:52:00 +0000 (12:52 -0400)]
Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinner option.

13 years agoMouse: Changed mouseHandled check to a local var rather than using originalEvent... 235/head
kborchers [Mon, 9 May 2011 16:43:45 +0000 (11:43 -0500)]
Mouse: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE

13 years agoTabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tabs: Depre...
Scott González [Mon, 9 May 2011 15:31:01 +0000 (11:31 -0400)]
Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options).

13 years agoResizable: Skip autohide hover action when resizable is disabled. Fix #6948 - Resizab... 234/head
Carson McDonald [Mon, 9 May 2011 15:00:12 +0000 (11:00 -0400)]
Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 - Resizable autoHide Doesn't Work With Resizable's disable

13 years agoMerge pull request #229 from kzys/strange-whitespace
Richard D. Worth [Mon, 9 May 2011 13:50:19 +0000 (06:50 -0700)]
Merge pull request #229 from kzys/strange-whitespace

'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).

13 years agoMerge pull request #231 from itsadok/patch-1
Richard D. Worth [Mon, 9 May 2011 12:06:48 +0000 (05:06 -0700)]
Merge pull request #231 from itsadok/patch-1

fix: delete runaway backslash

13 years agoPopup and Menubar demos
Jörn Zaefferer [Sun, 8 May 2011 18:41:21 +0000 (20:41 +0200)]
Popup and Menubar demos

13 years agofix: delete runaway backslash 231/head
itsadok [Sun, 8 May 2011 09:37:33 +0000 (02:37 -0700)]
fix: delete runaway backslash

13 years agoPopup: Fix keyboard handling to prevent scrolling on keydown
Jörn Zaefferer [Sat, 7 May 2011 14:23:31 +0000 (16:23 +0200)]
Popup: Fix keyboard handling to prevent scrolling on keydown

13 years agoPromote menubar and popup to their own top level files
Jörn Zaefferer [Sat, 7 May 2011 14:22:04 +0000 (16:22 +0200)]
Promote menubar and popup to their own top level files

13 years agoPopup: Better key handling on trigger, along with a few more TODO comments
Jörn Zaefferer [Sat, 7 May 2011 13:18:50 +0000 (15:18 +0200)]
Popup: Better key handling on trigger, along with a few more TODO comments

13 years agoTooltip/Popup: Improve video-player demo
Jörn Zaefferer [Sat, 7 May 2011 13:18:29 +0000 (15:18 +0200)]
Tooltip/Popup: Improve video-player demo

13 years agoDialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020). 229/head
Kato Kazuyoshi [Sat, 7 May 2011 07:02:06 +0000 (16:02 +0900)]
Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).