Closed
Bug 1822021
Opened 3 years ago
Closed 2 years ago
DoesNotParticipateInAutoDirection shows often in the profiles
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: smaug, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
DoesNotParticipateInAutoDirection
https://searchfox.org/mozilla-central/rev/af78418c4b5f2c8721d1a06486cf4cf0b33e1e8d/dom/base/DirectionalityUtils.cpp#284
We could probably have a flag which is set on those nodes which don't participate auto-direction and then the method could be something like
return !flagSet() || IsInNativeAnonymousSubtree()
Or set the flag on those which do participate. Not sure which one would be simpler.
Updated•3 years ago
|
Severity: -- → S3
Updated•3 years ago
|
Whiteboard: [sp3]
Updated•3 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-278
| Reporter | ||
Comment 1•2 years ago
|
||
The relevant code changed quite a bit recently and there isn't DoesNotParticipateInAutoDirection anymore.
Better to file a new bug if needed.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•