It looks like in tables now, that items within cells are vertically aligning center rather than fixed to the top. So that's throwing off some of my coding.
It looks like in tables now, that items within cells are vertically aligning center rather than fixed to the top. So that's throwing off some of my coding.
| Text in the top row placed IN a cell is forced BOLD and confined within cell alignment. | ||||
| NORMAL | BOLD
| BOLD edit: Text in a cell following the cell with the nested table will start from the bottom. | ||
| NORMAL | NORMAL | NORMAL |
| Text in the top row placed IN a cell is forced BOLD and confined within cell alignment. | ||||
| NORMAL | BOLD
| BOLD edit: Text in a cell following the cell with the nested table will start from the bottom. | ||
| NORMAL | NORMAL | NORMAL |
<Snipped quote by Mjolnir>
Oh thanks, I see the problem. Gimme 5 min. Edit: Done
@Exit I see, so there's a regression now in the:
>BOLD edit: Text in a cell following the cell with the nested table will start from the bottom.
Now all cell content is anchored at the top.
This is because the first table row (thead) had special behavior like bold text and bottom alignment (instead of top alignment like the rest of the table). This behavior went away when I stopped special-casing the first table row.
Hey again, sorry lol.
So I was working on tables today and I noticed another weird bug. The more rows that are in a table it adds more space above and below the entire table. I had a paragraph above a table and the spacing was normal, but as I added more rows to the table that gap got larger.
From my experimenting it's nothing on my end.
Just wanted to let you know! Thanks :)
Awful 
@Mjolnir Yeah, the line break behavior is so annoying.
I think it's preserving every line break you make in bbcode, so the only way to avoid it is so put your bbcode on the same line.Awful
I think the solution is for me to tweak the bbcode system to ignore linebreaks between things like rows and cells and also ignore leading/trailing line breaks inside [cell] a [/cell].
| tableONE cellONE Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eget aliquet nibh praesent tristique magna. | tableONE cellTWO
|
| Table"ONE" RowTWO CellONE | Table"ONE" RowTWO CellTWO |
| tableONE cellONE Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eget aliquet nibh praesent tristique magna. | tableONE cellTWO
|
| Table"ONE" RowTWO CellONE | Table"ONE" RowTWO CellTWO |
| tableONE cellONE Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eget aliquet nibh praesent tristique magna. test . . . . . . . . . . test . . . . . . . . . . test | tableONE cellTWO
|
| Table"ONE" RowTWO CellONE | Table"ONE" RowTWO CellTWO |
| tableONE cellONE ________________________________ | tableONE cellTWO
|
| Table"ONE" RowTWO CellONE |
|
| ▇▇▇▇▇▇▇▇▇ . . . . . . . . . ▇▇▇▇▇▇▇▇▇ . . . . . . . . . ▇▇▇▇▇▇▇▇▇ . . . . . . . . . ▇▇▇▇▇▇▇▇▇ . / . _ . . . . . . _ . ▇▇▇▇ rodent ▇▇▇▇ cheese ! . . . . . . . . . ▇▇▇▇▇▇▇▇▇ . \ . . . . . . . . ▇▇▇▇▇▇▇▇▇ . . . . . . . . . ▇▇▇▇▇▇▇▇▇ . . . . . . . . . ▇▇▇▇▇▇▇▇▇ |
