Closed Bug 1626185 Opened 5 years ago Closed 5 years ago

Remove checked="false" attribute from <checkbox> since unchecked is the default, and checked="false" will actually mean checked

Categories

(Thunderbird :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 76.0

People

(Reporter: khushil324, Assigned: khushil324)

Details

(Keywords: regression)

Attachments

(1 file)

"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: nobody → khushil324
Blocks: 1572636

This doesn't block Matrix, but is a regression.

No longer blocks: 1572636
Keywords: regression
Component: Instant Messaging → General
Summary: When Removing the chat account from account settings, conversation logs are not getting removed → Remove checked="false" attribute from checkbox for the default uncheked

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/>.

Status: NEW → ASSIGNED
Comment on attachment 9137391 [details] [diff] [review] Bug-1626185_remove-checked-false-attribute-checkbox-0.patch Review of attachment 9137391 [details] [diff] [review]: ----------------------------------------------------------------- Looks good, thx! r=mkmelin
Attachment #9137391 - Flags: review?(mkmelin+mozilla) → review+
Summary: Remove checked="false" attribute from checkbox for the default uncheked → Remove checked="false" attribute from <checkbox> since unchecked is the default, and checked="false" will actually mean checked

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

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 76.0
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: