Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2006 at 02:20 UTC
Updated:
21 May 2011 at 09:30 UTC
I built a three-column CSS layout. In fact, I built 2: one with a fixed-size center, and one with a liquid center.
The input format admin form (admin/filters) tries to just get wider and wider in proportion to the number of roles. it either explodes the layout or the roles to the right disappear under the right column (depending on CSS details browser).
Given that the first two roles have long, unchangable, names, this is a problem. This form should be designed so that it can work in constrained width even as the number of roles goes up.
access/admin has the same problem, perhaps worse.
Comments
Comment #1
magico commentedI confirm this bug.
The problem results of the fat that the table is to big (because of header titles) and extends further. The solution is a completly redesign of admin sections that have tables with "dynamic" columns.
Comment #2
magico commentedThis is a big problem with wider html tables. Pushing this to HEAD for furter discussion about the correct design. Limit table columns? Allow themes to specify the number of columns *without* having to recreate all theme output code?
Comment #3
LAsan commentedIs this still a problem in current version?
Comment #4
mdupontIssue too old, it's probably handled better now. Closing.