There are 3 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-4e32cc4f-c3e6-4878-925b-6e88ab96fb3a XWIKI-22727 Open

Make the width of panel column flexible

 
View issue   ยท   Add comment
 

3 comments

 
cid:jira-generated-image-avatar-307effa1-cf61-458b-a73b-6700f2d07a9d Charpentier Lucas on 03/Mar/25 17:04
 

Looking at the screen capture, here are a few requirements we can use for the implementation of the controller:

  • This controller should be mostly invisible, and cover the whole width of the panelColumn.
  • This controller "active" and "hovered" state are highlighted with a blue line where the demarcation of the panelColumn is.
  • This controller can be shown to the user with a small backgroundless "vertical dots" icon. On jira, this is four dots, need to check why/if there's precedence or a standard for this...

Accessibility specific requirements:

  • The controller can be focused with a keyboard (tabOrder)
  • The controller is operable with a keyboard (e.g. right and left arrows to increase/decrease the size of the column by 10pxs)
  • Since this controller has non standard operations, those operations are described to the non-visual user properly.
 
cid:jira-generated-image-avatar-307effa1-cf61-458b-a73b-6700f2d07a9d Charpentier Lucas on 03/Mar/25 17:07
 
Looking at the screen capture, here are a few requirements we can use for the implementation of the controller:
* This controller should be mostly invisible, and cover the whole width of the panelColumn.
* This controller "active" and "hovered" state are highlighted with a blue line where the demarcation of the panelColumn is.
* This controller can be shown to the user with a small backgroundless "vertical dots" icon. On jira, this is four dots, need to check why/if there's precedence or a standard for this...



Accessibility specific requirements:
* The controller can be focused with a keyboard (tabOrder)
* The controller is operable with a keyboard (e.g. right and left arrows to increase/decrease the size of the column by 10pxs)
* Since this controller has non standard operations, those operations are described to the non-visual user properly.

PS: the four dot character is unicode, and it represents an omission or an ellipsis. There's no documented meaning besides this, but it's commonly used in UIs depending on the OS.
https://www.htmlsymbols.xyz/unicode/U+205E
 
cid:jira-generated-image-avatar-307effa1-cf61-458b-a73b-6700f2d07a9d Charpentier Lucas on 03/Mar/25 17:09
 
Looking at the screen capture, here are a few requirements we can use for the implementation of the controller:
* This controller should be mostly invisible, and cover the whole width of the panelColumn.
* This controller "active" and "hovered" state are highlighted with a blue line where the demarcation of the panelColumn is.
* This controller can be shown to the user with a small backgroundless "vertical dots" icon. On jira, this is four dots, need to check why/if there's precedence or a standard for this...



Accessibility specific requirements:
* The controller can be focused with a keyboard (tabOrder)
* The controller is operable with a keyboard (e.g. right and left arrows to increase/decrease the size of the column by 10pxs)
* Since this controller has non standard operations, those operations are described to the non-visual user properly.

PS: the four dot character is
some archaic punctiation from unicode, and it represents an omission or an ellipsis. There's no documented meaning besides this, but it's commonly used in UIs depending on the OS.
https://www.htmlsymbols.xyz/unicode/U+205E