pierluisdj
New member
Good morning,
there is a bug in the modal mode that i can't solve.
The bug is present also in the online demo.
If I click on someone of button (the rendered button in modal detail view), the modal view execute the relative code but block the vertical scrolling of the body list.
I can only use the oriz. scrolling, reopen the detail modal view and close the modal by the (x) in the corner.
The script call the data-dismiss='modal' and the body scrolling return to work...
Full procedure:
open page with $xcrud->is_edit_modal(true) ...
open one element in detail view...
click on "back" button...
(boby scrolling bug active)
for exit:
reopen one element in detail view...
click on "x" in the top right corner... that "x" is associated to data-dismiss
(body scrolling fixed)
How is possible fix this problem?
there is a bug in the modal mode that i can't solve.
The bug is present also in the online demo.
If I click on someone of button (the rendered button in modal detail view), the modal view execute the relative code but block the vertical scrolling of the body list.
I can only use the oriz. scrolling, reopen the detail modal view and close the modal by the (x) in the corner.
The script call the data-dismiss='modal' and the body scrolling return to work...
Full procedure:
open page with $xcrud->is_edit_modal(true) ...
open one element in detail view...
click on "back" button...
(boby scrolling bug active)
for exit:
reopen one element in detail view...
click on "x" in the top right corner... that "x" is associated to data-dismiss
(body scrolling fixed)
How is possible fix this problem?