frame now uses efl.ui.clickable, which ensures correct click emittion.
The click event is not needed in the event anymore. However, now
efl,action,press / efl,action,unpress is needed.
Depends on D8825
frame now uses efl.ui.clickable, which ensures correct click emittion.
The click event is not needed in the event anymore. However, now
efl,action,press / efl,action,unpress is needed.
Depends on D8825
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
data/elementary/themes/edc/efl/frame.edc | ||
---|---|---|
134–141 | This code was originally wrong and should have used an explicit click event. This new code is similarly wrong. |
Then you have to specify what you meant, before this directly emitted the clicked event. This is now not anymore the case, press and unpress is done from here, and according to that the clicked event is emitted (if there was no moving out). So right now, this works correctly afaics.