Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WOL-1098 Component editor HTML half - double-click selection doesn't work right with attribute names #71

Open
pascalrobert opened this issue Jan 9, 2012 · 0 comments

Comments

@pascalrobert
Copy link
Contributor

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:

  1. Enter a tag with multiple attributes like: <wo:checkbox checked = "$value" id = "chk">
  2. Double click on "checked" - the selection works
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant