TomodomoCo / total-slider

A WordPress plugin for creating, editing and removing ‘slides’ with text and images (for a homepage, for example).
GNU General Public License v2.0
7 stars 2 forks source link

Flash of content while editing slides #24

Open chrisvanpatten opened 12 years ago

chrisvanpatten commented 12 years ago

I know for 1.1 this probably isn't an option, but the current method of reloading the slide object on every keystroke, while functional, is rather... let's say "flashy".

I think this will be a decent stop-gap (and in the interest of launching "true" WYSIWYG, very worth it) however I think we will need to migrate to a different solution in the future to maintain a high level of user experience.

I'm tagging this for 1.2, but personally would be very happy to see this in a point release as well :)

chrisvanpatten commented 12 years ago

I also didn't notice this earlier, but there are occasional problems with HTML entities as well. I'm not positive these two are related, but I'd rather not create a new issue until I know one way other the other.

chrisvanpatten commented 12 years ago

I've noticed that the flash of content only happens when there is a background image loaded. Presumably, reloading the DOM element w/o background image is less intensive in some way and the browser is able to repaint faster?

chrisvanpatten commented 12 years ago

Just adding to this, it only appears to happen when the background-size CSS property is set. Presumably the resizing of the background image is actually the slow part.