Bug #8655
Zones plugin: Thumbnail only becomes visible when handle is moved
100%
Description
The zones plugin initially does not show the thumbnail that allows to identify zones. - This only becomes visible when a change is made.
See also #8646
History
#1
Updated by Simon Spannagel almost 7 years ago
this is somehow different from #8646. while the latter one is clearly a bug this one here behaves as intended.
The problem is that you can't just display the zone system "thumbnail" but you have to process the picture to get these informations. So showing this all the time means having an additional plugin in pipe (and processing the pipe" without the need of the plugin for most of the time. So this is processed as soon as you enable the plugin (either by explicitely enable or by moving a control which enables the plugin as well) but not before.
#2
Updated by Richard Wonka almost 7 years ago
Thank you for clarification. I wasn't aware of the overhead involved. -
it might be nice to have a monochrome mock-thumbnail there when the plugin is opened, but that deserves almost no priority at all.
#3
Updated by Simon Spannagel almost 7 years ago
- Status changed from New to Fixed
hm, we would need to rpocess that b/w thumb, too...
:)