Submitted On 18-APR-2002
potel
A related problem is that if you bring up a pageDialog (or printDialog), then cover it with a different
application window, and then use bring your Java application back to the front using the task bar, the
pageDialog (or printDialog) remains hidden. Since the pageDialog (or printDialog) is modal, you are stuck
until you uncover it. Even if your main Java window isn't hidden by the other application window, you can't
click on it to make it active. A regular JDialog works properly in that you pass your parent window to the
modal JDialog and both come to the front when activated.
Submitted On 21-JUN-2002
weiqigao
I have observed this behavior again with
J2SE SDK 1.4.0 on Windows 2000 Pro.
Should I file a new bug report as this bug is already marked
closed?
--
Weiqi Gao
weiqigao@networkusa.net
Submitted On 27-JUN-2002
roosen
This bug is still present in JDK 1.4.0_01 on Windows 2000
Pro, NT 4.0, and XP. Please try again to reproduce this.
If you cannot, we'll be glad to reproduce it for you.
I suspect some code is just off-by-one in determining what
frame should get the focus after the system dialog is
dismissed.
It really gives Java-based applications a black eye to have
this kind of behavior going on.
Submitted On 16-JUL-2002
stephenmenke
I also am having the same problem with JDK 1.4.0_01 on
Windows 2000 Pro. How does a bug ever get reopened?
Submitted On 13-AUG-2002
tropperkeg
I am having the same problem and it is really upsetting my
customers to have this problem. Any news of a fix Sun???
Submitted On 26-SEP-2002
sbelsly
We are migrating from 1.3.0_02 to 1.3.1_04 versions of the
Java Plug-in to be on a supported platform and now this bug
shows up.
Submitted On 07-OCT-2002
oleg.sukhodolsky
This bug was closed as not reproducible because it's not reproducible in 1.4.1.
Submitted On 15-OCT-2002
reivilo1998
We have encountered the same problem with 1.3.1_04 on
W2000 and W98 and it is really upsetting our customers and
us by the same. It would be a good idea for Sun and the java
language to find a fix to this bug or a work around. Any news
about that ?
Submitted On 20-NOV-2002
jleefoster
Using 1.4 the first use does not have the error but following
uses do. This is closed as not reproducable - I can get it
every time (except the first, that is...).
Submitted On 18-MAY-2004
pimpf
This bug appears in version 1.4.2. too, I wonder why its
not repoducible? What the...? Maybe not in the code
mentionend above. Probably you shouldnt launch this
dialog from the event queue?!
Submitted On 16-JUN-2005
datacon
reproducible on windows 2000, java 1.42
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|