-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial values race condition #1292
Comments
Okay, I was able to create a clear repro of the problem Note that it only happens with the required fields. Optional fields doesn't get reset (see driver, it's also autocomplete). @jpic , could you comment on it, please? |
Successful (initialized correctly) stack trace:
|
Thanks for your report! Could you reproduce this with browsers other than safari? |
@jpic, yes, this bug even more frequent in Chrome. I specifically made a video with Safari because it was easy to hit refresh a couple of times and get the correct behaviour. |
Ok, thanks for your feedback! I wonder if we still have the problem with this version: #1170 Easier is maybe to try with the serve.py script in the github.com/yourlabs/autocomplete-light repository |
Hi DAL team,
I have a problem that on opening a django admin page with DAL fields it doesn't have initial values, while making the same thing in Safari prepopulates all of the fields correctly. Also, when opening a new tab in Safari and pasting there the url, on the first load the initial values are empty, while after reloading they are prepopulated correctly.
My wild guess is that there is some race condition in JS code.
The text was updated successfully, but these errors were encountered: