remove Thunderbird usage of XUL flex="N" where N is not 0 or 1
Categories
(Thunderbird :: Mail Window Front End, task)
Tracking
(thunderbird_esr102 unaffected, thunderbird104 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird104 | --- | unaffected |
People
(Reporter: mkmelin, Assigned: Paenglab)
References
Details
Attachments
(2 files)
Bug 1784408 - Port bug 1784265: Drop support for flex attribute values other than 0 and 1. r=mkmelin
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
+++ This bug was initially created as a clone of Bug # 1784265 +++
grep --exclude-dir=suite --exclude-dir=.hg -r 'flex="' | grep -v 'flex="1"'
Seems mostly used for treecol.
Some of these are likely not needed. Others can be replaced with style=-moz-box-flex: <number>
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/40f49f187486
Port bug 1784265: Drop support for flex attribute values other than 0 and 1. r=mkmelin
You missed:
https://searchfox.org/comm-central/search?q=searchTerm.*FlexValue&path=.dtd&case=false®exp=true
and more importantly
https://searchfox.org/l10n/search?q=searchTerm.*FlexValue&path=&case=false®exp=true
This https://searchfox.org/comm-central/rev/4e4fef324e845be075f07a795fade91aa10d6d9a/mailnews/search/content/searchTerm.inc.xhtml#19-24 is a horrible attempt to localise the flexing in the search term editor by transferring localisable flex values from a hidden tree onto list cells.
Careful when removing that hidden tree, it's used here:
https://searchfox.org/comm-central/rev/4e4fef324e845be075f07a795fade91aa10d6d9a/mailnews/search/content/searchTerm.js#452,458
Sadly not accessed via ID but rather position in the DOM.
Assignee | ||
Comment 4•3 years ago
|
||
Oops, sorry, apologies, didn't read to the end :-( - The mechanism is still rather questionable.
Reporter | ||
Comment 6•3 years ago
|
||
A try run with the diagnostics patch found one case we missed.
Reporter | ||
Comment 7•3 years ago
|
||
Reporter | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/dd19aae1bd0a
Remove unsupported flex attribute in menulist-editable. r=Paenglab
Description
•