Closed
Bug 149763
Opened 22 years ago
Closed 19 years ago
Java: the 'enable middle button' not active after clicking on the 'Disable middle button'
Categories
(Camino Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: pmac, Assigned: beard)
References
()
Details
Mac OS 10.1.4 (build: 2002-06-04-05-trunk)
1. Go to this url below here to download the MRJplugin.
http://homepage.mac.com/pcbeard/MRJPlugin/MRJPlugin_for_Chimera.dmg.gz
2. You'll have to install it in ~/.mozilla/plugins for now.
3. You have to create the folder. Here's how:
cd ~/.mozilla
mkdir plugins
open plugins
This will open the folder so you can drag it in.
Do all of this from the terminal.
4. Click on this url:
http://java.sun.com/docs/books/tutorial/uiswing/start/AppletDemo.html
5.Notice the 'enable middle button' not active after clicking on the 'Disable
middle button'
Comment 2•22 years ago
|
||
Tested with 2002-07-01-05-trunk, and the problem seems to have disappeared, but
there is some really wierd behavior in the clicking of buttons. The first click
on a button is not recognized (have to double click in order to activate). With
the middle button active, clicking once does nothing, but every subsequent click
works.
Updated•22 years ago
|
Summary: The 'enable middle button' not active after clicking on the 'Disable middle button' → Java: the 'enable middle button' not active after clicking on the 'Disable middle button'
Assignee | ||
Comment 4•22 years ago
|
||
There are many problems with clicking in the mach-o plugin. Most of these have
to do with our having to hand generate carbon events. I'm hoping Apple will help
us with some code samples.
Status: NEW → ASSIGNED
Comment 5•22 years ago
|
||
Works for me using the 2002-11-05-04 NB. Tested under 10.2.1 and 10.1.5.
Comment 6•21 years ago
|
||
As of Camino 2003081102, the first click on the button is still ignored. (But the original problem is
gone.) The applet seems to lose focus (or whatever the correct term is for an applet being able to
receive mouse events) after a button is pressed, and clicking anywhere inside the applet area
restores the focus. The next click can be received by the buttons.
Comment 7•19 years ago
|
||
We're no longer using the MRJplugin.
WONTFIXing.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•