jordandelozier / wysibb

WYSIWYG BBcode editor
http://www.wysibb.com
246 stars 86 forks source link

Fix for onlyBBmode ->body.focus() undefined variable #86

Open federone opened 10 years ago

federone commented 10 years ago

hi, thank you very much for your script,

i guess there is bug, when using "onlyBBmode" cant insert photo, or link, so i added on 921 this:

else { this.$body = $(this.strf('

',{maxheight:mheight,height:height})).insertAfter(this.$txtArea); this.body = this.$body[0]; }

it fixes the issue temporarily,

Best Wishes, Federico