yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 467 forks source link

Bad proposal position with Firefox and jQuery modal window #854

Open ajira86 opened 7 years ago

ajira86 commented 7 years ago

I tried to use django-autocomplete-light 2.3.3 in a jQuery 1.12.4 / Bootstrap 2.3.3 modal windows

It works like a charm in Chromium browser but not totally in Firefox (45.9.0). In this case, the results are show out of the modal windows about 3 cm on bottom right.

screenshot from 2017-06-01 12-02-35

If I remove the modal class on the div, the input results are correctly shown. I tried to re-arrange tags but without real effect. Is there a better way to use modal window with autocomplete-light module ?

jpic commented 7 years ago

I think reporting it to firefox would be better.

Otherwise, another version of JAL used a different positioning system that was compatible with model boxes, but not with django admin - at that time, on the old theme.