TryQuiet / quiet

A private, p2p alternative to Slack and Discord built on Tor & IPFS
https://www.tryquiet.org
GNU General Public License v3.0
1.99k stars 87 forks source link

Channel field loses focus when creating a channel #2616

Open holmesworcester opened 1 month ago

holmesworcester commented 1 month ago

Steps to reproduce on Ubuntu 20.04.5 LTS (using chrome remote desktop):

  1. Click "+" to create channel
  2. Start typing the channel name

Expected: can type the channel name and create a channel uninterrupted Actual: the channel field loses focus and I cannot type the channel name, or cannot type more than a few letters at a time.

I can't reproduce this on my vanilla debian install in chromeos and it only happens in my ubuntu cloud instance.

It might be a race condition / heisenbug. It looks like something else is periodically grabbing the focus from the channel name field.

holmesworcester commented 1 month ago

@kingalg can you reproduce this on ubuntu?