Calixte Denizet
241e8c18b9
Slightly move the resizer on the sidebar (bug 2019585)
...
And add a white border to the resizer in order to make it visible whatever the background is.
2026-02-26 14:35:13 +01:00
Calixte Denizet
956c2a051a
Fix the sidebar resizer accessibility
...
It's width was a bit wrong because of its box-sizing property and it was causing some issues when resizing it with the keyboard.
And for the thumbnails sidebar, the tabindex was missing and some aria properties too.
2026-01-27 21:41:11 +01:00
Calixte Denizet
c51ceb750b
Add some callbacks when resizing a sidebar
...
And use a ResizeObserver in order to avoid to have to compare the width with min/max which can be in
an other unit than px.
2025-12-04 21:40:46 +01:00
Calixte Denizet
45578aa8f5
Create a sidebar object
...
For now its use is limited to the comment sidebar but it'll be used for the new one
containing the thumbnails.
And make the sidebar more accessible with the keyboard or a screen reader.
2025-11-28 16:22:26 +01:00
Calixte Denizet
3ecefa5e0c
[Editor] Slightly move the resizer in the sidebar comment in order to make it easier to use (bug 1992385)
...
And highlight the resizer when hovering it.
2025-10-03 17:07:42 +02:00
Calixte Denizet
7041459fc0
[Editor] Remove useless sidebar css
2025-09-26 22:32:54 +02:00
Calixte Denizet
a372294ea3
[Editor] Make the comment sidebar resizable (bug 1990544)
2025-09-25 15:29:41 +02:00
Calixte Denizet
25990e4287
[Editor] Add a sidebar allowing the user to navigate between the comments in a pdf (bug 1985567)
...
This implements what has been specified but it's still not done: we have to handle editing a comment
or an annotation containing one.
2025-08-29 16:00:06 +02:00