Fixed Quoting tables

frm

Well-known member
Affected version
2.2.2
Looks like the bug in this report came back, replicated in my following post from the table below the last bug report:

NumberNumberNumberNumber
1111
2222
3333
4444
5555
6666
7777
8888
9999
10101010

(It would be nice if it could quote the selected rows and the header of "Number", but I think that'd be more of a suggestion than a bug of creating a table from the selection)
 
[TR]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]6[/TD]
[TD]6[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]7[/TD]
[TD]7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8[/TD]
[/TR]
Quoting rows 4-8.
 
you can't just quote rows without the header though....
Should be able to, just like you can copy/paste an Excel spreadsheet (unsure of Excel, but definitely Google Sheets) in various places while still keeping a "table" format.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.4).

Change log:
Properly maintain the full table markup when selectively quoting only part of a table.
There may be a delay before changes are rolled out to the XenForo Community.
 
No, it will only include elements that are actually selected. (I suspect that including anything else would be very unlikely, especially as there are some very tricky/odd cases that can come up with these partial selections.)
 
Top Bottom