]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
8 years agoDemos: Link widget demo to learn site
Jörn Zaefferer [Thu, 29 Oct 2015 11:40:30 +0000 (12:40 +0100)]
Demos: Link widget demo to learn site

Ref jquery/jqueryui.com#39
Closes gh-1637

8 years agoTheme: Fix position of some icons
Scott González [Wed, 28 Oct 2015 19:40:33 +0000 (15:40 -0400)]
Theme: Fix position of some icons

Closes gh-1636

8 years agoCheckboxradio: Properly find radio groups from the associated form
Scott González [Tue, 27 Oct 2015 18:35:27 +0000 (14:35 -0400)]
Checkboxradio: Properly find radio groups from the associated form

Fixes #9973
Closes gh-1631

8 years agoAuthors: Update with 1.12 contributors 1640/head
Jörn Zaefferer [Thu, 29 Oct 2015 14:27:16 +0000 (15:27 +0100)]
Authors: Update with 1.12 contributors

8 years agoRelease: Use latest download builder
Jörn Zaefferer [Thu, 29 Oct 2015 14:24:26 +0000 (15:24 +0100)]
Release: Use latest download builder

8 years agoButton: Add tests for button with html markup 1634/head
Jörn Zaefferer [Wed, 28 Oct 2015 18:04:09 +0000 (19:04 +0100)]
Button: Add tests for button with html markup

Ref gh-1632
Ref jquery/api.jqueryui.com#281

8 years agoDialog: Escape closeText option before passing it to button 1635/head
Jörn Zaefferer [Wed, 28 Oct 2015 18:11:07 +0000 (19:11 +0100)]
Dialog: Escape closeText option before passing it to button

Ref gh-1632
Fixes jquery/api.jqueryui.com#281

8 years agoControlgroup: Simplify CSS overrides for spinner
Scott González [Wed, 28 Oct 2015 16:58:01 +0000 (12:58 -0400)]
Controlgroup: Simplify CSS overrides for spinner

Closes gh-1633

8 years agoCheckboxradio: Fix error tests with jQuery 1.7.0
Scott González [Wed, 28 Oct 2015 13:23:28 +0000 (09:23 -0400)]
Checkboxradio: Fix error tests with jQuery 1.7.0

8 years agoControlgroup: Add compound test suite for all jQuery versions
Scott González [Wed, 28 Oct 2015 13:16:31 +0000 (09:16 -0400)]
Controlgroup: Add compound test suite for all jQuery versions

8 years agoCheckboxradio: Add compound test suite for all jQuery versions
Scott González [Wed, 28 Oct 2015 13:15:11 +0000 (09:15 -0400)]
Checkboxradio: Add compound test suite for all jQuery versions

8 years agoControlgroup: Test cleanup
Scott González [Tue, 27 Oct 2015 20:32:30 +0000 (16:32 -0400)]
Controlgroup: Test cleanup

8 years agoCheckboxradio: Test cleanup
Scott González [Tue, 27 Oct 2015 20:05:52 +0000 (16:05 -0400)]
Checkboxradio: Test cleanup

8 years agoMouse: Ignore `mousemove` events triggered by key presses in Safari
Scott González [Sat, 17 Oct 2015 21:53:15 +0000 (17:53 -0400)]
Mouse: Ignore `mousemove` events triggered by key presses in Safari

If the user presses control, meta, shift, or alt during a drag operation,
Safari will trigger an event where `event.which` is `0`. We use that scenario
to detect that a `mouseup` occurred in a different document, so we need to
ignore these events when one of the keys are pressed.

Fixes #14461
Closes gh-1620

8 years agoTests: Fix improper async sortable test
Leonardo Balter [Tue, 27 Oct 2015 16:33:44 +0000 (12:33 -0400)]
Tests: Fix improper async sortable test

Caught when testing jQuery UI against the new QUnit version, where start throws
an error if called with a non-numeric error.

Closes gh-1630

8 years agoDraggable: Skip window bubbling test in IE 8
Scott González [Mon, 26 Oct 2015 19:10:43 +0000 (15:10 -0400)]
Draggable: Skip window bubbling test in IE 8

IE 8 implements DOM Level 2 Events which only has events propagate
up to the document, not the window.

Ref #10818
Ref gh-1621
Closes gh-1627

8 years agoTabs: Handle overly-precise values in tests in IE
Scott González [Mon, 26 Oct 2015 21:37:41 +0000 (17:37 -0400)]
Tabs: Handle overly-precise values in tests in IE

Closes gh-1628

8 years agoSelectmenu: Handle form resets 1626/head
Jörn Zaefferer [Mon, 26 Oct 2015 17:13:42 +0000 (13:13 -0400)]
Selectmenu: Handle form resets

Fixes #12236
Ref gh-1550

8 years agoSpinner: Adjust styles for new button CSS
Scott González [Tue, 27 Oct 2015 13:29:02 +0000 (09:29 -0400)]
Spinner: Adjust styles for new button CSS

Closes gh-1629

8 years agoButton: Fix call to `._toggleClass()`
Scott González [Mon, 26 Oct 2015 20:58:46 +0000 (16:58 -0400)]
Button: Fix call to `._toggleClass()`

8 years agoFormResetMixin: Add copyright header and manifest comments 1625/head
Jörn Zaefferer [Mon, 26 Oct 2015 16:52:42 +0000 (12:52 -0400)]
FormResetMixin: Add copyright header and manifest comments

8 years agoControlgroup: Fix create and destroy for controlgroupLabel 1624/head
Jörn Zaefferer [Sun, 25 Oct 2015 22:07:34 +0000 (18:07 -0400)]
Controlgroup: Fix create and destroy for controlgroupLabel

Creating the label broke while doing a refactoring, the lack of tests
allowed that to go unnoticed. Shouldn't happen again with the extra
tests, covering both controlgroupLabel and spinner.

8 years agoTheme: Fix ThemeRoller variable for ui-icon-background, again
Jörn Zaefferer [Sun, 25 Oct 2015 21:34:34 +0000 (17:34 -0400)]
Theme: Fix ThemeRoller variable for ui-icon-background, again

8 years agoTheme: Fix ThemeRoller variable for ui-icon-background
Jörn Zaefferer [Sun, 25 Oct 2015 21:30:34 +0000 (17:30 -0400)]
Theme: Fix ThemeRoller variable for ui-icon-background

8 years agoTests: Fix button space assertions on IE8 1619/head
Jörn Zaefferer [Sat, 17 Oct 2015 19:31:02 +0000 (15:31 -0400)]
Tests: Fix button space assertions on IE8

IE8 still doesn't keep the space in the text (or HTML) representation.
We don't really care, so adding more trims in these tests as well.

8 years agoDraggable: Fix options tests 1618/head
Jörn Zaefferer [Sat, 17 Oct 2015 19:12:26 +0000 (15:12 -0400)]
Draggable: Fix options tests

These failed when running through tests/unit/all.html, due to the smaller
iframe. Reducing a browser window enough triggered the same issue. Making
the top offset much smaller fixes that.

The rest is fixing bad indent and adds a missing module call.

8 years agoCore: Remove header and manifest 1623/head
Jörn Zaefferer [Fri, 23 Oct 2015 13:25:15 +0000 (09:25 -0400)]
Core: Remove header and manifest

This file is deprecated and should not be included, by default, in
builds anymore.

8 years agoAll: Fix manifest issues for categories and CSS dependencies
Jörn Zaefferer [Wed, 21 Oct 2015 23:08:44 +0000 (19:08 -0400)]
All: Fix manifest issues for categories and CSS dependencies

Collapses "UI Core" and "Core" into just "Core".

Fixes bad paths for CSS dependencies. Regressed when moving widgets
into the widgets subfolder.

9 years agoMouse: Don't stop propagation of mouseup 1621/head
Hannah Methvin [Sun, 18 Oct 2015 16:36:43 +0000 (12:36 -0400)]
Mouse: Don't stop propagation of mouseup

Fixes #10818

9 years agoTheme: Fix file permissions on images
Scott González [Sun, 18 Oct 2015 09:56:01 +0000 (05:56 -0400)]
Theme: Fix file permissions on images

9 years agoBuild: Add `grunt jenkins` task
Scott González [Sun, 18 Oct 2015 01:14:34 +0000 (21:14 -0400)]
Build: Add `grunt jenkins` task

9 years agoBuild: Fix requirejs task and add CSS concat task back in
Scott González [Sat, 17 Oct 2015 19:54:12 +0000 (15:54 -0400)]
Build: Fix requirejs task and add CSS concat task back in

9 years agoTooltip: Use show.delay update only when track option is active
Mani Mishra [Wed, 7 Oct 2015 05:12:10 +0000 (10:42 +0530)]
Tooltip: Use show.delay update only when track option is active

Fixes #14682
Closes gh-1613

9 years agoSlider: Add missing unit test cases for values method
Jyoti Deka [Mon, 6 Jul 2015 11:18:57 +0000 (07:18 -0400)]
Slider: Add missing unit test cases for values method

Closes gh-1573

9 years agoAutocomplete: Whitespace
Scott González [Fri, 16 Oct 2015 18:14:45 +0000 (14:14 -0400)]
Autocomplete: Whitespace

9 years agoAutocomplete: Close the menu on any outside interactions
Scott González [Thu, 15 Oct 2015 14:11:14 +0000 (10:11 -0400)]
Autocomplete: Close the menu on any outside interactions

This ensures that the menu will close if the user interacts with a
draggable, resizable, etc. element since those interactions don't
change focus.

Ref #6642
Closes gh-1614

9 years agoResizable: Remove mysterious helper dimension adjustments
Scott González [Thu, 15 Oct 2015 14:32:47 +0000 (10:32 -0400)]
Resizable: Remove mysterious helper dimension adjustments

Fixes #11113
Closes gh-1615

9 years agoBuild: Use the container-based infrastructure on Travis
Scott González [Thu, 15 Oct 2015 14:55:19 +0000 (10:55 -0400)]
Build: Use the container-based infrastructure on Travis

Switch to node 0.12.

Closes #1617

9 years agoCheckboxradio: Add ui-state-highlight class to icon on create
Jörn Zaefferer [Tue, 6 Oct 2015 15:01:23 +0000 (17:01 +0200)]
Checkboxradio: Add ui-state-highlight class to icon on create

This was already toggled in _toggleClasses, but that isn't called
on create.

9 years agoControlgroup: Fix refresh method tests by adding text content to button
Jörn Zaefferer [Tue, 6 Oct 2015 14:07:33 +0000 (16:07 +0200)]
Controlgroup: Fix refresh method tests by adding text content to button

In IE8, the empty elements cause issues. Adding text content makes
sense, since empty elements are useless.

9 years agoButton: Can't test for " " in IE8, just make sure the element exists
Jörn Zaefferer [Tue, 6 Oct 2015 13:58:15 +0000 (15:58 +0200)]
Button: Can't test for " " in IE8, just make sure the element exists

9 years agoCheckboxradio: Fix label option tests by trimming DOM text
Jörn Zaefferer [Tue, 6 Oct 2015 13:49:58 +0000 (15:49 +0200)]
Checkboxradio: Fix label option tests by trimming DOM text

IE8 is inconsistent in outputting space through .html() and .text()
methods, but since it renders it correctly, we can just ignore it.

9 years agoCheckboxradio: Fix invalid chars, remove unused var, add comment
Jörn Zaefferer [Tue, 6 Oct 2015 13:42:24 +0000 (15:42 +0200)]
Checkboxradio: Fix invalid chars, remove unused var, add comment

9 years agoCheckboxradio: Fix invalid markup in core tests
Jörn Zaefferer [Tue, 6 Oct 2015 13:38:32 +0000 (15:38 +0200)]
Checkboxradio: Fix invalid markup in core tests

9 years agoControlgroup: Convert to onevar, fix guard-clause/else, rm tmp var
Jörn Zaefferer [Tue, 6 Oct 2015 13:19:32 +0000 (15:19 +0200)]
Controlgroup: Convert to onevar, fix guard-clause/else, rm tmp var

9 years agoControlgroup: Fix css reference in unit tests
Jörn Zaefferer [Tue, 6 Oct 2015 13:19:06 +0000 (15:19 +0200)]
Controlgroup: Fix css reference in unit tests

9 years agoTests: Prevent default on anchor click to avoid navigation
Jörn Zaefferer [Tue, 6 Oct 2015 12:30:41 +0000 (14:30 +0200)]
Tests: Prevent default on anchor click to avoid navigation

9 years agoDemos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15
Jörn Zaefferer [Tue, 6 Oct 2015 12:30:15 +0000 (14:30 +0200)]
Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15

9 years agoControlgroup: Typos and minor style fixes
Alexander Schmitz [Wed, 30 Sep 2015 15:47:33 +0000 (11:47 -0400)]
Controlgroup: Typos and minor style fixes

9 years agoCheckboxradio: Typos and minor style fixes
Alexander Schmitz [Wed, 30 Sep 2015 15:47:06 +0000 (11:47 -0400)]
Checkboxradio: Typos and minor style fixes

9 years agoButton: Typos
Alexander Schmitz [Wed, 30 Sep 2015 15:46:52 +0000 (11:46 -0400)]
Button: Typos

9 years agoControlgroup: Optimize and simplify data access and storage
Jörn Zaefferer [Wed, 30 Sep 2015 13:48:30 +0000 (15:48 +0200)]
Controlgroup: Optimize and simplify data access and storage

9 years agoControlgroup: Improve comments and remove a misleading blank line
Jörn Zaefferer [Wed, 30 Sep 2015 13:42:33 +0000 (15:42 +0200)]
Controlgroup: Improve comments and remove a misleading blank line

9 years agoControlgroup: Rename excludeInvisible to onlyVisible
Jörn Zaefferer [Wed, 30 Sep 2015 13:38:42 +0000 (15:38 +0200)]
Controlgroup: Rename excludeInvisible to onlyVisible

Gets rid of the double negative.

9 years agoControlgroup: Update toolbar demo to warn about "this is just a demo"
Jörn Zaefferer [Wed, 30 Sep 2015 13:31:15 +0000 (15:31 +0200)]
Controlgroup: Update toolbar demo to warn about "this is just a demo"

9 years agoTheme: address review comment for visual focus
Alexander Schmitz [Wed, 16 Sep 2015 05:54:18 +0000 (01:54 -0400)]
Theme: address review comment for visual focus

9 years agoSpinner: Address review comments
Alexander Schmitz [Wed, 16 Sep 2015 05:53:52 +0000 (01:53 -0400)]
Spinner: Address review comments

9 years agoDatepicker: address review comments
Alexander Schmitz [Wed, 16 Sep 2015 05:53:26 +0000 (01:53 -0400)]
Datepicker: address review comments

9 years agoDialog: address review comments
Alexander Schmitz [Wed, 16 Sep 2015 05:50:53 +0000 (01:50 -0400)]
Dialog: address review comments

9 years agoSelectmenu: Address review comments
Alexander Schmitz [Wed, 16 Sep 2015 05:50:13 +0000 (01:50 -0400)]
Selectmenu: Address review comments

9 years agoControlgroup: Address review comments
Alexander Schmitz [Wed, 16 Sep 2015 05:49:08 +0000 (01:49 -0400)]
Controlgroup: Address review comments

9 years agoCheckboxradio: Address review comments
Alexander Schmitz [Wed, 16 Sep 2015 05:48:23 +0000 (01:48 -0400)]
Checkboxradio: Address review comments

9 years agoButton: address review comments
Alexander Schmitz [Wed, 16 Sep 2015 05:48:03 +0000 (01:48 -0400)]
Button: address review comments

9 years agoSpinner: Style updates
Alexander Schmitz [Fri, 11 Sep 2015 14:49:47 +0000 (10:49 -0400)]
Spinner: Style updates

9 years agoControlgroup: Style updates
Alexander Schmitz [Fri, 11 Sep 2015 14:49:19 +0000 (10:49 -0400)]
Controlgroup: Style updates

9 years agoControlgroup: Style updates
Alexander Schmitz [Fri, 11 Sep 2015 14:48:51 +0000 (10:48 -0400)]
Controlgroup: Style updates

9 years agoCheckboxradio: Style updates
Alexander Schmitz [Fri, 11 Sep 2015 14:48:20 +0000 (10:48 -0400)]
Checkboxradio: Style updates

9 years agoBuild: Remove duplicate box-sizing from .csslintrc
Alexander Schmitz [Tue, 18 Aug 2015 11:31:21 +0000 (07:31 -0400)]
Build: Remove duplicate box-sizing from .csslintrc

9 years agoSpinner: Use border-style: none instead of border: none
Alexander Schmitz [Mon, 17 Aug 2015 12:36:47 +0000 (08:36 -0400)]
Spinner: Use border-style: none instead of border: none

This makes it possible to restore the border. This is useful for controlgroup
labels and other custom styling.

9 years agoSpinner: Update markup for buttons
Alexander Schmitz [Fri, 14 Aug 2015 14:16:05 +0000 (10:16 -0400)]
Spinner: Update markup for buttons

9 years agoFixup: .dsstore
Alexander Schmitz [Mon, 10 Aug 2015 14:08:37 +0000 (10:08 -0400)]
Fixup: .dsstore

9 years agoControlgroup: Fixup visual focus in controlgroups
Alexander Schmitz [Tue, 18 Aug 2015 11:22:42 +0000 (07:22 -0400)]
Controlgroup: Fixup visual focus in controlgroups

9 years agoControlgroup: Fixes for spinner
Alexander Schmitz [Mon, 17 Aug 2015 12:43:31 +0000 (08:43 -0400)]
Controlgroup: Fixes for spinner

9 years agoControlgroup: fixup for spinner and label
Alexander Schmitz [Fri, 14 Aug 2015 13:49:48 +0000 (09:49 -0400)]
Controlgroup: fixup for spinner and label

9 years agoControlgroup: Add controlgroup labels
Alexander Schmitz [Wed, 12 Aug 2015 15:24:30 +0000 (11:24 -0400)]
Controlgroup: Add controlgroup labels

9 years agoControlgroup: Add spinner to widgets controlgroup works with
Alexander Schmitz [Mon, 10 Aug 2015 14:08:51 +0000 (10:08 -0400)]
Controlgroup: Add spinner to widgets controlgroup works with

9 years agoControlgroup: Fix headers and demos
Alexander Schmitz [Sun, 9 Aug 2015 15:48:43 +0000 (11:48 -0400)]
Controlgroup: Fix headers and demos

9 years agoControlgroup: Add missing entry to demos bootstrap
Alexander Schmitz [Sun, 9 Aug 2015 04:30:34 +0000 (00:30 -0400)]
Controlgroup: Add missing entry to demos bootstrap

9 years agoControlgroup: add demos to bootstrap
Alexander Schmitz [Sun, 9 Aug 2015 13:18:44 +0000 (09:18 -0400)]
Controlgroup: add demos to bootstrap

9 years agoDemos: Add checkboxradio to bootstrap
Alexander Schmitz [Sun, 9 Aug 2015 13:16:05 +0000 (09:16 -0400)]
Demos: Add checkboxradio to bootstrap

9 years agoCheckboxradio: Add inset shadow to iconbackground to make it stand out
Alexander Schmitz [Sun, 9 Aug 2015 15:48:01 +0000 (11:48 -0400)]
Checkboxradio: Add inset shadow to iconbackground to make it stand out

9 years agoCheckboxxradio: Adjust demo headers
Alexander Schmitz [Sun, 9 Aug 2015 15:47:06 +0000 (11:47 -0400)]
Checkboxxradio: Adjust demo headers

9 years agoSpinner: Updates for new button widget and classes option
Alexander Schmitz [Thu, 8 Jan 2015 02:51:38 +0000 (21:51 -0500)]
Spinner: Updates for new button widget and classes option

9 years agoSelectmenu: update to use button css
Alexander Schmitz [Fri, 22 Aug 2014 20:40:09 +0000 (16:40 -0400)]
Selectmenu: update to use button css

This ensures consistency between different form elements

9 years agoDialog: Updating dialog and tests for new button API
Alexander Schmitz [Fri, 28 Mar 2014 14:48:18 +0000 (10:48 -0400)]
Dialog: Updating dialog and tests for new button API

9 years agoControlgroup: Inital commit of new widget
Alexander Schmitz [Sat, 23 Aug 2014 03:39:35 +0000 (23:39 -0400)]
Controlgroup: Inital commit of new widget

This widget replaces the buttonset widget

9 years agoTheme: Add visual focus outline for checkbox and radio buttons
Alexander Schmitz [Thu, 24 Jul 2014 02:11:03 +0000 (22:11 -0400)]
Theme: Add visual focus outline for checkbox and radio buttons

This adds a focus outline matching that roughly from chrome osx

9 years agoCheckboxradio: Initial commit of new widget
Alexander Schmitz [Thu, 28 Aug 2014 19:16:51 +0000 (15:16 -0400)]
Checkboxradio: Initial commit of new widget

9 years agoButton: Initial commit of button re-factor
Alexander Schmitz [Wed, 22 Jan 2014 17:02:32 +0000 (12:02 -0500)]
Button: Initial commit of button re-factor

Move to using element stats rather then js class states remove
ui-button-text spans.
Removed button set

9 years agoTests: Allow widgets to not have a default element
Alexander Schmitz [Tue, 21 Apr 2015 16:45:02 +0000 (12:45 -0400)]
Tests: Allow widgets to not have a default element

9 years agoBuild: add box-sizing: false to .csslintrc
Alexander Schmitz [Sat, 8 Nov 2014 04:32:35 +0000 (23:32 -0500)]
Build: add box-sizing: false to .csslintrc

We can use this now that we dont support IE < 8

9 years agoTests: Fix jshint includes for datepicker and effects
Jörn Zaefferer [Thu, 1 Oct 2015 10:08:04 +0000 (12:08 +0200)]
Tests: Fix jshint includes for datepicker and effects

9 years agoRelease: Publish to npm 1608/head
Jörn Zaefferer [Tue, 29 Sep 2015 10:24:38 +0000 (12:24 +0200)]
Release: Publish to npm

Fixes #11101

9 years agoTests: Use demo bootstrap for visual tests 1609/head
Jörn Zaefferer [Wed, 30 Sep 2015 07:49:13 +0000 (09:49 +0200)]
Tests: Use demo bootstrap for visual tests

Adds a data-composite option and fixes paths for effects. Otherwise
just applies the same conversion as already applied to demos, sometimes
moving a <style> element to the right place.

9 years agoTooltip: Turn of collision detection on forms demo for mobile rendering 1610/head
Jörn Zaefferer [Wed, 30 Sep 2015 13:23:07 +0000 (15:23 +0200)]
Tooltip: Turn of collision detection on forms demo for mobile rendering

Slighly improves the result by avoiding the tooltip ending up on top of
the input.

9 years agoDemos: Add device-width viewport meta to all demos
Jörn Zaefferer [Wed, 30 Sep 2015 13:11:22 +0000 (15:11 +0200)]
Demos: Add device-width viewport meta to all demos

Ref 343c2651729af2fdf020dd538fce0855785f5a0d

9 years agoFocusable: Fix handling of `visibility: inherit`
Scott González [Fri, 25 Sep 2015 14:33:58 +0000 (10:33 -0400)]
Focusable: Fix handling of `visibility: inherit`

Ref #14596
Ref gh-1583
Closes gh-1605

9 years agoTabs: Adjust handling of disabled option, using _setOptionDisabled
Jörn Zaefferer [Tue, 22 Sep 2015 11:14:25 +0000 (13:14 +0200)]
Tabs: Adjust handling of disabled option, using _setOptionDisabled

Tabs support multiple values to disable individual tabs. Only add the
ui-tabs-disabled class when all tabs are disabled.

Ref #9151
Closes gh-1599

9 years agoTooltip: Don't apply disabled style changes on create
Jörn Zaefferer [Mon, 21 Sep 2015 11:37:51 +0000 (13:37 +0200)]
Tooltip: Don't apply disabled style changes on create

Ref #9151
Ref gh-1599

9 years agoSpinner: Remove redundant handling of disabled option on create
Jörn Zaefferer [Mon, 21 Sep 2015 11:20:09 +0000 (13:20 +0200)]
Spinner: Remove redundant handling of disabled option on create

Ref #9151
Ref gh-1599