Request for review 7154062: [macosx] Mouse cursor isn't updated in applets (original) (raw)
Dmitry Cherepanov dmitry.cherepanov at oracle.com
Thu Apr 26 05:14:42 PDT 2012
- Previous message: OS X JRE 7u6-ea now on java.net
- Next message: Request for review 7154062: [macosx] Mouse cursor isn't updated in applets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: OS X JRE 7u6-ea now on java.net
- Next message: Request for review 7154062: [macosx] Mouse cursor isn't updated in applets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]