Closed
Bug 1563083
Opened 6 years ago
Closed 6 years ago
Use HTML input instead of XUL textbox in EdAdvancedEdit.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)
|
6.58 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → khushil324
| Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9096852 -
Flags: review?(mkmelin+mozilla)
| Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
Comment on attachment 9096852 [details] [diff] [review]
Bug-1563083_convert-textbox-input-EdAdvancedEdit-1.patch
Review of attachment 9096852 [details] [diff] [review]:
-----------------------------------------------------------------
Should add globalOverlay.js and editMenuOverlay.js
::: mail/components/compose/content/dialogs/EdAdvancedEdit.xul
@@ +15,5 @@
>
> <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"
> + id="advancedEditDlg"
> + style="width: 40em;"
> + title="&WindowTitle.label;"
looks like indented one space too little?
@@ +84,3 @@
> <deck id="AddHTMLAttributeValueDeck" selectedIndex="0">
> + <hbox flex="1" class="input-container">
> + <html:input id="AddHTMLAttributeValueTextbox" class="input-inline"
please add type="text" (after id) for these
@@ +122,5 @@
> <hbox>
> <vbox flex="1">
> + <label id="AddCSSAttributeNameLabel" value="&PropertyName.label;"/>
> + <html:input id="AddCSSAttributeNameInput" class="input-inline"
> + flex="1" onchange="onInputCSSAttributeName();"
remove flex
@@ +128,5 @@
> </vbox>
> <vbox flex="1">
> + <label id="AddCSSAttributeValueLabel" value="&AttValue.label;"/>
> + <html:input id="AddCSSAttributeValueInput" class="input-inline"
> + flex="1" onchange="onChangeCSSAttribute();"
remove flex
Attachment #9096852 -
Flags: review?(mkmelin+mozilla) → review-
| Assignee | ||
Comment 3•6 years ago
|
||
Attachment #9096852 -
Attachment is obsolete: true
Attachment #9097119 -
Flags: review?(mkmelin+mozilla)
Comment 4•6 years ago
|
||
Comment on attachment 9097119 [details] [diff] [review]
Bug-1563083_convert-textbox-input-EdAdvancedEdit.patch
Review of attachment 9097119 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM, r=mkmelin
Attachment #9097119 -
Flags: review?(mkmelin+mozilla) → review+
| Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/d598510c6289
replace <textbox> in EdAdvancedEdit.xul. r=mkmelin
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
•