Port bug 232598 - getAttribute for xul-elements should return null for unset attributes
Categories
(Thunderbird :: Upstream Synchronization, defect)
Tracking
(thunderbird_esr115 unaffected, thunderbird125 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | unaffected |
thunderbird125 | --- | unaffected |
People
(Reporter: mkmelin, Assigned: mkmelin)
References
()
Details
Attachments
(3 files)
Port bug 232598. xul returns an empty string for unset attributes. It will now return null, like html.
These may or may not be affected: https://searchfox.org/comm-central/search?q=getAttribute\([^)]*\)&case=false®exp=true&path=
Cases like https://searchfox.org/comm-central/rev/30b643653161934450131c482edf222e9d1f2ae4/mail/test/browser/composition/browser_attachment.js#150 need to change.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/1e34b1f80c83
Port bug 232598 - getAttribute for xul-elements should return null for unset attributes. r=freaktechnik
Comment 3•1 year ago
|
||
https://treeherder.mozilla.org/logviewer?job_id=451282575&repo=comm-central&lineNumber=2934 and friends seem like they would be from this, too.
Assignee | ||
Comment 4•1 year ago
|
||
Fixes mail/base/test/browser/browser_tagsMenusAndKeys.js
Assignee | ||
Comment 6•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Pushed by sean@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/4180f44afaf0
getAttribute fix for browser_extension_update_background_noprompt.js. r=leftmostcat
Description
•