-
Notifications
You must be signed in to change notification settings - Fork 94
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
BUG: Fix new page form clearing when selecting a Under another page
option
#765
BUG: Fix new page form clearing when selecting a Under another page
option
#765
Conversation
Does this mean we lose all the loading animations again? I’d rather have them than fix this bug, if I had to choose |
Yep. On closer look I can see this is caused by 2f2fb2b due to
Will update PR. |
Boom |
cf21439
to
628a678
Compare
628a678
to
4ccfcff
Compare
Ok I literally prepared this exact patch for another issue I've encountered where |
4ccfcff
to
cd54aa7
Compare
The test failures are pre-existing in 1.3: https://travis-ci.org/silverstripe/silverstripe-admin/builds/462576472 They're being looked at separately. |
Fixes #2339
Revert d05e142
EDIT:
In the end this didn't revert but instead resolved the issue by creating an empty container for the React loading component to mount inside rather than mounting in a container that already had a potentially significant DOM tree.