History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17027
Type: Bug Bug
Status: Open Open
Assignee: Kirill Kalishev
Reporter: Brendon McLean
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Mac OS X: Scrollable tooltips cannot be scrolled

Created: 31 Jan 08 15:09   Updated: 16 Feb 08 18:05
Component/s: Code Navigation

Environment: Mac OS X 10.4.11 - Java 1.5.0_13-121

Build: 7,656
Severity: Medium


 Description  « Hide
Scrollable tooltips are the coolest feature in IDEA since Ctrl-Click (for me). Unfortunately they don't work properly on Mac OS X. Hovering the mouse over a large string pops up the tooltip pane with a scrollbar, but any movement will cause the tooltip to disappear. Hence you can't scroll.

I'm going to guess at what is going wrong here. I think perhaps the popup is one-pixel away from the mouse cursor's hotspot. And that the very first movement of the mouse cursor fails the "isCursorInsideTooltip" test. Perhaps place that popup at (currentX -1, currentY - 1) and maybe that will fix the problem?



 All   Comments   Work Log   Change History      Sort Order:
Brendon McLean - 16 Feb 08 18:05
In addition to being unable to scroll, sometimes the popup is 1 pixel high (but the correct width).