silverstripe-framework/admin
Mateusz Uzdowski b34aaca2e8 BUG Fix several issues around onmatch/onunmatch entwines.
1. Add missing _super calls.

2. Make UI widget destroys more consistent to avoid exceptions.
Selectable would throw an exception in the GridField.js if destroy
called from onunmatch - at that stage jQuery UI would have had called
the destroy already. Add a guard, and change to onremove, which triggers
before the element is removed from DOM.

3. DOM traversal fails after the element is removed from DOM.
Onunmatch triggers after the removal of the element from the DOM, which
makes DOM traversal fail. Use onremove instead, which triggers while the
element is still in DOM.
2014-07-17 14:14:52 +12:00
..
code Merge remote-tracking branch 'origin/3.0' into 3.1 2014-05-06 10:06:58 +12:00
css Tidy up active tab styles to match background, border alignment on page tabs. 2014-01-29 15:47:15 +13:00
images Dialog icon size 2013-12-21 16:11:06 +13:00
javascript BUG Fix several issues around onmatch/onunmatch entwines. 2014-07-17 14:14:52 +12:00
scss Tidy up active tab styles to match background, border alignment on page tabs. 2014-01-29 15:47:15 +13:00
templates Updated translation masters 2013-12-19 19:51:25 +01:00
tests Fixing failing tests because ?locale= is appended to the end of the URL. 2014-01-17 13:48:46 +13:00
thirdparty Updated history.js dependency 2013-03-20 00:46:32 +01:00
_config.php Fix: WYSIWYG now returns valid HTML in tables 2014-04-01 10:16:07 +13:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
config.rb Set default encoding for compass 2013-10-30 16:11:11 +00:00