You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for the great work!
The Modal error Handling seems to have an issue. If I just press "Request Invitation" without providing an email, I get an error inside the modal. This is defined by
I now added some pictures to the page (beneath the modal) wrapped in a seperate div, but on error it will render the whole page again. see attached image.
Seems like the same behavior when I set ...class "modal fade" (I would love to have some transition).
I tried for the last 5 Days to rewrite the modal dialog to use Rails build in ajax (remote => true). But I just could not get it to work.
Do you have any suggestion, how I can fix the error handling to only prompt the error and not misbehave like in the screenshot?
Thank you so much!
joh
The text was updated successfully, but these errors were encountered:
I still believe that rerendering the modal on an ajax request seems not the right way to me?! But as stated before, I tried remote => true and could not get it to work.
in registrations/new.html.erb as following:
div class="modal-body" style="margin-bottom: 120px; overflow: visible"
It changes dialog's size and fixes rendering issue.
I ran into the same problem; I currently use the first suggestion but would like to get errors messages back if possible. The second suggestion did not change anything for me ...
I will have a look once 've got time how to fix this ...
Hi,
thanks for the great work!
The Modal error Handling seems to have an issue. If I just press "Request Invitation" without providing an email, I get an error inside the modal. This is defined by
So far this is great!
I now added some pictures to the page (beneath the modal) wrapped in a seperate div, but on error it will render the whole page again. see attached image.
Seems like the same behavior when I set ...class "modal fade" (I would love to have some transition).
I tried for the last 5 Days to rewrite the modal dialog to use Rails build in ajax (remote => true). But I just could not get it to work.
Do you have any suggestion, how I can fix the error handling to only prompt the error and not misbehave like in the screenshot?
Thank you so much!
joh
The text was updated successfully, but these errors were encountered: