You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component editor HTML half - double-click selection doesn't work right with attribute names
It works when selecting the first attribute name of a tag
It doesn't work when selectig the second or later attribute name of tag
Steps to reproduce:
Enter a tag with multiple attributes like: <wo:checkbox checked = "$value" id = "chk">
Double click on "checked" - the selection works
Double click on "id" - the selection selects the space before "id" and the equals sign instead of just selecting "id"
I have to say I don't like the way any of the selections work in the component editor. To select a whole tag the outline view is more useful I think. Anyway, I would greatly prefer the editor behave more like the java editor where basically any delimiter stops selection, like space, equals, quote, dollar sign, colon, period. slash, greater-than, less-than. This would make it make easier to select and replace tokens in the text.
The text was updated successfully, but these errors were encountered:
Reported by John Huss
Component editor HTML half - double-click selection doesn't work right with attribute names
It works when selecting the first attribute name of a tag
It doesn't work when selectig the second or later attribute name of tag
Steps to reproduce:
I have to say I don't like the way any of the selections work in the component editor. To select a whole tag the outline view is more useful I think. Anyway, I would greatly prefer the editor behave more like the java editor where basically any delimiter stops selection, like space, equals, quote, dollar sign, colon, period. slash, greater-than, less-than. This would make it make easier to select and replace tokens in the text.
The text was updated successfully, but these errors were encountered: