I have no idea where this one comes from, or what is triggering the issue, but it is easy observable in the PackageKit gadget.
When the gadget is placed in a shelve it works as expected, but when on a bryce a call to evas_object_hide is not working
This is in an old shelve:
And this inside a bryce:
As you can see there is a visible progressbar in the second shoot, it should instead be hidden.
The code that generate the 2 gadget is exactly the same, I have no idea why this is happening.
You can see the code here: https://git.enlightenment.org/core/enlightenment.git/tree/src/modules/packagekit/e_mod_packagekit.c
the 2 relevant functions are packagekit_popup_new() and packagekit_popup_update(),
for what I can say the evas_object_hide(inst->popup_progressbar) call on line 264 is ignored when inside a bryce...