Open Zinal001 opened 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.
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
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.