Closed
Bug 517819
Opened 14 years ago
Closed 14 years ago
unknownContentType.xul download dialog has type of file selected
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | .2-fixed |
People
(Reporter: tnikkel, Assigned: enndeakin)
References
()
Details
(Keywords: polish, regression, verified1.9.2)
Attachments
(1 file)
4.76 KB,
patch
|
neil
:
review+
beltzner
:
approval1.9.2.2+
|
Details | Diff | Splinter Review |
The unknownContentType.xul download dialog has the type of file selected (ie 'Binary file'). This happens for example when clicking on the first putty.exe download link in the URL. Bug 178324 caused the file type to have a visible cursor. Bug 508477 caused the whole field to be selected.
Assignee | ||
Comment 3•14 years ago
|
||
This bug is caused because there is a <textbox id="type" class="plain" readonly="true" flex="1"/> at the top of the dialog and the code which sets initial focus finds it first. The solution is to do something like bug 513186 but handle textboxes as well (tricker as textbox.inputField is actually focused). Or, we could just take the part of the second patch in that bug that fixes this as well.
Assignee | ||
Comment 4•14 years ago
|
||
Updated•14 years ago
|
Attachment #406055 -
Flags: review?(neil) → review+
Assignee | ||
Comment 5•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/d6a03e3e6e6f
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Comment 7•14 years ago
|
||
Comment on attachment 406055 [details] [diff] [review] set noinitialfocus on the textbox and inherit it a192=beltzner, Neil, could you check this in?
Attachment #406055 -
Flags: approval1.9.2+
1.9.2 approval for this expires at the end of the day (15 Dec) due to code freeze plans -- please land as soon as possible; if it bounces, it bounces hard.
Comment 9•14 years ago
|
||
Comment on attachment 406055 [details] [diff] [review] set noinitialfocus on the textbox and inherit it I guess this missed the cut-off. Kind of disappointing.
Attachment #406055 -
Flags: approval1.9.2+ → approval1.9.2.1?
With Neil away until the 17th, can we get someone else to land this in the 1.9.2 branch for final?
Comment 11•14 years ago
|
||
It would need approval first.
Is there a separate fix needed for Mac? This still happens with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a2pre) Gecko/20100223 Minefield/3.7a2pre.
Comment 13•14 years ago
|
||
Comment on attachment 406055 [details] [diff] [review] set noinitialfocus on the textbox and inherit it a1922=beltzner Stephend - do you mean it's not fixed on OSX on 3.6 or trunk?
Attachment #406055 -
Flags: approval1.9.2.2? → approval1.9.2.2+
(In reply to comment #13) > (From update of attachment 406055 [details] [diff] [review]) > a1922=beltzner > > Stephend - do you mean it's not fixed on OSX on 3.6 or trunk? Both.
Comment 15•14 years ago
|
||
As per comment 12. Neil, I'll leave it to you if you want to open a different bug for OSX or if you want to just make it part of this one.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 16•14 years ago
|
||
The patch wasn't platform-specific, so if this is still a problem on OS X (I can't reproduce), it should be filed as a new bug.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
(In reply to comment #16) > The patch wasn't platform-specific, so if this is still a problem on OS X (I > can't reproduce), it should be filed as a new bug. I just reopened bug 520449, which was duped to this.
Assignee | ||
Comment 18•14 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/110a1591e7d1
status1.9.2:
--- → .2-fixed
Comment 19•14 years ago
|
||
Verified fixed on 1.9.2 with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 (.NET CLR 3.5.30729)
Keywords: verified1.9.2
Target Milestone: --- → mozilla1.9.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•