Closed
Bug 1563104
Opened 6 years ago
Closed 6 years ago
Use HTML input instead of XUL textbox in EdLinkProps.xul
Categories
(Thunderbird :: General, task)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 71.0
People
(Reporter: aleca, Assigned: khushil324, Mentored)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.41 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → khushil324
| Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9096893 -
Flags: review?(mkmelin+mozilla)
| Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
Comment on attachment 9096893 [details] [diff] [review]
Bug-1563106_convert-textbox-to-input-EdLinkProps.patch
Review of attachment 9096893 [details] [diff] [review]:
-----------------------------------------------------------------
::: mail/components/compose/content/dialogs/EdLinkProps.xul
@@ +34,5 @@
> <label id="linkTextCaption" class="header"/>
> </hbox>
> <vbox>
> + <label id="linkTextMessage" control="linkTextInput" aria-labelledby="linkTextMessage"/>
> + <html:input id="linkTextInput" class="input-inline"/>
please add type="text"
aria-labelledby="linkTextMessage" should be on the input, not the label.
Also, need to import the js files to get context menu
Attachment #9096893 -
Flags: review?(mkmelin+mozilla) → review-
| Assignee | ||
Comment 3•6 years ago
|
||
Attachment #9096893 -
Attachment is obsolete: true
Attachment #9097098 -
Flags: review?(mkmelin+mozilla)
Comment 4•6 years ago
|
||
Comment on attachment 9097098 [details] [diff] [review]
Bug-1563106_convert-textbox-to-input-EdLinkProps.patch
Review of attachment 9097098 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM, r=mkmelin
Attachment #9097098 -
Flags: review?(mkmelin+mozilla) → review+
Updated•6 years ago
|
Keywords: checkin-needed
Comment 5•6 years ago
|
||
The patch name talks about anchors and the bug number is wrong in the commit messages. More attention to detail, please.
This (Saturday!) afternoon I had nine patches to land: So far, one caused test failures, one didn't apply and this one has the wrong bug number.
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/1ce35be25c2f
replace <textbox> in EdLinkProps.xul. r=mkmelin
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
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
•