Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@manuelmoreale
Copy link
Contributor

The current implementation has the entire WYSIWYG editor wrapped inside a label.
This is causing some problems because since the label has no for attribute every time a user clicks anywhere in the field the click automatically triggers the media uploader modal since the media button is the first actionable input inside the filed.
So we can either add a for attribute or, as I've done in the pull, wrap only the span with the title inside the label.

@aristath
Copy link
Contributor

aristath commented Apr 8, 2016

good catch!
Merged.

@aristath aristath merged commit 98d1451 into themeum:develop Apr 8, 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

Successfully merging this pull request may close these issues.

2 participants