[8] Request for review: 7154516 [macosx] Popup menus have no visible borders (original) (raw)
Sergey Bylokhov Sergey.Bylokhov at oracle.com
Mon Nov 26 10:51:40 PST 2012
- Previous message: [OpenJDK 2D-Dev] [8] Request for review: 7124219 [macosx] Unable to draw images to fullscreen
- Next message: [8] Request for review: 8002308 : [macosx] 7198229 should be applied to the user action only
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi. Please review the fix for 8002308 : [macosx] 7198229 should be applied to the user action only setBounds/setSize can cause StackOverflow in case of the considerable loading. It occurs when the system doesn't change the size of a window quickly and a large number of loops collects, because our setBounds method is asynchronous. Note that when the user changes the size of a window, system doesn't send a new event while previous event isn't processed.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8002308 Webrev can be found at: http://cr.openjdk.java.net/~serb/8002308/webrev.00/
-- Best regards, Sergey.
- Previous message: [OpenJDK 2D-Dev] [8] Request for review: 7124219 [macosx] Unable to draw images to fullscreen
- Next message: [8] Request for review: 8002308 : [macosx] 7198229 should be applied to the user action only
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]