silverstripe-framework/admin
Mateusz Uzdowski 1edfeefbdd BUG Remove extraneous layout calls.
Remove .layout() calls on redraw. It's unnessecary and means layout
actually gets triggered multiple times, making resizing very slow.
This was a hack to fix the positioning of ajax-replaced elements.

The problem is jLayout does not track replaced elements. We have
to trigger layout algorithm manually on the parents of the replaced DOM
so it can update internal structures and do the re-layout.

Relayouting only needed 3 levels down.
2012-12-10 17:51:35 +01:00
..
code NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
css NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
images NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
javascript BUG Remove extraneous layout calls. 2012-12-10 17:51:35 +01:00
scss NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
templates NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
tests FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
thirdparty NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 17:51:35 +01:00
_config.php BUG Video embed from Add Media Feature no longer works (open #8033) 2012-11-15 15:49:03 +13:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
config.rb MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver 2011-12-20 17:46:43 +01:00