Open
Conversation
|
Just a heads up, this is still occurring in Chrome Version 59.0.3071.115 (Official Build) (64-bit), even with this patch applied. Here is one example with the bug emphasized with an alert box: To reproduce: select a file, open it, select a file a second time. Note that the alert prompt will be displayed before the open file prompt (which will still open over the alert). |
Author
|
It looks like that will also go away once this patch is applied. I am still waiting for the owner of this library to accept the pull request. |
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.
ngf-select is triggering file change twice in IE11 and this is making my model null.
I know there was fix done in previous version by checking if the fileList is null in changeFn function but in my case, the list is not null but it was empty. This result in nullifying my file object.