Re: AWT Dev [8] Request for review: 7097771 setEnabled does not work for components in disabled containers.

2012-04-05 Thread Artem Ananiev
Hi, Sergey, the fix looks fine, however, please add more details about it to the bug evaluation and/or suggested fix. Thanks, Artem On 3/26/2012 6:24 PM, Sergey Bylokhov wrote: Hi Everyone, We should check container status before we set status of the component. This check was done during

Re: AWT Dev [8] Request for review: 7097771 setEnabled does not work for components in disabled containers.

2012-03-27 Thread Anthony Petrov
Hi Sergey, The fix looks good. -- best regards, Anthony On 3/26/2012 6:24 PM, Sergey Bylokhov wrote: Hi Everyone, We should check container status before we set status of the component. This check was done during initialization before, it was moved to setEnabled() method. Bug:

AWT Dev [8] Request for review: 7097771 setEnabled does not work for components in disabled containers.

2012-03-26 Thread Sergey Bylokhov
Hi Everyone, We should check container status before we set status of the component. This check was done during initialization before, it was moved to setEnabled() method. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7097771 Webrev can be found at: