Closed
Bug 266827
Opened 21 years ago
Closed 20 years ago
Java applet lose focus
Categories
(Core Graveyard :: Java-Implemented Plugins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 160192
People
(Reporter: wizalex04, Assigned: blackconnect)
References
()
Details
Attachments
(5 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041026 Firefox/1.0RC1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041026 Firefox/1.0RC1
We have a problem to our site/forum.
A banner that refresh every minute, causes to lose focus on chat input field.
The cusror desapears from the input field and this brings more problems (the
backspace EXITS the chat - returns to login page etc etc).
This is not happent with IE, but we try to bring more and more to firefox, adn
now we have this...
Reproducible: Always
Steps to Reproduce:
1.Enter the chat (select Guest)
2.Go in the input field
3.Wait for a minute, then you will see that the banner refresh removes the
cursor from there...
Comment 1•21 years ago
|
||
Opening this page will show the bug.
1. Open the Java Console (Right click the java plugin tray icon, select Open
Console)
2. Click on the applet
3. When the iframe refreshes, the applet will lose focus. (See the event log in
the console)
Also, if an applet has got the focus and one changes to another application
(using Alt-Tab for instance), on return to mozilla/firefox the focus won't be
restored to the applet, one has to click into again.
Comment 2•21 years ago
|
||
additinal html file needed to demonstrate the bug (see applet.html)
Comment 3•21 years ago
|
||
additional file needed to demonstrate the bug (see applet.html)
Comment 4•21 years ago
|
||
source code for demonstrating the focus bug (see applet.html)
Comment 5•21 years ago
|
||
Component: JavaScript Console → General
Summary: Java applet loose focus → Java applet lose focus
Comment 6•20 years ago
|
||
*** This bug has been marked as a duplicate of 160192 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 7•16 years ago
|
||
See lostFocus.zip.
1. Run test.html, and click on upper left of page to give applet focus
2. Wait for applet to lose focus on when reloadomatic.html refreshes in one of the frames.
Comment 8•16 years ago
|
||
This issue is still occurring, provided attachment above to demonstrate.
![]() |
||
Updated•16 years ago
|
Assignee: bugs → nobody
QA Contact: error.console → general
![]() |
||
Updated•16 years ago
|
Assignee: nobody → blackconnect
Component: General → Java-Implemented Plugins
Product: Firefox → Core
QA Contact: general → blackconnect
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
•