Closed
Bug 115670
Opened 23 years ago
Closed 23 years ago
[FIX]Save As dialog displays filter twice for each file type
Categories
(Core Graveyard :: File Handling, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: bulbul, Assigned: bzbarsky)
Details
Attachments
(2 files)
16.52 KB,
image/png
|
Details | |
1.04 KB,
patch
|
bryner
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
When you open a Save As dialog now, each entry in the "Files of Type" drop-down
displays the filter twice, like this:
Web Page (complete) (*.htm; *.html) (*.htm; *.html)
Text File (*.txt) (*.txt)
What it should really look like is this:
Web Page (complete) (*.htm; *.html)
Text File (*.txt)
This is only the Save As dialog, not the Open dialog which has this bug.
I'm using Linux trunk build 2001-12-17-08. I'll attach a screenshot.
Reporter | ||
Comment 1•23 years ago
|
||
Confirming this with Linux trunk build 2001-12-21-08. Moving to File handling.
Assignee: hyatt → law
Status: UNCONFIRMED → NEW
Component: XP Toolkit/Widgets → File Handling
Ever confirmed: true
QA Contact: jrgm → sairuh
->bryner
Brian, this is either a quirk in the Linux file picker, or something that's
been fixed. It doesn't show up in the Win32 file picker.
Assignee: law → bryner
Reporter | ||
Comment 4•23 years ago
|
||
It's not fixed. I still see it using Linux trunk build 2002-01-19-06.
![]() |
Assignee | |
Comment 5•23 years ago
|
||
Tested on Linux, needs testing on Win to make sure it doesn't break things...
![]() |
Assignee | |
Comment 6•23 years ago
|
||
Got this tested on Win2k, and it works good over there too. Reviews?
![]() |
Assignee | |
Updated•23 years ago
|
Priority: P2 → P1
Summary: Save As dialog displays filter twice for each file type → [FIX]Save As dialog displays filter twice for each file type
Comment 7•23 years ago
|
||
Comment on attachment 66471 [details] [diff] [review]
Proposed patch
r=bryner
Attachment #66471 -
Flags: review+
Comment 8•23 years ago
|
||
Comment on attachment 66471 [details] [diff] [review]
Proposed patch
sr=jag
Attachment #66471 -
Flags: superreview+
![]() |
Assignee | |
Comment 9•23 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 10•23 years ago
|
||
vrfy'd fixed with 2002.07.23.06-1.0 comm branch bits on linux rh7.2.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•