maildev@lists.thunderbird.net

Thunderbird email developers

View all threads

Monospace textarea in XUL in TB68

JK
Jonathan Kamens
Sat, Mar 30, 2019 5:57 PM

I want a textarea in my add-on that uses a fixed-width font. Prior to
TB61, that was done with <textbox class="monospace">. In TB68 I'm
apparently supposed to use an html:textarea. I've got that working,
but neither class="monospace" nor style="font-family: monospace;"
gets it to use a monospace font.

Is this a bug?

Any suggestions?

Thanks,

  jik

I want a textarea in my add-on that uses a fixed-width font. Prior to TB61, that was done with `<textbox class="monospace">`. In TB68 I'm apparently supposed to use an `html:textarea`. I've got that working, but neither `class="monospace"` nor `style="font-family: monospace;"` gets it to use a monospace font. Is this a bug? Any suggestions? Thanks,   jik
JK
Jörg Knobloch
Sat, Mar 30, 2019 6:24 PM

On 30 Mar 2019 18:57, Jonathan Kamens via Maildev wrote:

Any suggestions?

Use CSS or ask Richard, the theme man.

Jörg.

On 30 Mar 2019 18:57, Jonathan Kamens via Maildev wrote: > Any suggestions? Use CSS or ask Richard, the theme man. Jörg.
JK
Jonathan Kamens
Sat, Mar 30, 2019 6:41 PM

Thanks, CSS worked.

On 3/30/19 2:24 PM, Jörg Knobloch wrote:

On 30 Mar 2019 18:57, Jonathan Kamens via Maildev wrote:

Any suggestions?

Thanks, CSS worked. On 3/30/19 2:24 PM, Jörg Knobloch wrote: > On 30 Mar 2019 18:57, Jonathan Kamens via Maildev wrote: >> Any suggestions? > > Use CSS or ask Richard, the theme man. > > Jörg. > > > _______________________________________________ > Maildev mailing list > Maildev@lists.thunderbird.net > http://lists.thunderbird.net/mailman/listinfo/maildev_lists.thunderbird.net > >