Submitted On 27-MAR-2001
ceckt
I have same(similer?) problem on JDK1.2.2_007.
JPanel parent = new JPanel();
JPanel p = new JPanel();
p.setTooltipText("text");
p.addMouseListener(mouseListener);
parend.add(p);
1.mouse moved on JPanel.
2.donot wait and click on JPanel.
3.CPU used 100% 2-3 second.
4.JPanel#mouseClicked() isnot called.
BUT!
1.mouse moved on JPanel.
2.wait for Tooltip shown and disapear.
3.click on JPanel
4.JPanel#mouseClicked() is called.
Submitted On 12-SEP-2001
rdhull
It is not just MouseMotion events that are not propogated
to the underlying panel - the same is true for all mouse
events.
Submitted On 26-JUN-2002
rakeshkchoudhary
My GOD! No action/progress since last 15 months.
Submitted On 26-JUL-2002
adilaliasghar
Well i have checked it out on my 1.3 on windows NT 4.0
server it works fine.
Submitted On 25-JUL-2003
Delaporte
I got the same trouble with JDK 1.4.1_02-b06.
Submitted On 07-AUG-2003
kgertsen
This is a real annoyance. Anyone have a workaround for
passing a mouse click to the label's parent?
Submitted On 17-SEP-2003
rgc3679
I'm having the same problem - mouse events stop after a
setToolTipText() on a JLabel.
I voted!
Submitted On 15-DEC-2003
easdown
I too am having the same problem with 1.3.1-b24.
Peter
Submitted On 12-JAN-2005
PirolA
I need a workaround for this problem, any ideas? I could not wait other 3 years... ;)
Submitted On 15-FEB-2005
xiarcel
I have noticed this too..
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|