Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colspan is ignored on table cells #1878

Open
ruir6o opened this issue Jul 19, 2022 · 0 comments
Open

colspan is ignored on table cells #1878

ruir6o opened this issue Jul 19, 2022 · 0 comments

Comments

@ruir6o
Copy link

ruir6o commented Jul 19, 2022

Describe the bug
I have created a table for listing the tracks in an album, which uses a single cell that spans all of the columns when multiple disks exist in order to separate the tracks from one disk from the other. However, when Metro transforms the table it removes the colspan attribute, meaning that the first column (with the track number) suddenly grows in width and disrupts the whole intended layout.

To Reproduce
Example. If you inspect the elements that specify the CD number you'll see that the colspan attribute was removed. Adding it manually with the developer tools to both CD entries will then resize the table to the expected layout.

Expected behavior
The colspan attribute should be retained in the <td> element that defines it.

Screenshots
Current behaviour:
Colspan being removed, disrupting the table layout
Expected behaviour (manually added the colspan attribute):
Colspan manually added
Desktop:

  • OS: Windows 10
  • Browser: Opera GX 88.0.4412.85
  • Metro Version: 4.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant