thegooglecodearchive / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
Other
0 stars 0 forks source link

Wrong CSS for Inline with filter_horizontal #363

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which DJANGO-VERSION are you using?
1.3

Which GRAPPELLI-VERSION are you using?
SVN

Which BROWSER (including the version) are you using?
Firefox 4b12

What steps will reproduce the problem?
1. create an admin.StackedInline with a filter_horizontal m2m field
2. go to the admin page

What is the expected output? What do you see instead?
I expect to sett the filter_horizontal selector displayed properly. Instead a 
mix between filter_horizontal and filter_vertical is displayed due to a 
conflict in classnames (the 'stacked' class is used for the whole inline as 
well as the vertical selector itself).

Please provide any additional information below.
The attached patch fixes this issue without any apparent side-effects.

Original issue reported on code.google.com by mic...@sawicz.net on 7 Apr 2011 at 5:53

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 8 Apr 2011 at 7:23

GoogleCodeExporter commented 9 years ago
@axel: please take a look at this issue ... stacked-inlines with m2m-horizontal 
and m2m-vertical are activated within our test-environment.

Original comment by sehmaschine on 28 May 2011 at 7:52

GoogleCodeExporter commented 9 years ago
fixed with r1446, thanks for the patch

Original comment by parsch.inc@gmail.com on 29 May 2011 at 9:48