Posted by glen201 on August 24, 2009 at 2:12pm
Jump to:
| Project: | Hiroshige |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
When managing the CCK Display Fields in Content Types, e.g. admin/content/node-type/story/display, the fields edit box (Field Label, Teaser, Exclude, Full node Exclude) and its check boxes/drop downs stretch across the entire web page and cross into the navigation/block column(s) to the right of the content.
Comments
#1
Just bumping this thread.
Tha basic problem is that when you have cck images in your content type and e.g. the lightbox2 module enabled, the teaser and content html select fields in the display page become very large. This is more annoying on fixed width themes like acquia prosper, where a large part of the display fields table is getting hidden.
My solution is to make the outer div of this table scrollable (overflow:scroll)
Could anyone propose another solution?