This makes it easier to see what item the menu or popup is for.
In fact, the item should have stayed highlighted when the context menu is open but this was broken.
Also, for consistency, use the hover effect also for the group dialog (it used to be the "active" task).
Details
Details
- Reviewers
hein - Group Reviewers
Plasma - Commits
- R119:72f5d68657af: [Task Manager] Keep entry highlighted when context menu or group dialog is open
This is a Plasma/5.8 branch version of D5255
Diff Detail
Diff Detail
- Repository
- R119 Plasma Desktop
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
applets/taskmanager/package/contents/ui/Task.qml | ||
---|---|---|
107 | It's interesting to me, what's the problem here? |
applets/taskmanager/package/contents/ui/Task.qml | ||
---|---|---|
107 | The line per se is fine but I need to keep a reference to the contextMenu in the property QtObject contextMenu or else the other places which do task.contextMenu.visualParent ... don't work |