Erratic behaviour of zoom-level dropdown.
已回答
When adjusting the zoom level, a pop-up displays a list of percentage options. To provide a live preview, hovering over these options dynamically changes the UI zoom. However, this also affects the dropdown itself, causing it to jump erratically and hindering precise selection. This issue is particularly problematic in large projects due to longer UI redraw time. While attempts have been made to mitigate this by re-centering the dropdown on the hovered percentage, this approach fails if you move your mouse during re-draw and can also push the dropdown off-screen.
I have no immediate solution to this but it poses a nice opportunity for some UX expert to take a nice hot bath and reflect upon a better solution to this.
请先登录再写评论。
Also I would like to add that this is the first thing my non-idea blessed colleagues have to witness whenever i share screen with them. They laugh at me :(
local this is a known issue with the scenario when zoom is applied using the mouse. There's a ticket for that in our tracker that you might want to upvote, IJPL-56490.
As a workaround I can only suggest that you zoom using the keyboard - either from the Quick switch popup (Ctrl+Backtick) or invoke find action (Ctrl+Shift+A/Cmd+Shift+A on Win/Mac), select Zoom IDE there and then choose zoom value in the popup using Up/Down arrows.
Sorry for the inconvenience.