Closed
Bug 31112
Opened 25 years ago
Closed 19 years ago
Focus Grab problem: Moz-based Solaris webclient steals focus.
Categories
(Core Graveyard :: Java APIs to WebShell, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: edburns, Assigned: tim.miao)
References
Details
(Keywords: access, helpwanted)
Reproducible: ALWAYS
To reproduce:
1. Build and run webclient on Solaris.
2. Click in the URL text field and start typing, any text will do.
3. While typing, move the mouse into the web page area.
4. You'll find that the focus is stolen from the text field. This is a major
usability problem.
Just for kicks, adding the HELP_WANTED status word.
Whiteboard: HELP_WANTED
Updated•25 years ago
|
Status: NEW → ASSIGNED
Keywords: helpwanted
Whiteboard: HELP_WANTED
Comment 3•24 years ago
|
||
I have a simpler wrapper that wraps IE and an url text field has the same
problem. I don't think this is limited to mozilla, but rather a JTextField focus
bug.
The problem seem to be that even if the text field gets events, eg. a mouse
click to bring focus back to it, one has to select some other java component first.
Simply using a heavyweight TextField instead of a lightweight JTextField makes
the problem go away.
I hope that the new focus manager in jdk1.4 will solve this problem.
Comment 4•24 years ago
|
||
In Webclient we are using a heavyweight AWT component TextField and not the
Swing JTextField. We are seeing the problem because of the way Motif (peer
components on Solaris for Java AWT) interacts with the Gtk components in
Mozilla.
Comment 6•24 years ago
|
||
This bug still reproduced on Solaris 2.8 with nightly mozilla & webclient.
Add me to cc list.
Comment 7•23 years ago
|
||
Resummarizing, to more accurately dscribe problem
Summary: Focus Grab problem: Mozilla steals focus. → Focus Grab problem: Moz-based Solaris webclient steals focus.
Comment 8•19 years ago
|
||
Ed, still a problem?
Assignee: ashuk → joe.chou
Status: ASSIGNED → NEW
QA Contact: avm → webshell-apis
Comment 9•19 years ago
|
||
Is this still a problem? If so, please reassign to someone on your team, otherwise mark it WORKSFORME.
Assignee: joe.chou → tim.miao
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•