fix: prevent bundles from being selected in <input file="type"> open file dialog (macOS)#13220
Merged
fix: prevent bundles from being selected in <input file="type"> open file dialog (macOS)#13220
Conversation
Member
|
I believe it is intended behavior for them to be selectable, for example in Chrome when you select a |
Contributor
Author
|
@MarshallOfSound While that would be nice to have, I don’t have time to do it. Feel free to pick it up :) I suggest mitigating the current broken behavior for now. |
Member
I'm 👍 on that, let's patch out the broken behavior and look into getting the optimum behavior later. Would like a second ✅ before merging. |
MarshallOfSound
approved these changes
Jun 12, 2018
Member
|
Related #8948 |
Contributor
Author
|
Does it make sense to backport the fix to the release branches? |
Member
|
hey @miniak would you mind starting to use semantic PR titles? thanks :) |
Contributor
Author
|
@codebytere I will keep that in mind next time :) |
miniak
added a commit
that referenced
this pull request
Jun 18, 2018
miniak
added a commit
that referenced
this pull request
Jun 18, 2018
ckerr
pushed a commit
that referenced
this pull request
Jun 18, 2018
ckerr
pushed a commit
that referenced
this pull request
Jun 18, 2018
This was referenced Sep 19, 2018
3 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #13219
Another option is to use
NSOpenSavePanelDelegateand don't allow bundles to be selected: