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

Workaround focus leaving input box on consecutive submissions #15479

Merged
merged 5 commits into from
Dec 13, 2023

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    77476a7 View commit details
    Browse the repository at this point in the history
  2. Add a test case against the focus loss issue

    Tested that it fails on main reproducing the issue:
    
    ```
        - Expected  - 0
        + Received  + 8
    
          from time import sleep
          input()
          print('before sleep')
          sleep(0.1)
          print('after sleep')
        +
        +
        + x
        +
        +
        +
        +
        +
    ```
    krassowski committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e2d1d7b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Give up on using animations and :has() solution due to FF bug

    https://bugzilla.mozilla.org/show_bug.cgi?id=1867893
    
    `:has()` is not only not yet officially supported but is hard to
    implement well so no wonder there are difficult invalidation bugs
    krassowski committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    51d9f9d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. More robust stdin test

    krassowski committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c8a0336 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    3aa773f View commit details
    Browse the repository at this point in the history