Closed
Bug 1563009
Opened 6 years ago
Closed 6 years ago
Use HTML input instead of XUL textbox in chat/content
Categories
(Thunderbird :: General, task)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 71.0
People
(Reporter: aleca, Assigned: mkmelin, Mentored)
References
Details
Attachments
(1 file, 2 obsolete files)
5.90 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
- otr-add-fingerprint.xul
- otr-auth.xul
Assignee | ||
Comment 1•6 years ago
|
||
Changed the 1 row textareas too, looks nicer now.
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Attachment #9095426 -
Flags: review?(alessandro)
Assignee | ||
Comment 2•6 years ago
|
||
Converted the 1 row textareas too, looks nicer now
Attachment #9095426 -
Attachment is obsolete: true
Attachment #9095426 -
Flags: review?(alessandro)
Attachment #9095427 -
Flags: review?(alessandro)
Reporter | ||
Comment 3•6 years ago
|
||
Comment on attachment 9095427 [details] [diff] [review]
bug1563009_textbox_chat.patch
Review of attachment 9095427 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you so much for taking care of this, and yes, the textareas look way better.
Just a nit related to the missing aria labels for the converted inputs, if you think are necessary.
r=aleca
::: chat/content/otr-auth.xul
@@ +42,3 @@
> <description style="width: 300px; white-space: pre-wrap;" data-l10n-id="auth-qaInstruction"></description>
> + <label data-l10n-id="auth-question" control="question" flex="1"/>
> + <html:input id="question" type="text" class="input-inline" />
I think we should add the aria-labelledby attribute since the label control doesn't automatically apply the text for accessibility.
Attachment #9095427 -
Flags: review?(alessandro) → review+
Assignee | ||
Comment 4•6 years ago
|
||
Attachment #9095427 -
Attachment is obsolete: true
Attachment #9096536 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/8bafe0778749
Use HTML input instead of XUL textbox in chat/content. r=aleca
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 71.0
You need to log in
before you can comment on or make changes to this bug.
Description
•