Closed Bug 1563120 Opened 5 years ago Closed 5 years ago

Use HTML input instead of XUL textbox in abMailListDialog.xul

Categories

(Thunderbird :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 71.0

People

(Reporter: aleca, Assigned: aleca)

References

Details

Attachments

(1 file, 1 obsolete file)

Assignee: nobody → alessandro
Mentor: alessandro
Status: NEW → ASSIGNED
Attached patch 1563120-textbox-html-input.patch (obsolete) — Splinter Review
Attachment #9092271 - Flags: review?(mkmelin+mozilla)
Comment on attachment 9092271 [details] [diff] [review]
1563120-textbox-html-input.patch

Review of attachment 9092271 [details] [diff] [review]:
-----------------------------------------------------------------

::: mail/components/addrbook/content/abMailListDialog.xul
@@ +44,5 @@
>      <hbox id="ListNameContainer" align="center">
>        <spacer flex="1"/>
>        <label control="ListName" value="&ListName.label;" accesskey="&ListName.accesskey;" class="CardEditLabel"/>
> +      <hbox class="CardEditWidth input-container">
> +        <html:input id="ListName" class="input-inline"/>

add type="text" perhaps?

@@ +51,5 @@
>      <hbox id="ListNickNameContainer" align="center">
>        <spacer flex="1"/>
>        <label control="ListNickName" value="&ListNickName.label;" accesskey="&ListNickName.accesskey;" class="CardEditLabel"/>
> +      <hbox class="CardEditWidth input-container">
> +        <html:input id="ListNickName" class="input-inline"/>

here too

@@ +58,5 @@
>      <hbox id="ListDescriptionContainer" align="center">
>        <spacer flex="1"/>
>        <label control="ListDescription" value="&ListDescription.label;" accesskey="&ListDescription.accesskey;" class="CardEditLabel"/>
> +      <hbox class="CardEditWidth input-container">
> +        <html:input id="ListDescription" class="input-inline"/>

and here?
Attachment #9092271 - Flags: review?(mkmelin+mozilla) → review+

The type="text" attribute doesn't affect anything for now and the only location where it's used for styling is the preferences tab.
But I agree that it's better to specify the type anyway.

Attachment #9092271 - Attachment is obsolete: true
Attachment #9092375 - Flags: review+
Keywords: checkin-needed

Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/ad18b404c16f
Use HTML input instead of XUL textbox in abMailListDialog.xul. r=mkmelin

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 71.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: