The default summary for details doesn't honor spoof English
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
People
(Reporter: pierov, Assigned: pierov)
References
(Regression)
Details
(4 keywords, Whiteboard: [adv-main125-])
Attachments
(1 file)
The <details>
element will use a default summary when it doesn't contain a <summary>
tag.
This default string is localized in the app language even when spoof English is active.
As far as I can tell this string isn't accessible, but if you set display: inline
to the <details>
element, you can measure the various localized strings.
I kindly ask you to keep this bug confidential at least for one month, because we plan to include the fix downstream in our next stable release scheduled for around March 19.
Assignee | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
This is a minor change so maybe it doesn't really matter, but this looks more like a DOM or Layout change. (It looks like this mechanism was added in bug 1581537.)
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Set release status flags based on info from the regressing bug 1308080
Comment 4•1 year ago
|
||
(In reply to Pier Angelo Vendrame from comment #0)
I kindly ask you to keep this bug confidential at least for one month, because we plan to include the fix downstream in our next stable release scheduled for around March 19.
It sounds like we should wait on landing this until Tor is ready to land it.
Assignee | ||
Comment 5•1 year ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #4)
(In reply to Pier Angelo Vendrame from comment #0)
I kindly ask you to keep this bug confidential at least for one month, because we plan to include the fix downstream in our next stable release scheduled for around March 19.
It sounds like we should wait on landing this until Tor is ready to land it.
Thanks!
I think it'd be fine to land it, because the diff is very small and won't tell many details.
Actually, we already landed it to our nightly channel, we just haven't backported it to our stable channel yet, and we'll wait to lift confidentiality from our ticket until the first stable release that includes the fix.
Comment 6•1 year ago
|
||
Thanks, good to know.
Updated•1 year ago
|
Comment 7•11 months ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:pierov, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Comment 8•11 months ago
|
||
I queued it for landing as per the discussion above. A test for this would still be very nice.
Assignee | ||
Comment 10•11 months ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #8)
I queued it for landing as per the discussion above. A test for this would still be very nice.
Thanks.
I'm redirecting the NI to Tom then, to see if he can give me some advice or guidance for this.
Comment 11•11 months ago
|
||
I am not sure. Conceptually, maybe we could create a test that uses a different locale, then use chrome privileges to reach inside the element (I think it's like ShadowRoot or something with hidden sub-elements?), and ensure you don't see english when the pref is one value and do when it is another? But I can't find a clear example of where we're setting a locale for a test like this - I would think it'd require us to test with a full langpack installed and I don't know if we do that. This was maybe the closest I saw.
![]() |
||
Comment 12•11 months ago
|
||
Comment 13•11 months ago
|
||
[Tracking Requested - why for this release]: Do we want to backport this to ESR115 or is Tor cherry-picking on their end good enough?
Assignee | ||
Comment 14•11 months ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #13)
[Tracking Requested - why for this release]: Do we want to backport this to ESR115 or is Tor cherry-picking on their end good enough?
Cherry-picking on our end is good enough for us, no need backport for us, thanks.
Updated•11 months ago
|
Updated•11 months ago
|
Updated•10 months ago
|
Assignee | ||
Comment 15•9 months ago
|
||
We patched all our channels, so this bug can be opened if you want to.
Thanks again!
Updated•9 months ago
|
Comment 16•9 months ago
|
||
Sorry for the burst of bugspam: filter on tinkling-glitter-filtrate
Adding reporter-external
keyword to security bugs found by non-employees for accounting reasons
Description
•