the mixin is now used to emit the events of the mixins. This is verified
by the testsuite. The testsuite needs a special treatment for the
object, because a missing image-file of the object would result in a 0x0
image size.
Depends on D8822
the mixin is now used to emit the events of the mixins. This is verified
by the testsuite. The testsuite needs a special treatment for the
object, because a missing image-file of the object would result in a 0x0
image size.
Depends on D8822
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Makes sense but is there any way to verify this manually (besides the spec testsuite)? I cannot find any example using Efl.Ui.Image :(
Okay, we cannot test zoomable right now. Zoomable is build in a way, that images are *sometimes* load with preload, which appear, to swallow and eat away the mouse events. However, for a user, this should not be a big problem, as this is a click which must have been within a few ms.