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

Browse button does not work second time #80

Open
csetera opened this issue Sep 1, 2016 · 3 comments
Open

Browse button does not work second time #80

csetera opened this issue Sep 1, 2016 · 3 comments

Comments

@csetera
Copy link

csetera commented Sep 1, 2016

We have built a UI around this component that shows a nice upload progress bar during upload that replaces the text and Browse files button during upload. When transitioning back to the state to allow uploads and Browse, the Browse button will no longer accept a click. That appears to be related to http://stackoverflow.com/questions/26896873/plupload-select-files-button-doesnt-work-when-it-is-inside-a-bootstrap-modal . I've attempted to wrap the button in an Ember component and "refresh" the queue object provided by pl-uploader on didInsertElement. However, that doesn't seem to do any good. I'm not sure if that is the right object to refresh or if there is something else I'm missing.

Can you offer any thoughts on how to work around this problem with plupload in an Ember environment?

@tim-evans
Copy link
Collaborator

Hmm. It seems like what you may have is the overlay not being placed correctly over the button.

@csetera
Copy link
Author

csetera commented Sep 2, 2016

Any thoughts on how to resolve? Given that it works the first time versus the second, it doesn't seem like anything we are directly controlling

@csetera
Copy link
Author

csetera commented Oct 30, 2017

Checking in on this to see if you have any other ideas for us to try at this time?

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

No branches or pull requests

2 participants