Timeline


and

01/31/11:

22:30 Changeset [e653201d4cb9bf21c47a0d6dbe58ed204498b30b] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/large.html
Added large.html as a test for huge datrasets (here: a 1000 rows)
22:30 Changeset [44a29b596b5f0b82fc5a4615c9087143bbae6cd1] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/datasort.html
  • tests/visual/grid/grid.js
A few more TODO notes.
22:08 Changeset [e6776b71aa82243dc712893d66af346e42c951f0] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/data.html
  • tests/visual/grid/form-editing.html
Inlined editing into data.html to remove some overhead.
21:36 Changeset [3db722a15f9159fee438bf2b8f18cb37942a2720] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/dataitem.js
  • tests/visual/grid/datasort.html
  • tests/visual/grid/datasource.js
  • tests/visual/grid/datastore.js
  • tests/visual/grid/grid.js
Refactored data model to allow async updates on dataitems. Moved some responsibility from datastore to datasource. Datastore now handles only dateitems and dataitem instances, so _normalize could be dropped. If lots of local data needs to be handled, that should happen in datasource.
20:40 Changeset [66cc8798c928a814be3c352b7eeef3f1bfbd4536] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/wrap-perf.html
Adding performance test for dataitem wrapping. Useful for tuning non-DOM widgets.
15:37 Changeset [effbb2c0ec2e60bea6ec5e5822ee52f8ea9e18bc] by jzaefferer <joern.zaefferer@…>
  • tests/unit/widget/widget_core.js
Update wigdet test for previous change. No stored intance via data for element == instance.
15:33 Changeset [03dcdd6373299bc5bc476e698b74dc5bf3ddda1f] by jzaefferer <joern.zaefferer@…>
  • ui/jquery.ui.widget.js
Optimize widget's _createWidget method to not store data and bind remove when dealing with an instance without an element (element == instance).
15:33 Changeset [49bc0bb677281a77cdd40c74b16cbd238f5385d4] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/dataitem.js
Set defaulElement on dataitem property to avoid creating elements for items.
15:11 Changeset [2c65ba5d6b2b117fdcaacdc6c6729d182f236676] by jzaefferer <joern.zaefferer@…>
  • demos/datepicker/date-range.html
  • external/jquery.tmpl.js
  • external/qunit.css
  • external/qunit.js
  • tests/unit/accordion/accordio.html
  • tests/unit/accordion/accordion.html
  • tests/unit/accordion/accordion_core.js
  • tests/unit/accordion/accordion_defaults.js
  • tests/unit/accordion/accordion_defaults_deprecated.js
  • tests/unit/accordion/accordion_deprecated.js
Merge branch 'master' into grid
13:58 Changeset [6309061a2b3abb7d20bfbb65602efe1a35081494] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.accordion.js
Accordion: added a comment.
13:50 Ticket #6892 (Accordion: broken animation in Chrome) closed by Scott González
fixed: Accordion: Removed ui-accordion-li-fix class; I couldn't find instances …
13:50 Changeset [c58012364b495ef50aa8bfcb35fcede079983fdf] by Scott González <scott.gonzalez@…>
  • themes/base/jquery.ui.accordion.css
  • ui/jquery.ui.accordion.js
Accordion: Removed ui-accordion-li-fix class; I couldn't find instances where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome.
13:24 Ticket #6919 (IE Error when opening a section for the second time) closed by scott.gonzalez
duplicate: Works fine for me in IE8:  http://jsbin.com/uxepe5/edit. Didn't test in …
12:35 Ticket #6919 (IE Error when opening a section for the second time) created by joris
Sorry if this report is a bit incomplete, I am in bit of a hurry. On one …
12:24 Changeset [a0a774cb61398369ed8da7c031d901baf4acc442] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/type.html
Added hint to sort test about supported filters.
10:06 Ticket #6918 (clicking slider not firing change event on other elements) created by MrWillihog
In a simple test with 1 input box and 1 slider, a change event on the …
02:33 Changeset [273952749dd96340d2b8840c81f019ada530320d] by Scott González <scott.gonzalez@…>
  • tests/visual/grid/data.html
  • tests/visual/grid/datasort.html
  • tests/visual/grid/form-editing.html
  • tests/visual/grid/grid.js
  • tests/visual/grid/remote-source.html
Grid data: Various cleanup.

01/30/11:

19:08 Ticket #6917 (Datepicker min/maxDate don't prevent typing in dates outside this range) created by WetCoast
While setting minDate and maxDate restricts selecting a date from the …
16:51 Changeset [cfd47b95a9abf8ca655a1a098712c995e77e8483] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/datasort.html
  • tests/visual/grid/datasource.js
  • tests/visual/grid/form-editing.html
  • tests/visual/grid/remote-source.html
Added basic editing test.
14:47 Ticket #6915 (Hover Icons not preloaded) closed by scott.gonzalez
invalid: This isn't actually a bug as this is purely a styling issue and you can …
14:39 Ticket #6916 (Datepicker date range demo: syntax glitch) closed by Scott González
fixed: Datepicker - Fixed incorrect semi-colon that should have been a comma. …
14:39 Changeset [d4e715f4bc82f7020bc26808abfd5e1b9a174d7f] by Scott González <scott.gonzalez@…>
  • demos/datepicker/date-range.html
Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916 - Datepicker date range demo: syntax glitch. (cherry picked from commit fe6990e104834926042c96a29a6cccec4fdafd3b)
14:39 Changeset [fe6990e104834926042c96a29a6cccec4fdafd3b] by Scott González <scott.gonzalez@…>
  • demos/datepicker/date-range.html
Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916 - Datepicker date range demo: syntax glitch.
12:03 Ticket #6916 (Datepicker date range demo: syntax glitch) created by istvan.m.antal
On page:  http://jqueryui.com/demos/datepicker/#date-range The source code …
11:53 Changeset [d8c10f2cd208b37a06300819f97bc1e70de4ff5a] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/grid.js
  • tests/visual/grid/remote-source.html
Seperate rowTemplate creation from data extraction.
11:45 Changeset [2629fbe80bc62e85b194d3bc76f4e7f9cfc64105] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/datasource.js
  • tests/visual/grid/datastore.js
  • tests/visual/grid/fixture.json
  • tests/visual/grid/remote-source.html
Working remote source test. Currently relying on a workaround in datasource to refresh grid.
07:52 Ticket #6915 (Hover Icons not preloaded) created by kingjeffrey
It appears the hover-state icons are not preloaded. When hovering over the …
03:13 Ticket #6911 (autocomplete on a contenteditable div) closed by scott.gonzalez
invalid: Umm...the $.fn.val = $.fn.html solution was a joke. Doing that will …
03:12 Ticket #6914 (Autocomplete: Support contenteditable) created by scott.gonzalez
See …

01/29/11:

16:26 Ticket #6913 (Buttons display incorrectly when inside an animating panel IE7) created by mgolubovic
When a div is animating to be hidden or displayed (when using …
16:07 Changeset [b95f7bd1c830dad83cd376f87312af67e2f51b95] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/grid.js
Added TODO for changing grid to handle async datasources
16:02 Changeset [3ce70d8c0602467cbdc8b5386cb949dce4e6d1cb] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/grid.js
Added TODO for handling template rendering.
15:59 Changeset [e5163e17ae1ed515b9455f0818651adc8c9babe8] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/fixture.json
  • tests/visual/grid/remote-source.html
Adding tests for async data source. Not functional yet, reqires various datasource/store and grid changes to handle async operations.
15:53 Ticket #6912 (buttons dont work in overflow div in IE7) created by mgolubovic
When placing buttons within an overflow div, they do not position …
10:26 Ticket #6911 (autocomplete on a contenteditable div) created by hm2k
Although …

01/28/11:

19:18 Ticket #6910 (Trying to animate the background color of a document fragment can easily ...) created by dwt
I discovered this as I wanted to run unit-tests on document-fragments to …
12:41 Ticket #6909 (Mouse: dragging on right click) created by timur.junussov@…
Using the "which" option to target a specific mouse button. like in this …
09:46 Ticket #6908 (datepicker altField not working) closed by joern.zaefferer
invalid
09:23 Ticket #6908 (datepicker altField not working) created by gmoulin
jquery 1.4.4 jquery ui 1.8.9 using altField option does not update the …
03:03 Ticket #6907 (Dialogs are not horizontally centered on Chrome 8 (Windows)) closed by scott.gonzalez
duplicate
02:40 Ticket #6907 (Dialogs are not horizontally centered on Chrome 8 (Windows)) created by jayhoytt
Dialog is vertically centered, but sits flush to left side of window on …

01/27/11:

22:03 Ticket #6906 (z-index issue in IE6/IE7 with floated sortable) created by corydorning
In IE6 and IE7, if a sortable container is floated and you are attempting …
21:33 Ticket #6905 (Accordion does not always open the specified pane when initialized) closed by scott.gonzalez
invalid: Your code is invalid as you're using semicolons instead of commas. Also, …
21:14 Ticket #6905 (Accordion does not always open the specified pane when initialized) created by coreyo
Supplying a valid pane index with the "active" option does not always work …
19:51 Ticket #6904 (Autocomplete: Race condition handling means) closed by Scott González
fixed: Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. …
19:50 Changeset [6b9b513e77deebe33bf8c81268a587c1f022556f] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixes #6904 - Autocomplete: Race condition handling means. (cherry picked from commit a1ab9678e9bba6b20989104040bc31b782094335)
19:49 Changeset [a1ab9678e9bba6b20989104040bc31b782094335] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.autocomplete.js
Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixes #6904 - Autocomplete: Race condition handling means.
16:15 Ticket #6904 (Autocomplete: Race condition handling means) created by jamey
I tried the remote data source example for Autocomplete but it would never …
15:20 Changeset [d6b7edfb1a85deff01e2437a4eec4078268cc2d0] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/data.html
  • tests/visual/grid/datasort.html
  • tests/visual/grid/datasource.js
  • tests/visual/grid/datastore.js
  • tests/visual/grid/grid.js
Moved populate call for local data into datasource. Added some more TODOs. Extended data extraction to include field metadata and store that on the resulting dataitem prototype. Use that for sortablegrid impl.

01/26/11:

23:54 Ticket #6903 (Text in "Build custom download" button wraps in Linux browsers) created by Xavi
The "Build custom download" button on the homepage wraps in Linux …
22:51 Changeset [1b9e3d2c7608eabc69681fbfb2ce0cf5b4e65957] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/datasort.html
Updated datasort test markup. Removing unnecessary metadata, adding another row to developer table to show that sorting actually works.
22:48 Changeset [a6ba9fb587165c10512c8df3b49e7ce33397481b] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/datasort.html
Rewrote data model sorting demo to define a new widget inherting from grid. Added another table to ensure that the widget works with more than one. Added some more comments about open issues.
22:31 Changeset [5acfcf3cea83186851445167b2dcf149378a31a5] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/datasort.html
Added datasort test to combine experimental grid and data model with sorting data and rerendering it.
22:30 Changeset [2f34b2014b2725f5cef524248a13179a9cae8a31] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/data.html
  • tests/visual/grid/dataitem.js
  • tests/visual/grid/datasource.js
  • tests/visual/grid/datastore.js
  • tests/visual/grid/grid.css
  • tests/visual/grid/grid.js
Refactored data.html to extract grid, datastore, datasource and dateitem. Added some basic grid tabl styles. Refactored datasource to store items in array and access by index instead of id.
21:14 Ticket #6902 (Datepicker and datejs not compatible.) closed by scott.gonzalez
invalid: Datejs modified the native Date prototype, which we don't support.
20:27 Ticket #6902 (Datepicker and datejs not compatible.) created by Lynge
I am not sure this is a jQuery UI problem, but since the other project …
19:53 Ticket #6901 (Dialogs are not centered horizontally in Chrome 8) closed by scott.gonzalez
invalid: You need to include the jQuery UI CSS.
19:41 Ticket #6901 (Dialogs are not centered horizontally in Chrome 8) created by Rising
When the following page is displayed in Chrome 8.0.552.237 (the current …
19:30 Changeset [0b637d1b243bbad41ca43d75643cdd106a6a58a4] by jzaefferer <joern.zaefferer@…>
  • tests/visual/grid/type.html
Cleanup unnecessary type attributes on scripts and links.
03:21 Changeset [b13561459e556eca0760d3e80214f406bb20d71f] by Scott González <scott.gonzalez@…>
  • tests/visual/grid/data.html
Data model: Basic example of extracting data from a table.

01/25/11:

23:12 Changeset [3f7f32a6e59e6f4d756cb97ceca4d55097772129] by Scott González <scott.gonzalez@…>
  • tests/visual/grid/data.html
Data model: Added basic grid widget.
21:02 Ticket #6900 (Drop effect: IE 6/7/8 $('#myid').show('drop') removes support for ...) created by whittet@…
Bug verified in jQueryUI versions: 1.8.5 - 1.8.9 The drop effect (no …
20:47 Changeset [21935f3050900b9df29f7f41f681e64e2abbfbb9] by Scott González <scott.gonzalez@…>
  • tests/visual/grid/data.html
Data model: Basic implementation of lazy initialization for dataitem instances.
20:24 Ticket #6899 (Dialog: show: true and buttons break the layout) created by chuvikovsky
Browser Mozilla FF 3.6.13 Ubuntu 10.04 LTS - the Lucid Lynx all text in …
19:25 Changeset [4c90f2ff118f5b42050055cde614a19353e35725] by Scott González <scott.gonzalez@…>
  • tests/visual/grid/data.html
Data model: Added ability to define specific item types.
15:18 Ticket #6898 (Calling destroy on draggables causes orphans in IE8) created by aws
Test page:  http://jsbin.com/upagi4/2/ I've linked to a pretty bare …
12:52 Ticket #6897 (jquery events fire multiple times when used in dialog) closed by scott.gonzalez
invalid: This is not a bug. You're binding an additional click handler on every …
10:14 Ticket #6897 (jquery events fire multiple times when used in dialog) created by nihilnovi
$('.ordermenu').click(function(event) { …
05:52 Ticket #6896 (Accordion: Allow canceling the beforeActivate event) closed by Scott González
fixed: Accordion: Allow canceling the beforeActivate event. Fixes #6896 - …
05:52 Changeset [7a6dd71f8cf04d19c938f0678c0f2a2586ed65c5] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_deprecated.js
  • tests/unit/accordion/accordion_events.js
  • ui/jquery.ui.accordion.js
Accordion: Allow canceling the beforeActivate event. Fixes #6896 - Accordion: Allow canceling the beforeActivate event.
05:07 Ticket #6840 (Accordion: Rename changestart event to beforeActivate) closed by Scott González
fixed: Accordion: Renamed changestart and change events to beforeActivate and …
05:07 Ticket #6842 (Accordion: Rename change event to activate) closed by Scott González
fixed: Accordion: Renamed changestart and change events to beforeActivate and …
05:05 Changeset [088ef05142168de75d2afcbe447a5b44cb2d3673] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_deprecated.js
  • tests/unit/accordion/accordion_events.js
  • tests/unit/testsuite.js
  • ui/jquery.ui.accordion.js
Accordion: Renamed changestart and change events to beforeActivate and activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate.
05:04 Ticket #6896 (Accordion: Allow canceling the beforeActivate event) created by scott.gonzalez
#6840 renamed changestart to beforeActivate. Calling event.peventDefault() …
03:40 Changeset [06d61f5f235f4869bc251ebd1e1e768c56297636] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_core.js
  • tests/unit/accordion/accordion_events.js
Accordion: More tests.
03:37 Changeset [63c72aba0d898289b4cb536cd34fee80c15087d1] by Scott González <scott.gonzalez@…>
  • tests/unit/testsuite.js
Tests: Fixed erroneous refernece to accordion.
02:58 Changeset [3e370a44679da9c2b226d1667f13667f23bd239c] by Scott González <scott.gonzalez@…>
  • ui/jquery.ui.dialog.js
Dialog: Use ._focusable() and ._hoverable().
02:54 Changeset [0ef4b4f28a8183051fdaae7d896c09efbbecb0f9] by Scott González <scott.gonzalez@…>
  • tests/unit/widget/widget_core.js
Widget: Added tests for ._hoverable() and ._focusable().
02:31 Changeset [4a384c63ffa4c4b588b92b2a983a6710bc518284] by Scott González <scott.gonzalez@…>
  • tests/unit/widget/widget_core.js
Widget tests: Remove workaround for old QUnit bug.
02:22 Changeset [8034cc38038ff1246cd98caecd517f9685d50f8b] by Scott González <scott.gonzalez@…>
  • tests/unit/widget/widget.html
  • tests/unit/widget/widget_core.js
  • tests/unit/widget/widget_tickets.js
Widget tests: Cleanup.
02:00 Changeset [2e214f984db8140d77c73fa4a87161e281f92551] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_options.js
Accordion test: Fixed an icon test.
01:35 Changeset [25f420eb9a82dcecc6da8357454cdc3c3327c4d1] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_deprecated.js
  • tests/unit/accordion/accordion_options.js
Accordion tests: Cleaned up deprecated tests.
00:20 Changeset [5ed1046a4ac271a1f20cc1f19aa50bec15cd9704] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordio.html
  • tests/unit/accordion/accordion.html
  • tests/unit/accordion/accordion_core.js
  • tests/unit/accordion/accordion_defaults.js
  • tests/unit/accordion/accordion_defaults_deprecated.js
  • tests/unit/accordion/accordion_deprecated.js
  • tests/unit/accordion/accordion_events.js
  • tests/unit/accordion/accordion_methods.js
  • tests/unit/accordion/accordion_options.js
  • tests/unit/accordion/accordion_tickets.js
Accordion tests: Cleanup.

01/24/11:

21:00 Changeset [ecc0ef53dee0eb3ce432348762abf4550aad8b36] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordio.html
  • tests/unit/accordion/accordion_defaults_deprecated.js
  • tests/unit/accordion/accordion_deprecated.js
Accordion tests: Getting really ghetto in an attempt to get deprecated tests to run in TestSwarm.
20:45 Changeset [140d90a9a4d0c77658ff8a811aebe899dcf11f2b] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion_core.js
  • tests/unit/accordion/accordion_defaults.js
  • tests/unit/accordion/accordion_events.js
  • tests/unit/accordion/deprecated/accordion.html
  • tests/unit/accordion/deprecated/accordion_defaults_deprecated.js
  • tests/unit/accordion/deprecated/accordion_deprecated.js
  • ui/jquery.ui.accordion.js
Accordion: Test cleanup.
19:47 Changeset [3ce23223ae5ad1f15c0986c313df02bc5dcc264e] by Scott González <scott.gonzalez@…>
  • external/qunit.css
  • external/qunit.js
Tests: Updated QUnit.
19:38 Changeset [c96c2497803779c11d8e666f2f8129bbba01fee9] by Scott González <scott.gonzalez@…>
  • tests/unit/accordion/accordion.html
  • tests/unit/accordion/accordion_defaults.js
  • tests/unit/accordion/accordion_defaults_deprecated.js
  • tests/unit/accordion/accordion_deprecated.html
  • tests/unit/accordion/accordion_deprecated.js
  • tests/unit/accordion/accordion_methods.js
  • tests/unit/accordion/accordion_options.js
  • ui/jquery.ui.accordion.js
Accordion: First pass at splitting out tests for deprecated functionality.
18:33 Ticket #6895 (Widget: Allow non-DOM based widget) closed by Scott González
fixed: Widget: Allow this.element to be the widget instance instead of a DOM …
18:33 Changeset [cc90b440607a1af87c4abb8b2ee3325e96b0f5a1] by Scott González <scott.gonzalez@…>
  • tests/unit/widget/widget_core.js
  • ui/jquery.ui.widget.js
Widget: Allow this.element to be the widget instance instead of a DOM element. Fixes #6895 - Widget: Allow non-DOM based widget.
18:32 Ticket #6895 (Widget: Allow non-DOM based widget) created by scott.gonzalez
It should be possible to generate widgets that aren't tied a DOM element. …
15:07 Ticket #5412 (Hover color does not match color specified by theme) closed by scott.gonzalez
invalid: We don't use the hover pseudo class in UI, so this is technically correct. …
15:01 Ticket #6894 (Effects docs: Cleanup demo page or create seperate pages) created by joern.zaefferer
Currently the only "how to do use the effect method" docs are in the …
14:57 Ticket #6855 (UI button fires click event even if disabled) closed by scott.gonzalez
duplicate
14:55 Ticket #6808 (ui-state-hover not removed when button disabled) closed by scott.gonzalez
duplicate
14:04 Ticket #6887 (triggered twice with emebedded script tag problem) closed by scott.gonzalez
invalid: This is not a bug in jQuery UI. Please use the [ http://forum.jquery.com
14:01 Ticket #6893 (Accordion: animated: "bounceslide" broken) closed by scott.gonzalez
worksforme: This is working properly; it only bounces down, not up.
13:55 Changeset [5b3a58708b1a715e7dae66fa701d031548f3f1ab] by Scott González <scott.gonzalez@…>
  • tests/visual/grid/data.html
Grid data model test: very hacky implementation of a store/source/item model.
13:40 Ticket #6893 (Accordion: animated: "bounceslide" broken) created by joern.zaefferer
The docs for animated mention "bounceslide" as an alternative to the …
10:23 Ticket #6892 (Accordion: broken animation in Chrome) created by joern.zaefferer
Testpage:  http://jsbin.com/uhora5/5 Open in Chrome 8. Click on a closed …
01:21 Changeset [bd1e9933b329ff62ab0d0e77d41b9f132cf06935] by Scott González <scott.gonzalez@…>
  • demos/datepicker/localization.html
  • demos/index.html
  • external/jquery.tmpl.js
  • tests/unit/widget/widget_core.js
  • tests/visual/grid/data.html
  • tests/visual/grid/type.html
  • ui/i18n/jquery.ui.datepicker-ar-DZ.js
  • ui/jquery.ui.autocomplete.js
  • ui/jquery.ui.button.js
  • ui/jquery.ui.menu.js
Merge branch 'master' into grid
01:06 Ticket #6891 (Widget: Improve API for direct instantiation) closed by scott.gonzalez
fixed: Implemented in 3a0b617bb44565aacfa90c2ee20b293654d911c9 and …
01:04 Ticket #6891 (Widget: Improve API for direct instantiation) created by scott.gonzalez
When instantiating a widget directly (`new $.ui.dialog( options, element …
00:58 Changeset [bc71499a505d0932668b4ae75603cd9dbfd4a2ac] by Scott González <scott.gonzalez@…>
  • tests/unit/widget/widget_core.js
Widget: Added tests for defaultElement and element normalization between jQuery objects, elements and selectors.
Note: See TracTimeline for information about the timeline view.