Closed
Bug 355605
Opened 18 years ago
Closed 18 years ago
Password field in Java Applet does not react to keyboard events
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kodeordsfejl, Unassigned)
References
()
Details
Attachments
(1 file)
40.03 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; da; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; da; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Any Java Applet with an AWT TextField where setEchoChar is set, does not react to keyboard input at all. This worked fine in Firefox 1.5.0.6 and earlier, but is broken in 1.5.0.7 and 2.0 beta. I have tested on Mac OS X 10.4.7.
I have tested several Java applets in Firefox 2.0 beta and they all show the bug.
I have tested with Safari on the same machine (same Apple JVM 1.5.0_06 as before) and all applets work fine. Regular TextFields (with no echochar) works fine in both browsers.
Apologize for the incorrect user agent string above, but I'm writing this from my XP machine - far away from the mac.
Reproducible: Always
Steps to Reproduce:
1.go to https://www.portalbank.dk/0400/
2.try to type something in the field labeled "Adgangskode"
3.
Actual Results:
the password field (Adgangskode) remains empty
Expected Results:
a number of * corresponding to the length of the password
Reporter | ||
Comment 1•18 years ago
|
||
Correct useragent:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20060918 Firefox/2.0
Version: unspecified → 1.5.0.x Branch
When open URL, it crash...
Mac OS X 10.3.9
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061005 Minefield/3.0a1
Reporter | ||
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 3•18 years ago
|
||
We don't know which patch if any fixed this so the resolution that we use in this case is worksforme.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → WORKSFORME
Comment 4•18 years ago
|
||
It was bug 353160
You need to log in
before you can comment on or make changes to this bug.
Description
•