Export to GitHub

formalchemy - issue #99

Models with large numbers of fields are unusable in pylons admin interface


Posted on May 22, 2009 by Swift Rhino

What steps will reproduce the problem? 1. Create a model with many fields 2. Look at it in admin interface 3. Can't see the edit and delete links

What is the expected output? What do you see instead? I should have an overflow set to auto for this area. Instead, the overflow is hidden, so we lose access to some content

What version of the product are you using? On what operating system? 1.2 on OSC

Please provide any additional information below. On line 226 of admin.css is the rule for .box, which has the overflow:hidden style. Change that to overflow:auto and it works again.

Comment #1

Posted on May 24, 2009 by Grumpy Cat

Fixed in trunk. Thanks

Status: Fixed