Some modules (search_api_solr) adds extra columns to the index editing screen that moves the table outside the screen, showing the scrollbar (view screenshot).
bug screenshot

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cristiroma created an issue. See original summary.

cristiroma’s picture

Status: Active » Needs review
FileSize
630 bytes
357.34 KB

Attaching a patch that limits the size of the "field" name and "machine name" of the fields. fixed issue

borisson_’s picture

Status: Needs review » Reviewed & tested by the community

This is not a great fix, but an improvement none the less. Let's get this in.

drunken monkey’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for reporting this and providing a patch! Good catch!
The real question to me is why text fields default to a size of 60 in Core? That seems a little excessive, and will make problems (for our table) even without additions, on smaller screens. So decreasing that to more sensible numbers makes perfect sense. (Even the now current 40/35 seem a bit high to me.)
So: committed. Thanks again!

Status: Fixed » Closed (fixed)

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