Closed Bug 77761 Opened 25 years ago Closed 25 years ago

Files must have an extension to be seen by open dialog

Categories

(Core :: XUL, defect, P1)

PowerPC
Mac System 9.x
defect

Tracking

()

VERIFIED FIXED
mozilla0.9.1

People

(Reporter: mikepinkerton, Assigned: mikepinkerton)

Details

if a file has a valid file type, but no extension, the file picker dialog ignores it. i'm not sure why we're not mapping file extensions to types and using that in addition to the extension.
taking
Assignee: trudelle → pinkerton
Keywords: nsbeta1
Priority: -- → P1
Target Milestone: --- → mozilla0.9.1
we weren't always hitting the IC mappings because we were only looking for *.txt, and 9.0.4 doesn't have .txt, only .text. fix is to add both: Index: mozilla/xpfe/components/filepicker/res/locale/en-US/filepicker.properties =================================================================== RCS file: /m/pub/mozilla/xpfe/components/filepicker/res/locale/en-US/ filepicker.properties,v retrieving revision 1.10 diff -u -2 -r1.10 filepicker.properties --- filepicker.properties 2001/04/17 01:58:00 1.10 +++ filepicker.properties 2001/04/26 23:35:31 @@ -6,5 +6,5 @@ htmlFilter=*.html; *.htm; *.shtml; *.xhtml textTitle=Text Files -textFilter=*.txt +textFilter=*.txt; *.text imageTitle=Image Files imageFilter=*.png; *.gif; *.jpeg; *.jpg
Status: NEW → ASSIGNED
*.text isn't really a standard Windows extension, but we can live with it. r=blake
sr=sfraser. We should really have the installer vet IC settings.
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
verified fixed branch and trunk 06/05 macos9.0
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.