Drop down lists of select elements no longer work
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr78 unaffected, thunderbird86 fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | unaffected |
| thunderbird86 | --- | fixed |
People
(Reporter: john, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
Instructions to reproduce:
test.html:
<html lang="en">
<head></head>
<body>
<select>
<option>1</option>
<option>2</option>
</select>
<input type="date">
</body>
</html>
background script:
messenger.windows.create({
type: "popup",
url: "test.html"
});
Dropdown and timepicker do not work as expected. If browser.tabs.remote.autostart is toggled to false, it works again.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
A number of pieces needed to be updated to match Firefox, plus there was a pref disabling the Select actor entirely.
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/6cc31639af5b
Fix select control drop-down lists. r=mkmelin
Updated•4 years ago
|
| Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9201077 [details]
Bug 1690514 - Fix select control drop-down lists. r?mkmelin
[Approval Request Comment]
Regression caused by (bug #): tb-fission
User impact if declined: HTML <select> controls don't work
Testing completed (on c-c, etc.): on c-c yesterday
Risk to taking this patch (and alternatives if risky): no, but there will be some follow-ups at some stage as the test has an intermittent failure and I've thought of some other things
Comment 5•4 years ago
|
||
Comment on attachment 9201077 [details]
Bug 1690514 - Fix select control drop-down lists. r?mkmelin
[Triage Comment]
Approved for beta
Comment 6•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 86.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/105343d9f56e
Description
•