I'm running into a pretty significant issues with the ActionButton:

Its MouseArea has an implicitWidth of parent.width. Which means that my page 
will not receive any clicks at all in the horizontal band that includes the 
ActionButton - so if the ActionButton "floats" above a ListView, the bottom 
most entry in the ListView cannot be selected (unless it happens to be taller 
than the icon size).

The issue appears to be that onClicked ALWAYS accepts the event. Even though 
the onClicked code simply returns if the click wasn't on the button (the math 
for that was just recently fixed) - the ListView "behind" never receives a 
click.

/D
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to