<datalist> in popup.html throws error in one of the autocomplete??.js
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird78+ fixed)
People
(Reporter: buecher, Assigned: darktrojan)
References
Details
Attachments
(2 files)
(deleted),
patch
|
aleca
:
review+
wsmwk
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
aleca
:
review+
wsmwk
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
a mini popup of height 0.5mm is displayed. Debugger indicates error in one of the autocomplete.js files. Example at: https://github.com/opto/TB_MailExt_1 brach select_datalist.
I saw there is a large number of bugs relating to datalist but they are all resolved.
Assignee | ||
Comment 1•5 years ago
|
||
This doesn't appear to work anywhere in Thunderbird.
Comment 2•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is --
(Backlog,) indicating it has has not been previously triaged, the bug's Severity is being updated to --
(default, untriaged.)
Assignee | ||
Comment 3•4 years ago
|
||
Aleca, you're most likely to notice if I've broken anything here. The first part of this patch fixes the popup itself. The second part restricts the existing custom CSS to local-abook
and remote-abook
types – ie. autocomplete results from the address book, I think they're the only things this CSS is for.
Comment 4•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/292ed2f81859
Fix autocomplete popup of <input> with <datalist>. r=aleca
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
I forgot that gloda-autocomplete-input.js throws exceptions like mad when using datalist.
Assignee | ||
Comment 7•4 years ago
|
||
Comment 8•4 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/f82b61ed451a
Mitigate exceptions thrown in gloda-autocomplete-input when using datalist. r=aleca DONTBUILD
Comment 10•4 years ago
|
||
I guess this needs uplift?
Assignee | ||
Comment 11•4 years ago
|
||
Yes but I'm still working in this area, it can wait for the rest of the work. It may even get a test if I get that far!
Assignee | ||
Comment 12•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Comment 13•4 years ago
|
||
Comment 14•4 years ago
|
||
Comment 15•4 years ago
|
||
bugherder uplift |
Updated•4 years ago
|
Description
•