Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix bug where 'other homeserver' would unfocus #6394

Merged
merged 2 commits into from
Jul 19, 2021

Commits on Jul 16, 2021

  1. Fix bug where 'other homeserver' would unfocus

    It turns out the answer to this was not all that complex: we had
    two nested <label>s: one for the radio button and one for the Field,
    which presumably causes both of them to generate click events and
    focus something and what ends up focused is some kind of race condition
    depending on, apparently, how fast you click.
    
    Notes: Fix bug where the 'other homeserver' field in the server selection dialog would become briefly focus and then unfocus when clicked.
    dbkr committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    f9b4567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45fb0e9 View commit details
    Browse the repository at this point in the history