selectText()
on TextEditor select wrong text when tabs are used for indention
#96
Labels
selectText()
on TextEditor select wrong text when tabs are used for indention
#96
If tabs are used in a file, where
selectText()
is executed, the cursor will stop before the text, which should be selected. The reason for this, could be that columns and coordinates don't correspond in VSCode:https://github.com/webdriverio-community/wdio-vscode-service/blob/88c7a47d041b126e84ae1703d04bc13d7648e4bf/src/pageobjects/editor/TextEditor.ts#L344C44-L344C50
If the tab size is two moving one tab to the right increases the column count by two.
The text was updated successfully, but these errors were encountered: