[ wxwindows-Bugs-1695820 ] OSX - FileDialog wildcard forces lowercase

SourceForge.net noreply at sourceforge.net
Tue Apr 10 09:41:03 PDT 2007


Bugs item #1695820, was opened at 2007-04-06 22:40
Message generated for change (Comment added) made by csomor
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1695820&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMac specific
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: iayork (iayork)
Assigned to: Stefan Csomor (csomor)
Summary: OSX - FileDialog wildcard forces lowercase

Initial Comment:
MacOS 10.4.9, Python 2.4, wx.Python 2.8.3.

In the "save" FileDialog, no matter how I try to include a default file extension, the extension is converted to lowercase.  I've tried upper- and mixed case in the wildcard, no wildcard, and removing the wildcard option altogether; in each case the file extension either isn't shown at all, or is shown and returned only in lowercase.  This is the case even if the default file name is included with an upper- or mixed-case extension. 

Example mini-script (FDExample.py) attached.

----------------------------------------------------------------------

>Comment By: Stefan Csomor (csomor)
Date: 2007-04-10 18:41

Message:
Logged In: YES 
user_id=81467
Originator: NO

fix committed to CVS HEAD

----------------------------------------------------------------------

Comment By: Stefan Csomor (csomor)
Date: 2007-04-10 07:48

Message:
Logged In: YES 
user_id=81467
Originator: NO

yes, very good point, even worse in this case also the matching code would
have to be changed to be case sensitiv, but only in that case, but I think
I'll leave that one. So I'll look at removing that and test whether this
has some other consequences ... ;-)

Thanks,

Stefan

----------------------------------------------------------------------

Comment By: Robin Dunn (robind)
Date: 2007-04-09 18:09

Message:
Logged In: YES 
user_id=53955
Originator: NO

But OSX can also support case sensitive file systems, so it could be an
issue in those cases.

----------------------------------------------------------------------

Comment By: iayork (iayork)
Date: 2007-04-08 22:13

Message:
Logged In: YES 
user_id=1763119
Originator: YES

<EM>does this give you a problem ?</EM>

It's not really a problem, no.  I wanted to use a mixed-case extension,
but not for a good reason (in fact I've forgotten why).

----------------------------------------------------------------------

Comment By: Stefan Csomor (csomor)
Date: 2007-04-08 17:41

Message:
Logged In: YES 
user_id=81467
Originator: NO

OSX is case insensitive, but all Apple apps use lowercase extensions, does
this give you a problem ?

Thanks,

STeafn

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1695820&group_id=9863




More information about the wx-dev mailing list