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

EWPP-2735: Row Header in Tables - Inconsistent text alignment. #1264

Merged
merged 1 commit into from
May 10, 2023
Merged

Conversation

sergepavle
Copy link
Member

OPENEUROPA-[Insert ticket number here]

Description

[Insert description here]

Change log

  • Added:
  • Changed:
  • Deprecated:
  • Removed:
  • Fixed:
  • Security:

Commands

[Insert commands here]

// rows produce visual issues in mobile/tablet view. For avoiding such
// problems we can use 'simple display' instead of ECL enhanced one for
// mobile/tablet.
$span_cells = $xpath->query('.//*[self::th or self::td][(@colspan and @colspan > 1) or (@rowspan and @rowspan > 1)]', $table);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this fix, my tests didn't any issue with the mobile tables. In fact, adding the simple table display made the tables not adjust to the mobile view and to be much wider than the rest of the contents of the page.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes indeed. Mobile/tablet view looks as it should be. We may keep responsive behavior.

@upchuk upchuk merged commit 237ac4b into 3.x May 10, 2023
@upchuk upchuk deleted the EWPP-2735 branch May 10, 2023 08:31
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

Successfully merging this pull request may close these issues.

4 participants