Issue by davidt99
Friday Aug 29, 2014 at 22:12 GMT
Originally opened as adobe/brackets#8915
When double clicking on a non-english word in html file, the word is selected with the next characters.
I'm encountering this when I have an attribute surrounded with apostrophes and the attribute itself is written in hebrew.
When I double clicking the word, the text that will be selected will contain the word itself and the apostrophes, equals sign presented before the first apostrophes and angle brackets if presented after the last apostrophe.
For example:
<tr data-title="someWord"> will select ="someWord">
It's really annoying...
Friday Aug 29, 2014 at 22:12 GMT
Originally opened as adobe/brackets#8915
When double clicking on a non-english word in html file, the word is selected with the next characters.
I'm encountering this when I have an attribute surrounded with apostrophes and the attribute itself is written in hebrew.
When I double clicking the word, the text that will be selected will contain the word itself and the apostrophes, equals sign presented before the first apostrophes and angle brackets if presented after the last apostrophe.
For example:
<tr data-title="someWord">will select="someWord">It's really annoying...