Sebastian Zoglowek
Sebastian Zoglowek
Still need to address this before this is ready to merge: https://github.com/contao/contao/pull/7235#discussion_r1619539602
@aschempp I wrote it down here: https://github.com/contao/contao/pull/7235#discussion_r1619539602
I did not add `aria-pressed` on buttons since that one is handled by the browser itself, however there's the `aria-expanded`-attribute that I've added to make sure that screenreaders like NVDA...
This is the state now (using NVDA for reading the attributes) https://github.com/user-attachments/assets/f65d5a7d-9fc4-4fb3-994a-d72b45b09034
@contaoacademy could you tell me what OS and browser you are using?
@aschempp @contaoacademy How about a width of 800px (instead of 750px):  This would have to be fixed in the package-list tho
But Germans usually use the longest words :D. Should we go with custom scrollbar styles then? Thought that Mac doesn't show scrollbars anymore after a few seconds (showing on hover...
> imho it should may be work the same way as the new fieldset links in the contao back end editing view. @fritzmg can you provide a screenshot of this...
> Just edit a record in Contao 5.3 :) > > It uses > > ```css > overflow-x: scroll; > scrollbar-width: none; > ``` > > which means you can...
> And smartphones have a width smaller than 800px for sure. Changing it to `scrollbar-width: none;` would also hide it on smartphones -> And some people actually look at extensions...