Bug 188415 - Task list tooltips display incorrectly on un-aligned monitors.
Summary: Task list tooltips display incorrectly on un-aligned monitors.
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P4 minor (vote)
Target Milestone: ---   Edit
Assignee: Leo Dos Santos CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-05-22 13:59 EDT by Leo Dos Santos CLA
Modified: 2007-06-04 20:15 EDT (History)
1 user (show)

See Also:


Attachments
ToolTips patch (1.12 KB, patch)
2007-05-30 20:05 EDT, Leo Dos Santos CLA
no flags Details | Diff
mylar/context/zip (1.01 KB, application/octet-stream)
2007-05-30 20:05 EDT, Leo Dos Santos CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Dos Santos CLA 2007-05-22 13:59:39 EDT
My setup has my laptop as the primary monitor and sitting diagonally from my secondary monitor. When I'm running Mylar on the secondary monitor and hover over the task list, the tooltip appears near the bottom of the screen, more or less aligned with the top of the laptop's screen. I'm guessing Mylar is grabbing the height coordinates from the primary monitor instead of the monitor the task list is in.
Comment 1 Leo Dos Santos CLA 2007-05-30 20:05:57 EDT
Created attachment 69427 [details]
ToolTips patch

This is the same idea as the X-axis bug I worked on previously. Basically the Tooltip just needs to know if it's entirely within the Y-bounds of the monitor it's in, and adjust itself if it's not. The Min/Max approach that was being used isn't really efffective when dealing with multiple monitors.
Comment 2 Leo Dos Santos CLA 2007-05-30 20:05:59 EDT
Created attachment 69428 [details]
mylar/context/zip
Comment 3 Mik Kersten CLA 2007-06-01 12:38:11 EDT
Rob: I assume you'll apply.
Comment 4 Mik Kersten CLA 2007-06-04 20:15:35 EDT
Patch applied, thanks Leo.