Closed
Bug 1439259
Opened 7 years ago
Closed 7 years ago
textarea duplicates characters
Categories
(Firefox for Android Graveyard :: General, defect, P5)
Tracking
(fennec+, firefox59 affected, firefox60 affected)
RESOLVED
WORKSFORME
People
(Reporter: christian, Assigned: jchen)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180215111455
Steps to reproduce:
I created a web app with Angular Material components
Code Example:
https://stackblitz.com/edit/angular-bv2wxj
The behavior is caused by the instruction matTextareaAutosize. That should make the textarea grow with its content
<textarea matInput placeholder="Textarea" matTextareaAutosize></textarea>
URL to run the web app:
https://angular-bv2wxj.stackblitz.io/
type "Hello" in the textarea
Actual results:
As result it shows "HelloH"
Expected results:
It should show "Hello"
I filed a bug for Angular Material before. But they think it is not their fault, since the code works fine with any desktop browser including Firefox and with Chrome on Android, too. It seems to be specific to Firefox on Android.
https://github.com/angular/material2/issues/9986
Comment 1•7 years ago
|
||
Thanks for report!
I was able to reproduce the issue you described on latest Nightly build and 59 Beta 9 build with Nexus 6P(Android 8.1.0) and Samsung Galaxy Tab S3 (Android 7.0). Marking the bug as New.
Status: UNCONFIRMED → NEW
status-firefox59:
--- → affected
status-firefox60:
--- → affected
Ever confirmed: true
tracking-fennec: --- → ?
Jim, can you take a look?
Assignee: nobody → nchen
tracking-fennec: ? → +
Priority: -- → P2
Comment 3•7 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: P2 → P5
Bug is no longer reproducible with Firefox 63.0b15 on Android. The issue can be closed.
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•