maildev@lists.thunderbird.net

Thunderbird email developers

View all threads

XUL regression filed under Core::XUL, might need to move to Thunderbird::XUL Replacements?

JK
Jonathan Kamens
Fri, Jun 28, 2019 6:56 PM

This is a regression bug I just opened:

textbox type="number" no longer enforcing "min" or "size" settings.
https://bugzilla.mozilla.org/show_bug.cgi?id=1562291

I filed it under Core::XUL because as far as I know textbox still comes
from mozilla-central, but if that's not correct then it might need to be
moved to Thunderbird::XUL Replacements and addressed by TB devs.

  jik

This is a regression bug I just opened: textbox type="number" no longer enforcing "min" or "size" settings. <https://bugzilla.mozilla.org/show_bug.cgi?id=1562291> I filed it under Core::XUL because as far as I know textbox still comes from mozilla-central, but if that's not correct then it might need to be moved to Thunderbird::XUL Replacements and addressed by TB devs.   jik
AC
Alessandro Castellani
Fri, Jun 28, 2019 7:05 PM

Hi Jonathan,

Thanks for reporting this.

We just opened this meta bug to keep track of the ongoing work of
replacing <textbox> elements with html:input elements:
https://bugzilla.mozilla.org/show_bug.cgi?id=1562161

We currently have 313 textbox elements in Thunderbird, used across
multiple files.

It's hard to say for sure how long it will take us to complete this
task, but of course we will give priority to those elements causing bugs
or regressions.

Cheers,

On 2019-06-28 11:56 a.m., Jonathan Kamens via Maildev wrote:

This is a regression bug I just opened:

textbox type="number" no longer enforcing "min" or "size" settings.
https://bugzilla.mozilla.org/show_bug.cgi?id=1562291

I filed it under Core::XUL because as far as I know textbox still
comes from mozilla-central, but if that's not correct then it might
need to be moved to Thunderbird::XUL Replacements and addressed by TB
devs.

  jik


Maildev mailing list
Maildev@lists.thunderbird.net
http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net

--
Alessandro Castellani
Lead UX Architect
Thunderbird

Hi Jonathan, Thanks for reporting this. We just opened this meta bug to keep track of the ongoing work of replacing <textbox> elements with <html:input> elements: https://bugzilla.mozilla.org/show_bug.cgi?id=1562161 We currently have 313 textbox elements in Thunderbird, used across multiple files. It's hard to say for sure how long it will take us to complete this task, but of course we will give priority to those elements causing bugs or regressions. Cheers, On 2019-06-28 11:56 a.m., Jonathan Kamens via Maildev wrote: > > This is a regression bug I just opened: > > textbox type="number" no longer enforcing "min" or "size" settings. > <https://bugzilla.mozilla.org/show_bug.cgi?id=1562291> > > I filed it under Core::XUL because as far as I know textbox still > comes from mozilla-central, but if that's not correct then it might > need to be moved to Thunderbird::XUL Replacements and addressed by TB > devs. > >   jik > > > > _______________________________________________ > Maildev mailing list > Maildev@lists.thunderbird.net > http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net -- *Alessandro Castellani* Lead UX Architect Thunderbird
JK
Jonathan Kamens
Fri, Jun 28, 2019 7:19 PM

Ah, I see that textbox type="number" is mentioned in
https://developer.thunderbird.net/add-ons/tb68/changes. I missed that
before. I suppose in that case my bug should be closed?

  jik

On 6/28/19 3:05 PM, Alessandro Castellani wrote:

Hi Jonathan,

Thanks for reporting this.

We just opened this meta bug to keep track of the ongoing work of
replacing <textbox> elements with html:input elements:
https://bugzilla.mozilla.org/show_bug.cgi?id=1562161

We currently have 313 textbox elements in Thunderbird, used across
multiple files.

It's hard to say for sure how long it will take us to complete this
task, but of course we will give priority to those elements causing
bugs or regressions.

Cheers,

On 2019-06-28 11:56 a.m., Jonathan Kamens via Maildev wrote:

This is a regression bug I just opened:

textbox type="number" no longer enforcing "min" or "size" settings.
https://bugzilla.mozilla.org/show_bug.cgi?id=1562291

I filed it under Core::XUL because as far as I know textbox still
comes from mozilla-central, but if that's not correct then it might
need to be moved to Thunderbird::XUL Replacements and addressed by TB
devs.

  jik


Maildev mailing list
Maildev@lists.thunderbird.net
http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net

--
Alessandro Castellani
Lead UX Architect
Thunderbird


Maildev mailing list
Maildev@lists.thunderbird.net
http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net

Ah, I see that textbox type="number" is mentioned in https://developer.thunderbird.net/add-ons/tb68/changes. I missed that before. I suppose in that case my bug should be closed?   jik On 6/28/19 3:05 PM, Alessandro Castellani wrote: > > Hi Jonathan, > > Thanks for reporting this. > > We just opened this meta bug to keep track of the ongoing work of > replacing <textbox> elements with <html:input> elements: > https://bugzilla.mozilla.org/show_bug.cgi?id=1562161 > > We currently have 313 textbox elements in Thunderbird, used across > multiple files. > > It's hard to say for sure how long it will take us to complete this > task, but of course we will give priority to those elements causing > bugs or regressions. > > Cheers, > > On 2019-06-28 11:56 a.m., Jonathan Kamens via Maildev wrote: >> >> This is a regression bug I just opened: >> >> textbox type="number" no longer enforcing "min" or "size" settings. >> <https://bugzilla.mozilla.org/show_bug.cgi?id=1562291> >> >> I filed it under Core::XUL because as far as I know textbox still >> comes from mozilla-central, but if that's not correct then it might >> need to be moved to Thunderbird::XUL Replacements and addressed by TB >> devs. >> >>   jik >> >> >> >> _______________________________________________ >> Maildev mailing list >> Maildev@lists.thunderbird.net >> http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net > -- > *Alessandro Castellani* > Lead UX Architect > Thunderbird > > _______________________________________________ > Maildev mailing list > Maildev@lists.thunderbird.net > http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net
MM
Magnus Melin
Fri, Jun 28, 2019 8:28 PM

<textbox type="number"> was removed from mozilla-central, and it's also
been converted over to <html:input type="number"> in Thunderbird. Like
Alessandro wrote, we'll be converting over the other type of textboxes
shortly.

 -Magnus

On 28-06-2019 21:56, Jonathan Kamens via Maildev wrote:

This is a regression bug I just opened:

textbox type="number" no longer enforcing "min" or "size" settings.
https://bugzilla.mozilla.org/show_bug.cgi?id=1562291

I filed it under Core::XUL because as far as I know textbox still
comes from mozilla-central, but if that's not correct then it might
need to be moved to Thunderbird::XUL Replacements and addressed by TB
devs.

  jik


Maildev mailing list
Maildev@lists.thunderbird.net
http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net

<textbox type="number"> was removed from mozilla-central, and it's also been converted over to <html:input type="number"> in Thunderbird. Like Alessandro wrote, we'll be converting over the other type of textboxes shortly.  -Magnus On 28-06-2019 21:56, Jonathan Kamens via Maildev wrote: > > This is a regression bug I just opened: > > textbox type="number" no longer enforcing "min" or "size" settings. > <https://bugzilla.mozilla.org/show_bug.cgi?id=1562291> > > I filed it under Core::XUL because as far as I know textbox still > comes from mozilla-central, but if that's not correct then it might > need to be moved to Thunderbird::XUL Replacements and addressed by TB > devs. > >   jik > > > > _______________________________________________ > Maildev mailing list > Maildev@lists.thunderbird.net > http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net