EVALUATION
Current version: http://cr.openjdk.java.net/~ant/7124430/webrev.3/
Contains a fix to a "click to another frame's title" scenario along with adding it to the reg test.
|
|
|
SUGGESTED FIX
reg test: test/java/awt/Window/Grab/GrabTest.java
risk: low
macosx only changes
|
|
|
EVALUATION
The statement that it's not possible to catch mouse clicks in frame's title appeared to be wrong. See the Comments section.
The updated webrev with -[NSWindow sendEvent:] overriden:
webrev: http://cr.openjdk.java.net/~ant/7124430/webrev.1/
|
|
|
EVALUATION
The cases mentioned in the UngrabEvent class description is implemented. Though, cocoa doesn't provide API to track mouse events happend on a frame's title, so this case is not covered.
webrev: http://cr.openjdk.java.net/~ant/7124430/webrev.1/
|
|
|
EVALUATION
A link to some focus discussion of the title bar issue:
http://www.cocoabuilder.com/archive/cocoa/6725-catching-mousedown-in-an-nswindow-titlebar.html
|
|
|
EVALUATION
Author: Artem Ananiev Date: 16/May/11 07:57 AM
Not a blocker issue, lowering priority to Major.
|
|
|