Closing channel panel triggers unintended click on "Search Message" field and opens keyboard #15

Open
opened 2026-02-28 06:36:42 +00:00 by sarkazm · 0 comments

Description

When the left channel/server panel is open and the user taps the "< # General" control at the top to close the panel and return to chat, the chat view opens as expected. However, the tap event appears to pass through the panel during the closing transition and clicks into the "Search Message" input field in the chat header.

This causes the cursor to appear in the search field and the mobile keyboard to open unintentionally.

Steps to Reproduce

  1. Navigate to Empirian Hall and open a channel
  2. Open the left channel/server panel
  3. Tap the "< # General" control at the top to close the panel
  4. The chat view opens
  5. The "Search Message" field is automatically focused
  6. The mobile keyboard opens

Expected Behavior

  • Tapping "< # General" should only close the channel/server panel
  • The "Search Message" field should not receive focus unless explicitly tapped by the user
  • The keyboard should not open automatically when closing the panel

Actual Behavior

  • The tap used to close the panel also activates the "Search Message" input field
  • The cursor appears in the search field automatically
  • The mobile keyboard opens unintentionally

Environment

## Description When the left channel/server panel is open and the user taps the "< # General" control at the top to close the panel and return to chat, the chat view opens as expected. However, the tap event appears to pass through the panel during the closing transition and clicks into the "Search Message" input field in the chat header. This causes the cursor to appear in the search field and the mobile keyboard to open unintentionally. ## Steps to Reproduce 1. Navigate to Empirian Hall and open a channel 2. Open the left channel/server panel 3. Tap the "< # General" control at the top to close the panel 4. The chat view opens 5. The "Search Message" field is automatically focused 6. The mobile keyboard opens ## Expected Behavior - Tapping "< # General" should only close the channel/server panel - The "Search Message" field should not receive focus unless explicitly tapped by the user - The keyboard should not open automatically when closing the panel ## Actual Behavior - The tap used to close the panel also activates the "Search Message" input field - The cursor appears in the search field automatically - The mobile keyboard opens unintentionally ## Environment - Device: Mobile - Browser: Brave - OS: Android - URL: https://community.the-empiric.com/app
Sign in to join this conversation.