Sign In|Join
Home/Silverlight.NET Forums/General Silverlight Programming/Report a Silverlight Bug/OpenFileDialog does not work on the Mac
Last post Dec 08, 2008 07:58 PM by bkejser
Member
6 Points
32 Posts
Dec 05, 2008 09:40 PM | LINK
Hi
If I set the Filter property of the OpenFileDialog class to "*.dmg" and use Firefox on the Mac, only dmg files with a single period are selectable.
For example,
The following files could be selected.
abc.dmg xyz.dmg a b c.dmg
The following files could not be selected.
abc.a.dmg z.y.z.dmg a.b.c.dmg
If I use Safari on the Mac, nothing is selectable.
111 Points
25 Posts
Microsoft
Dec 08, 2008 07:27 PM | LINK
We've verified that we can reproduce this issue, thanks for reporting! We've filed a bug in our database and should be able to release a fix in a future release.
Thanks!
Vijay
Dec 08, 2008 07:58 PM | LINK
Thanks
bkejser
Member
6 Points
32 Posts
OpenFileDialog does not work on the Mac
Dec 05, 2008 09:40 PM | LINK
Hi
If I set the Filter property of the OpenFileDialog class to "*.dmg" and use Firefox on the Mac, only dmg files with a single period are selectable.
For example,
The following files could be selected.
abc.dmg
xyz.dmg
a b c.dmg
The following files could not be selected.
abc.a.dmg
z.y.z.dmg
a.b.c.dmg
If I use Safari on the Mac, nothing is selectable.
vijaydevatha
Member
111 Points
25 Posts
Microsoft
Re: OpenFileDialog does not work on the Mac
Dec 08, 2008 07:27 PM | LINK
We've verified that we can reproduce this issue, thanks for reporting! We've filed a bug in our database and should be able to release a fix in a future release.
Thanks!
Vijay
Silverlight team (Microsoft)
bkejser
Member
6 Points
32 Posts
Re: OpenFileDialog does not work on the Mac
Dec 08, 2008 07:58 PM | LINK
Thanks