Remove checked="false" attribute from <checkbox> since unchecked is the default, and checked="false" will actually mean checked
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: khushil324, Assigned: khushil324)
Details
(Keywords: regression)
Attachments
(1 file)
2.81 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
"Remove conversation data" checkbox is ticked.
Showing an error: JavaScript error: chrome://messenger/content/SpotlightIntegration.js, line 48: TypeError: can't access property "path", aFolder.filePath is null
Assignee | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
This doesn't block Matrix, but is a regression.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
•
|
||
checked="false" is behaving as the checked box. So if you want to uncheck the checkbox, just remove the checked attribute. Checked is not taking any value, <checkbox checked/> will behave as the checked box. <checkbox/> will behave as the unchecked box.
If you toggle the checkbox, you will see <checkbox checked="true"/> and <checkbox/>.
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/cbc727e838c5
Remove checked=false attribute from checkbox for the default unchecked. r=mkmelin
Updated•5 years ago
|
Description
•