Closed Bug 1717372 Opened 5 years ago Closed 4 years ago

Twitch chat textbox expands unnecessarily

Categories

(Web Compatibility :: Site Reports, defect, P3)

Firefox 89
Desktop
Windows

Tracking

(firefox-esr78 affected, firefox89 affected, firefox90 affected, firefox91 affected, firefox92 affected, firefox97 affected, firefox98 affected, firefox99 affected)

RESOLVED WORKSFORME
Tracking Status
firefox-esr78 --- affected
firefox89 --- affected
firefox90 --- affected
firefox91 --- affected
firefox92 --- affected
firefox97 --- affected
firefox98 --- affected
firefox99 --- affected

People

(Reporter: stuck19, Assigned: skyschub)

Details

(Keywords: webcompat:needs-diagnosis)

Attachments

(1 file)

Attached image firefoxbug.png

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0

Steps to reproduce:

Enter a twitch channel and begin typing in the chat.

Actual results:

The chat input text box auto expands to two lines.

Expected results:

The chat input text box should only expands when written text goes past the first line, which is what happens in Chrome.

I was able to reproduce this issue on Firefox 89.0.1, Firefox Nightly 91.0a1 and even Firefox ESR 78 on Windows 10 and MacOS 11.

I'm setting a component in order to get the development team involved in reviewing this issue.

Thanks for reporting!

Status: UNCONFIRMED → NEW
Type: enhancement → defect
Component: Untriaged → Layout: Flexbox
Ever confirmed: true
OS: Unspecified → All
Product: Firefox → Core

The chat box is a <textarea>. By inspecting the element in our devtool, I can see that as soon as I type the first character into the box, its "rows" attribute is changed from rows="1" to rows="2" by script. So the layout result is expected. I didn't dig into the complex minimized JS script to figure out why.

Component: Layout: Flexbox → Desktop
Product: Core → Web Compatibility

Needs Triage.

Flags: needinfo?(raul.bucata)
Flags: needinfo?(oana.arbuzov)

We appreciate your report. I was able to reproduce the issue. Extra lines are added when typing into the chat box on any channel

Tested with:

Browser / Version: Firefox Nightly 92.0a1 (2021-07-20) (64-bit)/ Chrome Version 92.0.4515.107 (Official Build) (64-bit)
Operating System: Windows 10 PRO x64

Notes:

  1. Reproducible regardless of the status of ETP
  2. Reproducible on the latest build of Firefox Nightly
  3. Works as expected using Chrome
Flags: needinfo?(raul.bucata)
Flags: needinfo?(oana.arbuzov)
OS: All → Windows
Priority: -- → P3
Hardware: Unspecified → Desktop
Assignee: nobody → dschubert
Status: NEW → ASSIGNED

I get the same behavior both on Firefox and Chrome now.
https://prnt.sc/WSmKSUJlyIOZ

Tested with:
Browser / Version: Firefox Nightly 103.0a1 (2022-06-23), Chrome 102.0.5060.53
Operating System: Windows 10 Pro

stuck19 do you get e different behavior on Chrome?

Status: ASSIGNED → NEW
Flags: needinfo?(stuck19)

Redirect a needinfo that is pending on an inactive user to the triage owner.
:denschub, since the bug has recent activity, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(stuck19) → needinfo?(dschubert)
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(dschubert)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: