refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Scroll up to top of the page #164

Open alexeyfrank opened 9 years ago

alexeyfrank commented 9 years ago

Hi, I find a bug with textarea focus. If I paste big text in editor, and then I try to mark some part of this text as bold (with pressing a button), the page scroll to top. I find line of code, that produce this bug:

186      if (handlerName.indexOf('cmdSave') < 0) {
187        this.$textarea.focus();
188      }
PlugIN73 commented 9 years ago

:+1: Can you fix it?