Closed (duplicate)
Project:
Drupal core
Version:
9.1.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Sep 2019 at 10:59 UTC
Updated:
1 Jul 2020 at 12:04 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #4
bnjmnmThis adds the value summary to the
<summary>element of details using the same JS mechanism used when creating verticial tabs or the IE11 polyfill.Screenshots are attached for every theme other than Claro, as this is already addressed in Claro via JS specific to that theme.
This does result in different text content of some details elements, it's possible there are tests that will get tripped up by this change. Testbot will be letting us know shortly.
Comment #5
nod_There is #1936708: Current element values missing from vertical tabs when shown in 2-column layout also
Comment #6
nod_And if I remember correctly backdrop has a proper responsive vertical tab script, might be good to see how they did it.
Comment #7
bnjmnmClosing as a duplicate of #1936708: Current element values missing from vertical tabs when shown in 2-column layout. That issue is addressing a wider problem that also applies to details elements in accordions. It will fix the symptoms reported here in a way that doesn't mask an underlying problem.