Anonymous | Login | 03-02-2021 01:57 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0005673 | [Squeak] Files | major | always | 12-26-06 01:25 | 12-26-06 01:25 | |||||||
Reporter | brad | View Status | public | |||||||||
Assigned To | cdegroot | |||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | 3.9 | |||||||||
Summary | 0005673: FileList2 fails to return proper filename from FTP server (local files OK) | |||||||||||
Description |
in this method: MPEGDisplayMorph>>openMPEGFile | result | result := (FileList2 modalFileSelectorForSuffixes: #('mp3' 'mpg' 'mpeg' 'jmv')) . result ifNil: [^ self]. self stopPlaying. self openFileNamed: (result fullName). result is a complete RemoteFileStream, but the last line (result fullName) results in MNU when trying to access an MP3 file from an FTP server. When accessing an MP3 file from Local there is no problem. Always Repeatable. |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
34 total queries executed. 27 unique queries executed. |