Closed
Bug 490444
Opened 17 years ago
Closed 7 years ago
GtkMozEmbed fails to handle focus removal from elements in an iframe or frame
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: phnixwxz, Unassigned)
Details
User-Agent: Mozilla/5.0 (Linux; U; en-US; rv:1.9.1.0) Gecko/20070309 Firefox/3.0.1
Build Identifier:
See steps to reproduce.
Reproducible: Always
Steps to Reproduce:
1. Run TestGtkEmbed (source under embedding/browser/gtk/tests).
2. Open a web page containing a frame in which there is a text input box.
3. Click the text input box to give it the focus.
4. Click the URL box of TestGtkEmbed.
Actual Results:
The text input box still looks like as focused: the caret still blinks, and the border still highlighted.
Expected Results:
GtkMozEmbed should correctly remove the focus of the text input box.
Use the following simple test case:
a.html:
<html>
<body>
<input size='10'/></br>
<iframe width='300' height='200' src='b.html'/>
</html>
b.html
<html>
<body>
in frame: <input size='10'/>
</html>
| Reporter | ||
Comment 1•17 years ago
|
||
P.S. This issue can be reproduced in Firefox-equivalent version 2.0, 3.0, and 3.5b4.
| Assignee | ||
Updated•14 years ago
|
Product: Core → Core Graveyard
Comment 2•7 years ago
|
||
Embedding: GTK Widget isn't a thing, closing.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•