Skip to content

fix: Groupchat: don't steal active msg textbox focus

Dexter Gaon-Shatford requested to merge dexgs/gajim:master into master

fixes #10900 (closed)

The problem was that groupchat pages grab focus for their textbox when they connect, regardless of whether or not they are currently shown. The result is that when multiple MUCs join at the same time, they steal each others' focus.

The fix is to only grab focus to the chat box if the MUC is currently shown.

Edited by Dexter Gaon-Shatford

Merge request reports