Closed
Bug 253472
Opened 21 years ago
Closed 21 years ago
can't focus or type in input type=file
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: aaronlev)
References
(Blocks 1 open bug, )
Details
(Keywords: access, regression)
It is no longer possible to focus or type in the text input part of an input
with type=file. This is a regression between Linux nightlies
2004-07-24-07-trunk and 2004-07-25-07-trunk, i.e. in the interval
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=MozillaTinderboxAll&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2004-07-24+05%3A20&maxdate=2004-07-25+06%3A06&cvsroot=%2Fcvsroot
Steps to reproduce:
1. load http://bugzilla.mozilla.org/attachment.cgi?bugid=253472&action=enter
2. click in the text part of the file input (next to "File: ")
3. press the "/" key
4. click in the text part of the "Description: " text input
5. press shift-TAB
Actual results:
2. nothing
3. find as you type starts
5. "Bug 253472" is outlined (has focus)
Expected results:
2. blinking cursor in text part of file input
3. "/" appears in text part of file input
5. some part of file input is outlined (has focus)
Reporter | ||
Updated•21 years ago
|
Severity: normal → major
Assignee | ||
Comment 1•21 years ago
|
||
WFM at least on Windows in 7/28 build: Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.8a3) Gecko/20040728 Firefox/0.9.1+
Could be that one of my patches fixes it, such as bug 252984.
Assignee | ||
Updated•21 years ago
|
Assignee | ||
Comment 2•21 years ago
|
||
This is in fact fixed by my patch in bug 252984.
Assignee | ||
Comment 3•21 years ago
|
||
This is in fact fixed by my patch in bug 252984.
Depends on: 252984
Assignee | ||
Comment 4•21 years ago
|
||
Fixed by checkin of fix for bug 252984.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•