Hi Vladislav,
Usually we port fixes in the backward direction - fix an issue in the
current development release (JDK 8) first, and then port it to an update
for a previous release(s) if there's enough justification. This allows
your fix to be baked in the beta release for some time, to ensure no
regressions arise. Would that process work for this issue?
Also, at this time the JBS system is unavailable outside Oracle. Please
provide links to bugs at bugs.sun.com when posting on public mailing lists.
--
best regards,
Anthony
On 03/25/13 18:01, Vladislav Karnaukhov wrote:
Hello,
please review an initial version of the fix for 8010721.
This solution doesn't handle a situation when a modal dialog is shown.
In this case we should disable a menu bar' items. My fix doesn't do
this. I would welcome a suggestion on how we could track a window that
loses its "key" status.
I know that in jdk8 we track the last key window, however in jdk7 this
code is absent. Would it be feasible to introduce this code into jdk7?
The issue is reproducible in jdk8 too BTW, so definitely I'll forward
this fix into jdk8.
jira: https://jbs.oracle.com/bugs/browse/JDK-8010721
webrev: http://cr.openjdk.java.net/~vkarnauk/8010721/jdk7/webrev.00/
Regards,
- Vlad