Open
Bug 1611805
Opened 6 years ago
Updated 3 years ago
Chat Input Box Does Not Respect Resizing
Categories
(Thunderbird :: Instant Messaging, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: jontillman23, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
Attempted to resize the chat input box to not take up 5 lines
Actual results:
- Open Chat - input box will be 5 lines tall
- Resize input box to 1 line
- Close Thunderbird
- Open Thunderbird
- Open Chat - input box will be 5 lines tall
Expected results:
- Open Chat - input box will be 5 lines tall
- Resize input box to 1 line
- Close Thunderbird
- Open Thunderbird
- Open Chat - input box will be 1 line tall
Comment 1•6 years ago
|
||
Richard, do you know if this is something we can persist across restarts?
Flags: needinfo?(richard.marti)
Comment 2•6 years ago
|
||
The height is calculated by the function calculateTextboxDefaultHeight(). The problem with a persisting could be that every conversation can have its own height.
Flags: needinfo?(richard.marti)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•