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

tests: Upgrade sendkeys, fix some bugs #5157

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from
Draft

Commits on Sep 14, 2023

  1. tests: Fix helper.linesDiv()

    rhansen authored and SamTV12345 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4d6ec19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75591c9 View commit details
    Browse the repository at this point in the history
  3. sendkeys: Undo formatting and unnecessary changes

    This partially reverts the following commits:
      * 04e9fc3
      * 3d8452b
      * 07182bb
      * 68ed9b2
    rhansen authored and SamTV12345 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7147195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea556c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0900354 View commit details
    Browse the repository at this point in the history
  6. sendkeys: Merge in latest upstream commit that mostly works

    dwachss/bililiteRange@5c034c1
    seems to be the newest upstream commit that still works. After that,
    `{selectall}` doesn't seem to work. Starting with v3.0, sendkeys sends
    input events instead of keypress events, which `ace2_inner.js` doesn't
    listen for.
    rhansen authored and SamTV12345 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ed99141 View commit details
    Browse the repository at this point in the history
  7. sendkeys: Fix \n to {enter} conversion

    rhansen authored and SamTV12345 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cff205d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39506fc View commit details
    Browse the repository at this point in the history
  9. sendkeys: Fix Range adjustment logic

    rhansen authored and SamTV12345 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9ff6e82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    216f5af View commit details
    Browse the repository at this point in the history
  11. ace2_inner: Get computed style of first Element, not first Node

    `window.getComputedStyle()` throws if passed a non-Element Node.
    rhansen authored and SamTV12345 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bd5fae9 View commit details
    Browse the repository at this point in the history