Bug 17509 - Control.setCapture is not working properly on Motif
Summary: Control.setCapture is not working properly on Motif
Status: RESOLVED DUPLICATE of bug 19430
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-Motif
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-23 17:03 EDT by Randy Hudson CLA
Modified: 2002-06-21 11:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2002-05-23 17:03:38 EDT
We have implemented popup labels on rollover for items that appear truncated.  
When the popups appear, they should get a mouse enter, but they might not if 
the user's next mouse location is not inside the original truncated object.

So, to be sure we setCapture() on the Shell that is popped up, so that it is 
guaranteed to get a mouse move, which we then check to see if the mouse is 
still inside the Shell.  This is not working on Motif and the Shell never gets 
a mouse move or mouse exit event, leaving the popup on the screen.
Comment 1 Mike Wilson CLA 2002-05-24 09:17:14 EDT
Randy please fill in the OS field. We've got four different (and yes, they are 
different) Motif versions.
Comment 2 Veronika Irvine CLA 2002-06-21 11:30:38 EDT

*** This bug has been marked as a duplicate of 19430 ***