thegooglecodearchive / django-grappelli

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

Fixed top and bottom bars conflicts with native browser search functionality #376

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's been annoying me for a while, so I finally decided to fill a bug report :p

1. Open either a change_list or a change_form view
2. Type Ctrl+F and search for a keyword within the page
3. The page will scroll to the first result, but it will be hidden underneath 
the fixed footer bar

Screenshot of what happens: http://i.imgur.com/vXaD0.png

Screenshot of what should happen: http://i.imgur.com/LSdSq.png

I see only two solutions for this.. the first is to try to fix it with 
JavaScript and fix the scrolling position. But I don't think this will be 
pretty to implement and I'm not sure it will work well.

The best solution in my opinion is to make the viewport start and stop before 
those bars, so that no part of it is hidden beneath a div.

Original issue reported on code.google.com by hainea...@gmail.com on 13 Jun 2011 at 12:35

GoogleCodeExporter commented 9 years ago
yes, should be solved.
@axel: please take a look at this.

Original comment by sehmaschine on 29 Jun 2011 at 12:28

GoogleCodeExporter commented 9 years ago
we discussed this issue and decided not to take any action - I do agree that 
it´s not nicely solved, but it´s a very rare case and the workaround is just 
too much effort. please reopen the ticket if you find a nice and easy solution 
(because we didn´t).

Original comment by sehmaschine on 17 Jul 2011 at 2:48