Closed
Bug 322672
Opened 20 years ago
Closed 20 years ago
Invisible caret after a focus via Javascript
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
DUPLICATE
of bug 246576
People
(Reporter: faden, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
637 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8) Gecko/20051111 Firefox/1.5
See this file... When the focus() function is lauched on the "ref" element the cursor become invisible.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-ch" lang="fr-ch">
<head>
<title>Focus testCase bug</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>Focus testCase1</h1>
<form method="post" action=".">
<fieldset>
<legend>My form</legend>
<input type="text" name="a" id="ref" />
<input type="text" name="b" onblur="document.getElementById('ref').focus();" />
<input type="button" />
</fieldset>
</form>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1. Press the tab button
2. Press the tab button again
3. The cursor is ivisible ...
Actual Results:
The cursor is ivisible
Expected Results:
The cursor as to be visible
Updated•20 years ago
|
Component: General → Layout: Form Controls
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout.form-controls
Version: unspecified → Trunk
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 246576 ***
*** This bug has been marked as a duplicate of 246576 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Summary: Invivible cursor after a focus via Javascript → Invisible caret after a focus via Javascript
You need to log in
before you can comment on or make changes to this bug.
Description
•