- 
    Bug 
- 
    Resolution: Fixed
- 
     P2 P2
- 
    1.1_alpha, 1.1.4
- 
        1.1.5
- 
        generic, sparc
- 
        solaris_2.5
- 
        Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-2016122 | 1.2.0 | Xianfa Deng | P2 | Resolved | Fixed | 1.2 | 
                    - put lightweight component (LWC), right next to a heavyweight component (HWC)
(e.g. your LWC extends Component and a Canvas(or Button))
- a listener on the LWC will not receive a mouseExited event
when the mouse is moved into the HWC, but only after the mouse leaves
the Frame (or enters another LWC).
- example code is in /home/cotton/src/awtbug/MouseEventBug.java
java MouseEventBug
I added the example file as an attachment (not sure if that works or not)
            
(e.g. your LWC extends Component and a Canvas(or Button))
- a listener on the LWC will not receive a mouseExited event
when the mouse is moved into the HWC, but only after the mouse leaves
the Frame (or enters another LWC).
- example code is in /home/cotton/src/awtbug/MouseEventBug.java
java MouseEventBug
I added the example file as an attachment (not sure if that works or not)
- backported by
- 
                    JDK-2016122 MouseEvent MOUSE_EXITED, not being passed -           
- Resolved
 
-         
- relates to
- 
                    JDK-4062771 mouseExited event listener not consistent on win32 platform vs. solaris -           
- Closed
 
-