Opened 15 years ago
Closed 15 years ago
#1202 closed defect (fixed)
Maestro: UI performance when hovering over tabs
Reported by: | jbirch | Owned by: | ksgeograf |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
There is a bit of a weird glitch in the Maestro UI. If you click on a tab and then hover over it while waiting for the resource editor to repaint, the repaint is painfully slow. This occurs for both the XML editor and the custom editors. It appears that the UI is giving priority to refreshing the tab's maptip or something like that, since the maptip keeps flashing.
Moving the mouse pointer away from the tab bar after clicking on a new tab causes the UI to refresh almost instantaneously. This isn't a big deal if you know to move your mouse away from the tab after clicking on it, but for the longest time I just thought the repaint was intrinsically slow.
Fixed with r4467.
Yes, I had noticed it, but then forgotten it again. It seems to be caused by setting the tooltip repeatedly (duplicate mouse move events).