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

Can't set value to a not empty lookup field, if this field located in the table. #69

Open
MTokarenko opened this issue Apr 21, 2020 · 0 comments

Comments

@MTokarenko
Copy link

Environment

  • Masquerade version: 2.0.2
  • Cuba platform version: 7.2

Description of the bug or enhancement

In the LookupField setValue(String value) implementation is used method setFilter(value). If LookupField value in not empty, method setFilter() use WebElement method sendKeys with value
'Keys.chord(Keys.CONTROL, "a"), Keys.DELETE'. In cuba app shortcut ctrl+A is used for selecting all fields in the table. So, if we have not empty LookupField in the table, we can't set value to the such field.

  • Expected behavior
    LookupField value is changed to the correct value

  • Actual behavior
    Instead changing value we select all rows in the table

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