sofish / pen

enjoy live editing (+markdown)
https://sofish.github.io/pen
Other
4.8k stars 410 forks source link

Tool tip is not working #165

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi Initialized the pen as :: var options = { editor: document.getElementById("description"), // {DOM Element} [required] class: 'pen', // {String} class of the editor, debug: false, // {Boolean} false by default textarea: '', list: [ 'blockquote', 'h2', 'h3', 'insertorderedlist', 'insertunorderedlist', 'inserthorizontalrule', 'indent', 'outdent', 'bold', 'italic', 'underline', 'createlink' ], title :{ blockquote : "Quote", h2 : "Heading 2", h3 : "Heading 3", insertorderedlist : "insertorderedlist" }, stay: false }; new Pen(options); $('i.pen-icon').tooltip();

The tool tip is coming down but with empty content

penissue