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

EZP-21348 eZOE: table width not saved in IE8 #704

Closed
wants to merge 2 commits into from

Conversation

dpobel
Copy link
Contributor

@dpobel dpobel commented Jul 31, 2013

JIRA: https://jira.ez.no/browse/EZP-21348

Description

Like in #703 (see EZP-21346), it's a case issue. In IE8, Online Editor adds style="WIDTH: XXXX" to set the width of a table which is transformed into WIDTH="XXXX" and then removed because the parser expects the attribute name to be in lowercase. This patch makes sure the width attribute (actually any attributes from the CSS style) is added in lowercase.

Tests

manual + unit tests

@andrerom
Copy link
Contributor

andrerom commented Aug 2, 2013

+1

@yannickroger
Copy link
Contributor

+1 for the fix and a big up for the unit test :)

I think the commits should be squashed before merging.

@dpobel
Copy link
Contributor Author

dpobel commented Aug 6, 2013

Merged in d6762c0 and 735a05e

@dpobel dpobel closed this Aug 6, 2013
@dpobel dpobel deleted the ezp-21348_width_table_ie8 branch August 6, 2013 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants