platform icon indicating copy to clipboard operation
platform copied to clipboard

UX table >> in a table, I cannot use the tab symbol to have bullet point to become a child bullet point, it creates a new cell in row below

Open charles-rollet opened this issue 1 year ago • 1 comments

UX table >> in a table, I cannot use the tab symbol to have bullet point to become a child bullet point, it creates a new cell in row below

example from wiki » https://front.hc.engineering/workbench/platform/document/untitled-661642d515b64cdef8965a6e

Huly®: UBERF-6466

charles-rollet avatar Apr 10 '24 07:04 charles-rollet

Root cause: the problem is with orders of extensions, the table extension is registered after list extensions. Shortcuts work in reverse order, so table handles key event first. We need to reorder extensions to make it working properly.

aonnikov avatar Apr 10 '24 11:04 aonnikov