Skip to content

taskmanager: Disable tooltips completely when groupDialog is visible

Fushan Wen requested to merge (removed):textual-list into master

Setting active property to false only makes the tooltip invisible, but setting enabled property to false can completely disable the tooltip from rendering.

This will bring some performance improvement for the textual list, because when hovering on items in the textual list, the tooltip will be still rendered without enabled: false.

CCBUG: 433907

Edited by Fushan Wen

Merge request reports