Firefox checkbox opens/closes parent <details>
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: u635235, Unassigned)
References
Details
(Keywords: parity-chrome, reproducible)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Providing a simple HTML example: https://stackoverflow.com/a/56230326/7733026
Create a <details> element
Put a <summary> element inside the <details>
Put an <input type="checkbox"> inside the <summary>
Click the checkbox
Actual results:
The <details> is opened/closed when the checkbox gets toggled.
Expected results:
The <details> should have stayed in exactly the same state.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
I could not reproduce on latest Nightly and also 67.
Comment 2•6 years ago
|
||
10:59.20 INFO: First good revision: 4d0958fba8db223356e63dda2390f23044b12fdd
10:59.20 INFO: Last bad revision: 954c08e7350f4d9d9757965baef4f0c569697778
10:59.20 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=954c08e7350f4d9d9757965baef4f0c569697778&tochange=4d0958fba8db223356e63dda2390f23044b12fdd
Updated•6 years ago
|
Description
•