Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VistaSaveFileDialog’s FilterIndex Does Not Reflect User’s Selection in Ookii Dialogs #192

Open
chloewxrn opened this issue Oct 30, 2024 · 0 comments

Comments

@chloewxrn
Copy link

The FilterIndex property of VistaSaveFileDialog in the Ookii Dialogs library is not being updated to reflect the user’s selection in the file type dropdown. Despite changing the file format from the filter options in the dialog, the FilterIndex value remains the same as initially set, rather than reflecting the user’s final choice.

Expected Behavior
The FilterIndex should reflect the file type selected by the user in the dropdown (e.g., if the user selects "Word Documents (*.docx)", FilterIndex should correspond to that file type).

Actual Behavior
The FilterIndex is not updated and remains the same as it was before the user made their selection in the dialog.

Environment
.NET Framework: .NET 8.0 / .NET 4.8

*Side note: Also tested with MS Build SaveFileDialog and their FilterIndex is working fine.
OokiiSaveFileDialog.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant