Page 1 of 1

Question About Canvas Table Borders

Posted: February 7th, 2022, 7:37 pm
by JefferyD
I noticed that there are 2 borders around table cells on the canvas. The inner border is for the table row, but the outer border doesn't seem to be anything. When clicked, it just selects the parent cell behind it.
WidgetCanvas_Table_Layers.png
WidgetCanvas_Table_Layers.png (7.38 KiB) Viewed 1151 times
WidgetCanvas_Table_Layers.png
WidgetCanvas_Table_Layers.png (7.38 KiB) Viewed 1151 times
When the table is selected, an extra border is added along the outside and doesn't utilize the already present outer border.
WidgetCanvas_Table_Selected.png
WidgetCanvas_Table_Selected.png (3.2 KiB) Viewed 1151 times
WidgetCanvas_Table_Selected.png
WidgetCanvas_Table_Selected.png (3.2 KiB) Viewed 1151 times
What is this other border for? If it's not used for anything, then should it be used for the table instead of having an additional border that can't even be clicked on?

Re: Question About Canvas Table Borders

Posted: February 9th, 2022, 12:18 pm
by steve.sakhnini
A table will have a header and three containers: table body > table row > table cell.
When a table is selected it's outer border is highlighted light orange.
When a table is not selected it's outer border is highlighted light gray.
The table body is not selectable and cannot be directly modified, instead use the header to select the whole table and change properties there.

Row has a solid gray border and white background (parent container is table body (white) and children are cells (gray)).

Cell has a dark gray dashed border and a lighter gray body.

Both rows and cells will change background color to light orange when selected.
Empty cells will change color on hover to light blue.

I hope this explains the UI design.

if you believe that the table view should be simplified or made more detailed, or if you have suggestions to improve it, feel free to share them, I am open to suggestions.

Re: Question About Canvas Table Borders

Posted: February 9th, 2022, 5:06 pm
by JefferyD
Oh, so that's the table body? I guess that makes sense.

Not sure if we want to make that the table then, but could it at least select the table when the body is clicked? It's currently selecting the cell behind it instead.

Re: Question About Canvas Table Borders

Posted: February 10th, 2022, 8:54 am
by steve.sakhnini
Sure, I will create a task for it.

Re: Question About Canvas Table Borders

Posted: February 10th, 2022, 4:21 pm
by steve.sakhnini
task 10103 has been created.
I will update the post once it is completed.

Re: Question About Canvas Table Borders

Posted: February 24th, 2022, 1:32 pm
by JustinVanRegenmorter
DesignTime Revision 2169 resolves this issue.