Closed
Bug 226100
Opened 22 years ago
Closed 20 years ago
JSlider reacts to clicks outside its area
Categories
(Camino Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chenrich, Assigned: mikepinkerton)
References
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030306 Camino/0.7
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030306 Camino/0.7
After the slider is moved by a click in its own area, it wrongly responds to a
mouse click in other areas.
Reproducible: Always
Steps to Reproduce:
1. Build an applet using Project Builder, and the attached Java class.
2. Run the applet using the attached HTML file.
3. Click once near the slider, to move it up or down.
4. Click on "PushMe", and watch what happens to the slider.
Actual Results:
The slider will move up or down depending on exactly where "PushMe" was clicked.
This behavior will NOT be repeated until the slider is moved once more by a
click in its own area.
Expected Results:
The slider should have responded to clicks in its own area but not to clicks on
other objects.
OS 10.2.8, Developr kit of December 2002.
I have obtained the expected results runnin the applet with appletviewer, Safari
0.1, iCab 10.1, and Internet Explorer 5.2.3.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Target Milestone: --- → Camino0.9
Chris, any chance you can attach a compiled version for easier testing? Does
this also occur using Mozilla?
I can reproduce this in Camino 0.8.1. Can't reproduce it in Safari. Can't
reproduce it in Firefox 0.9.3. Its our problem.
BTW - basically none of the applets work unless I remove "MRJPlugin.plugin",
"JavaEmbeddingPlugin.bundle", and "Java Applet Plugin Enable" from my
/Library/Internet Plug-ins folder...
Comment 5•21 years ago
|
||
Did the recent embed/applet focus fixes help here?
Comment 6•21 years ago
|
||
I just tried this applet (built in Project Builder as per the
instructions) with Camino 0.8.2 and Java Embedding Plugin 0.8.9 on OS
X 10.3.7 with Java 1.4.2 Update 2 -- I had no problems.
Comment 7•21 years ago
|
||
Likewise on OS X 10.2.8 with Java 1.4.1.
Fixed by bundling the Java Embedding Plugin with Camino (nightly builds 20050729
and later), bug 301076.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•