frederikhandberg on Nostr: Working on implementing support for tables in my notes app. Having trouble with ...
Working on implementing support for tables in my notes app. Having trouble with `NSTextView` inside table cells not extending full height.
Like if we have two cells in a row (which means there are two columns), then resizing column 1 will cause the text to wrap around. Cell 2 in column 2 will then increase its height leaving empty area below. This empty area is not clickable because the textview is not extending all the available height...
Funny enough, when closing and reopening the note, then the height is calculated correctly. This means the available area is clickable. But as soon as I make a resize adjustment to a column divider, this available height is not calculated correctly... #bug
Published at
2026-03-19 19:46:03 UTCEvent JSON
{
"id": "2af7439e68d4ec4df6a3e25b0188e10fa6ea9155f45fb3d869d63aa4309deb33",
"pubkey": "9c9f81ed795f0f5efa558932824687d84fc7e6a4cfa6db5d6d3b50fcb7ffaec2",
"created_at": 1773949563,
"kind": 1,
"tags": [
[
"t",
"bug"
],
[
"client",
"Ditto"
]
],
"content": "Working on implementing support for tables in my notes app. Having trouble with `NSTextView` inside table cells not extending full height.\n\nLike if we have two cells in a row (which means there are two columns), then resizing column 1 will cause the text to wrap around. Cell 2 in column 2 will then increase its height leaving empty area below. This empty area is not clickable because the textview is not extending all the available height...\n\nFunny enough, when closing and reopening the note, then the height is calculated correctly. This means the available area is clickable. But as soon as I make a resize adjustment to a column divider, this available height is not calculated correctly... #bug",
"sig": "42a2a7a9c1639c10616058d8648b40177271e5cea2588c6ba3f319f889eef394c5f5001d9ac5a5f4c6db5ff985103a952eda0869c738fc94177e5ee413edf9ad"
}