Changes between Version 1 and Version 2 of Ticket #35137, comment 15
- Timestamp:
- May 25, 2024, 5:01:47 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35137, comment 15
v1 v2 7 7 Some javascript was needed for adjusting the behavior of the details/summary tags as they did not allow the center code line element to be in the middle after opening (it always pops up on top). But it's not much and the end result works and feels the same as with native details and summary tags. Plus the HTML markup is now more semantic. 8 8 9 With the new changes you can also "step" through the elements by clicking on tab/shift+tab and easily open and close them without losing focus. Keyboard ninjas will hopefully appreciate this ⌨️🥷 9 With the new changes you can also "step" through the elements by clicking on tab/shift+tab and easily open and close them without losing focus. 10 11 Keyboard ninjas will hopefully appreciate this ⌨️🥷 10 12 11 13 [[Image(https://code.djangoproject.com/raw-attachment/ticket/35137/collapsibles.png)]]