pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by doug...@openplans.org on 22 May 2009 at 8:50

GoogleCodeExporter commented 9 years ago
Fixed in trunk. Thanks

Original comment by gael.pas...@gmail.com on 24 May 2009 at 8:55