garysieling / jquery-highlighttextarea

http://garysieling.github.io/jquery-highlighttextarea/
156 stars 75 forks source link

Textarea border #47

Open Zinal001 opened 9 years ago

Zinal001 commented 9 years ago

The highlighter container does not take into account the textareas border style nor border with. If you have a border around the textarea (for example, a 5px solid), then the container will be of by that much.

mistic100 commented 9 years ago

demo ?

because https://github.com/mistic100/jquery-highlighttextarea/blob/master/jquery.highlighttextarea.js#L250-L251 and it does work

tested with

 textarea {
    border:5px solid black;
  }

in the demo file