Closed
Bug 1563097
Opened 5 years ago
Closed 5 years ago
Use HTML input instead of XUL textbox in EdInsertTOC.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, 2 obsolete files)
5.30 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
- EdInsertTable.xul
- EdInsertTOC.xul
Updated•5 years ago
|
Summary: Use HTML input instead of XUL textbox in editor/ui/dialogs/content/**insert** → Use HTML input instead of XUL textbox in mail/components/compose/content/dialogs/**insert**
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → khushil324
Assignee | ||
Comment 1•5 years ago
|
||
EdInsertTOC.xul is remaining now. I will work on that.
Comment 2•5 years ago
|
||
Also the other one: mail/components/compose/content/dialogs/EdInsertTable.xul
Assignee | ||
Comment 3•5 years ago
|
||
I have worked on it during the de-grid task and converted textbox to html:input there.
https://searchfox.org/comm-central/source/mail/components/compose/content/dialogs/EdInsertTable.xul
Comment 4•5 years ago
|
||
Sorry, my mistake, I did look inside.
Summary: Use HTML input instead of XUL textbox in mail/components/compose/content/dialogs/**insert** → Use HTML input instead of XUL textbox in mail/components/compose/content/dialogs/EdInsertTOC.xul
Assignee | ||
Comment 5•5 years ago
|
||
Attachment #9096853 -
Flags: review?(mkmelin+mozilla)
Assignee | ||
Comment 6•5 years ago
|
||
Attachment #9096853 -
Attachment is obsolete: true
Attachment #9096853 -
Flags: review?(mkmelin+mozilla)
Attachment #9096854 -
Flags: review?(mkmelin+mozilla)
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Summary: Use HTML input instead of XUL textbox in mail/components/compose/content/dialogs/EdInsertTOC.xul → Use HTML input instead of XUL textbox in EdInsertTOC.xul
Comment 7•5 years ago
|
||
Comment on attachment 9096854 [details] [diff] [review]
Bug-1563097_convert-textbox-input-EdInsertTOC-2.patch
Review of attachment 9096854 [details] [diff] [review]:
-----------------------------------------------------------------
Should add globalOverlay.js and editMenuOverlay.js
::: mail/components/compose/content/dialogs/EdInsertTOC.xul
@@ +63,4 @@
> </menulist>
> </html:td>
> <html:td>
> + <html:input id="header1Class" size="10"
please add type="text" for these
and class="input-inline"?
Attachment #9096854 -
Flags: review?(mkmelin+mozilla)
Assignee | ||
Comment 8•5 years ago
|
||
Attachment #9096854 -
Attachment is obsolete: true
Attachment #9097110 -
Flags: review?(mkmelin+mozilla)
Comment 9•5 years ago
|
||
Comment on attachment 9097110 [details] [diff] [review]
Bug-1563097_convert-textbox-input-EdInsertTOC.patch
Review of attachment 9097110 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, r=mkmelin
Attachment #9097110 -
Flags: review?(mkmelin+mozilla) → review+
Updated•5 years ago
|
Keywords: checkin-needed
Comment 10•5 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/acb56daaa8fb
replace <textbox> in EdInsertTOC.xul. r=mkmelin
Updated•5 years ago
|
Target Milestone: --- → Thunderbird 71.0
You need to log in
before you can comment on or make changes to this bug.
Description
•