Request for review 7154062: [macosx] Mouse cursor isn't updated in applets (original) (raw)
Anthony Petrov anthony.petrov at oracle.com
Thu Apr 26 06:47:53 PDT 2012
- Previous message: Request for review 7154062: [macosx] Mouse cursor isn't updated in applets
- Next message: Request for review 7154062: [macosx] Mouse cursor isn't updated in applets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks fine to me.
-- best regards, Anthony
On 04/26/12 16:14, Dmitry Cherepanov wrote:
http://cr.openjdk.java.net/~dcherepanov/7154062/webrev.0/
Here's a patch for the issue with cursor in applets. The cause of the issue is that -[NSCursor set] doesn't update cursor when application isn't the active application. The fix starts using new method -javaSetAllowsCursorSetInBackground: (introduced in the latest developer package) to allow cursor changes in applets. Thanks, Dmitry
- Previous message: Request for review 7154062: [macosx] Mouse cursor isn't updated in applets
- Next message: Request for review 7154062: [macosx] Mouse cursor isn't updated in applets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]