Problem/Motivation

We'd like to use colspan 3 on the table headers here https://www.drupal.org/node/3215948

Steps to reproduce

Proposed resolution

Allow colspan on th elements

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork drupalorg-3219990

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

larowlan created an issue. See original summary.

larowlan’s picture

Status: Active » Closed (won't fix)

Actually it looks like we're not using wysiwyg_filter, just core's html_filter so attributes are probably off the table

drumm’s picture

Assigned: Unassigned » drumm
Status: Closed (won't fix) » Needs review

D7 core doesn’t do a whole lot with arbitrary attributes, so we can allow this. It’s the CKEditor advanced content filter that is removing the attribute when you go back to edit content.

drumm’s picture

Status: Needs review » Fixed

This has been deployed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.