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

Toolbar Insert picture open select file is invalid #80

Closed
yzijun opened this issue Jan 3, 2016 · 2 comments
Closed

Toolbar Insert picture open select file is invalid #80

yzijun opened this issue Jan 3, 2016 · 2 comments

Comments

@yzijun
Copy link

yzijun commented Jan 3, 2016

Version = '1.0.4'
When i click toolbar insert picture open select file is invalid.
This is code

<span class="btn btn-default" title="Insert picture (or just drag & drop)" id="pictureBtn"> 
<i class="fa fa-picture-o"></i>
<input class="imgUpload" type="file" data-role="magic-overlay" data-target="#pictureBtn" data-edit="insertImage" />
</span>

modified

<label class="btn btn-default" title="Insert picture (or just drag & drop)" for="pictureBtn">
<i class="fa fa-picture-o"></i>
<input class="imgUpload" type="file" accept="image/*" data-role="magic-overlay" id="pictureBtn" data-edit="insertImage" />
</label>

I'm sorry
My English so poor

@codewithtyler
Copy link
Contributor

Yes, we are aware of this.

PR #68 will fix this once it is merged.

@yzijun
Copy link
Author

yzijun commented Jan 3, 2016

@RandomlyKnighted thank you

@yzijun yzijun closed this as completed Jan 3, 2016
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