I'm currently facing an issue where I am attempting to include an editable area inside a dropzone, but for some reason, the editable area is not visible within the dropzone and the CSS classes are not being applied.
<a href="#" editable-text="user.name" onbeforesave='updateUser()'>Hello down</a>
You can see the problem in the fiddle link provided below. Any suggestions on how to fix this would be greatly appreciated.
Fiddle::