You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurs also when coping a table section that will result in broken table layout to the clipboard. I think that one fix could be addressed in two places (both when copying to the clipboard and getting table from the clipboard).
This returns only number of tableRow elements and when there are spans then this get's completely messed up eg:
This error occurs also when coping a table section that will result in broken table layout to the clipboard. I think that one fix could be addressed in two places (both when copying to the clipboard and getting table from the clipboard).
This returns only number of
tableRow
elements and when there are spans then this get's completely messed up eg:for table above (such layout can be copied from bigger table)
tableUtils.getRows()
will return 2 but:rowspan
= 4rowspan
= 2I think we should use real table height.
Originally posted by @niegowski in #7226
The text was updated successfully, but these errors were encountered: