I added mouse up and mouse down event for each character in a text, the event is working correctly if I don't select the last character in a line, it's not called if the last character in a line is selected.
So my question is does browser automatically select the <br>
tag when user select the last character in a line? Thanks.