Description
When resizing columns in a Table v2, the internal col-w-N block properties (e.g. col-w-1: 146px, col-w-2: 323px) appear as visible text at the top of the table. They persist — they don't disappear after resizing is done.
Expected behavior
Column width properties are internal/tech properties and should be hidden from the rendered view, the same way logseq.table.version:: 2 was fixed in #9499 (closing #9489).
Actual behavior
After resizing a table column, properties like col-w-1:: 146px appear as plain text above the table and stay visible.
Steps to reproduce
- Create a Table v2 block
- Resize any column by dragging the column border
- Observe
col-w-1:: <value> text appearing at the top of the table and not disappearing
Screenshots
(Column width indicators visible above table after resizing)
Environment
- Logseq version: 0.10.15
- Platform: Windows 10
Installed plugins
- Imgur Upload v0.0.4
- Jump to Block v1.6.1
- File Linker v0.2.0
- LogTools v0.1.1
- Save Scrollbar Position v0.0.4
- TODO Exploder 1.0.3
- Markdown Table Editor v1.9.0
- Copy Code v1.2.0
- Bullet Threading v1.1.4
- Banners v3.4.11
- Awesome Links v1.15.16
- Tabs v1.19.4
- Block to page v1.3.0
- Another Embed v0.17.4
- Link Preview v2.3.0
- logseq-wordcount-plugin 2.4.14
- Awesome UI v2.4.0
- Luckysheet v0.9.3
- Awesome Props v1.10.0
Related
Description
When resizing columns in a Table v2, the internal
col-w-Nblock properties (e.g.col-w-1: 146px,col-w-2: 323px) appear as visible text at the top of the table. They persist — they don't disappear after resizing is done.Expected behavior
Column width properties are internal/tech properties and should be hidden from the rendered view, the same way
logseq.table.version:: 2was fixed in #9499 (closing #9489).Actual behavior
After resizing a table column, properties like
col-w-1:: 146pxappear as plain text above the table and stay visible.Steps to reproduce
col-w-1:: <value>text appearing at the top of the table and not disappearingScreenshots
(Column width indicators visible above table after resizing)
Environment
Installed plugins
Related
logseq.table.version::visibility, butcol-w-Nproperties were not covered