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

Prevent firing the "change" event twice #286

Merged
merged 8 commits into from
Jun 25, 2018
Merged

Commits on Jun 15, 2018

  1. Prevent firing the "change" event twice

    Hristo Chonov committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    e3c59de View commit details
    Browse the repository at this point in the history
  2. Test with chrome

    Hristo Chonov committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    03ff29b View commit details
    Browse the repository at this point in the history
  3. changing testing browser to chrome

    Hristo Chonov committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    626d7d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Revert "changing testing browser to chrome"

    This reverts commit 626d7d6
    Hristo Chonov committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    0b33f77 View commit details
    Browse the repository at this point in the history
  2. Revert "Test with chrome"

    This reverts commit 03ff29b
    Hristo Chonov committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    3a051a5 View commit details
    Browse the repository at this point in the history
  3. Revert "Prevent firing the "change" event twice"

    This reverts commit e3c59de
    Hristo Chonov committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b2d2628 View commit details
    Browse the repository at this point in the history
  4. Trigger the change event for an element by calling the blur method on…

    … the currently focused element instead by triggering the change event by xpath which might lead to multiple change events for the same element
    Hristo Chonov committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    982c1a1 View commit details
    Browse the repository at this point in the history
  5. Remove the focus of the element on which we've set the value, but onl…

    …y in case that element still has the focus. This will trigger the change event.
    Hristo Chonov committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    6873228 View commit details
    Browse the repository at this point in the history