bootstrap-markdown icon indicating copy to clipboard operation
bootstrap-markdown copied to clipboard

data-hideable

Open klmdb opened this issue 9 years ago • 2 comments

when I enable this option, my textfield is hidden on blur, so I can't focus anymore to re-show the editor. Is this how it's supposed to be? I'd assume we want the editor to hide on blur and r-show on focus, restoring the textfield in between.

(btw. I get the same behaviour for the data-hideable="true" demo on your website)

klmdb avatar Mar 14 '15 13:03 klmdb

Same issue here.

davidklaw avatar Jul 28 '15 17:07 davidklaw

My first thought when reading the hideable option was that it would just hide the editor UI.

It appears to be applying {display: none} to the div.md-editor.

Is it meant to be applying {display: none} to the div.md-header (which is a child to div.md-header, and sibling to textarea.md-input ?

ericscheid avatar Jun 26 '17 09:06 ericscheid