History log of /yui3/src/widget/tests/widget.html
Revision Date Author Comments Expand
31689fe47c538a80973e2d32445b844f609fc5b8 27-Mar-2012 Satyen Desai <sdesai@yahoo-inc.com>

Added yeti focus exceptions for yeti && gecko, and for event-touch tests

9bdfc363ef897a298b7596475f598c1c4fd427b6 16-Mar-2012 Satyen Desai <sdesai@yahoo-inc.com>

Filling out line level coverage for base, base-core, widget

3daa81028d1796f0c6bc7f66285261ca2374249b 01-Mar-2012 Satyen Desai <sdesai@yahoo-inc.com>

un-ignored testWidgetOnFocus. Passes on IE, FF, Chrome, Safari with fix for See #2531734. Fixes #2531335

5b1bd5cf62150e84e5e6456235479d28c5656317 29-Feb-2012 Satyen Desai <sdesai@yahoo-inc.com>

Added widgetOnFocus test. Currently ignored until See #2531734 See #2531335 are fixed

6b7baaa39136d411805ffeac06cc81f3af043085 29-Feb-2012 Satyen Desai <sdesai@yahoo-inc.com>

Widget's constructor now does a config = config || {} before chaining to Base's constructor, so that HTML_PARSER works when constructing a widget without providing a configuration object. This could happen when srcNode is defined statically. Rare, but probable use case for JS Widgets which are tightly bound to server side HTML impls. Fixes #2531501 Ran all unit.xml units tests through yeti, since this is fairly low level.

f8255676f21f65c5a8114dd9246b3d5b4604b359 15-Feb-2012 Satyen Desai <sdesai@yahoo-inc.com>

2nd pass at focus optimization. Cleaned up active handling (still some potential gaps)

1610a0f21714a139d54cc4c4dcc5a175d965dd4f 07-Dec-2011 Satyen Desai <sdesai@yahoo-inc.com>

Changed test order for events to focus and then hide, instead of hide then focus to provide predictable results across browsers

ae03b489c1ce3defbcd9db6c72c68f0dc3a14b37 06-Dec-2011 Satyen Desai <sdesai@yahoo-inc.com>

Added patch for homogenous bubble issue, until we roll root fix into Event/EventTarget. Fixes #2529582. See https://gist.github.com/1356718 for potential Event solutions

0fc5b7844cf15c234263eccb6534440a525fbd7f 11-Oct-2011 Satyen Desai <sdesai@yahoo-inc.com>

tabIndex is now sync'd to DOM post render. No idea why we weren't doing this before. Fixes #2531105

8590f7a396daf54f3440f970f550bbc9f59bc7b7 20-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Last one, I promise (for now)

2cde0d56e1a4bc15add8f9cdcab3e87ff5a5b733 20-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Wrap up widget unit tests

4de1c70b905d1ec094efa1406a5264e29ea112c9 20-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

More Widget Tests

57dc6ca2277962f97a7b1f1141373b6d4a9e2c28 19-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Uncommented autorun in widget tests

3deb14ef5289f666e316e224e72e532226c41be5 19-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

More Widget Tests. More To Come.

e2f68eb6c08e1cb4fefd3aa3099a58b4f5a17dad 19-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Added widget core unit tests

1809f37c5e32d3366ee0a26377448d74d5fa7ff5 17-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

More widget tests

d4a90de3308f343c5d935b5f9b6bcc9f5bc4d05f 17-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Added widget core unit tests

1bb9ba7f0e700971d0c04fca23820699348cfd49 07-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Prepped tests for coverage reporting

d8f2b0dd5ac08b7e9256df9f92b204b33c7f9f69 23-Jul-2011 Satyen Desai <sdesai@yahoo-inc.com>

Added support for destroy(true) to Widget, which will remove and destroy all child nodes (not just the boundingBox and contentBox) contained within the Widget's boundingBox in order to help control Node cache size over long-running applications. destroy() will maintain it's current behavior due to the potentially high run-time cost of destroying all child nodes. Widget developers still need to continue with the best practice of destroying explicit node references they create, in their destructors to support the destroy() case. If you destroy Widgets in your application or are a custom widget developer, your help in testing this change before release is much appreciated. Fixes #2530444

37c410fc73ed5acc3161813869a31de525b5aa2e 15-Jun-2011 Satyen Desai <sdesai@yahoo-inc.com>

Fixed regression in ParentChild caused by Widget nested UIEvent fixes. Fixes #2530400

cea74478b281e652658d4e498aafc87c9fa90e92 27-May-2011 Satyen Desai <sdesai@yahoo-inc.com>

Added widget Multiple Y instance UI_EVENTS test. See #2529724

12bdc27e9ac1ba89d9657200cfb22aadad54e7fb 25-May-2011 Satyen Desai <sdesai@yahoo-inc.com>

Fixed UI_EVENTS invoking nested Widget listeners more that once. Added UIEvents test cases (that Ryan Grove is a bad influence). Fixes #2529723

81ed0aaa8456bd5c6a54e7797258b1f182eb1f5b 02-Feb-2011 Satyen Desai <sdesai@yahoo-inc.com>

Added workaround for widget destructor. May revert once/if calling Node.remove multiple times on the same Node instance, is resolved. Fixes #2529860, See #2529851. Also pulled the node removal out into a separate method, so behavior can be overridden in cases where the srcNode needs to be maintained.

98c1ab155c0e2148f69291b1abe1007c9d5a08e8 30-Apr-2010 Satyen Desai <sdesai@yahoo-inc.com>

Pulled in modified tests (names, no console) from 3.1.0+ branch

d3c5729464159cab52ada7ff4b6c26b91bd4dcb4 30-Apr-2010 Satyen Desai <sdesai@yahoo-inc.com>

Updated widget test case

5edf890115170a08e2060f946472ba4ce0a93e26 09-Apr-2010 Satyen Desai <sdesai@yahoo-inc.com>

Added test case for Widget cloning

0b9b9d3bda11c4468e6ebac4df222fdb89c9a7b8 05-Mar-2010 Satyen Desai <sdesai@yahoo-inc.com>

Added unit tests for destroy

4a5f24116202d9475862e022628fa2919d990842 05-Mar-2010 Satyen Desai <sdesai@yahoo-inc.com>

Fixed destroy before render. Fixes #2528678

d0a16c48f3477794c63f4ff3242dc20db6a49295 22-Feb-2010 Satyen Desai <sdesai@yahoo-inc.com>

tests cleanup (yui- to yui3-)

00cf03a1ca1624dac1fecc85f43fc34f8806aff9 14-Feb-2010 Luke Smith <lsmith@yahoo-inc.com>

Adding widget.getSkinName() to return "sam" when widget DOM inside <div class="yui3-skin-sam">. Added test suite Test.Case accordingly.