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
When navigating from https://jobs.code4lib.org/jobs/new to other pages via the browser back/forward buttons (Chrome Version 58.0.3029.110 (64-bit)), the job fields keep getting added.
Expected Result
When navigating back and forth via the browser history buttons, the post jobs page only ever has one set of fields for posting a job.
Possible Fix
Wipe markup from post job page every time it loads. I'm not familiar with how the routing works or if some of the markup/data is stored locally, but erasing everything on that request path before rendering the page would seem easier to do than add other checks.
The text was updated successfully, but these errors were encountered:
Sounds like an incompatibility with CKEditor and turbolinks. I've fixed this in other applications by checking if the ckeditor is already initialized first.
Context / Current Result
When navigating from https://jobs.code4lib.org/jobs/new to other pages via the browser back/forward buttons (Chrome Version 58.0.3029.110 (64-bit)), the job fields keep getting added.
Expected Result
When navigating back and forth via the browser history buttons, the post jobs page only ever has one set of fields for posting a job.
Possible Fix
Wipe markup from post job page every time it loads. I'm not familiar with how the routing works or if some of the markup/data is stored locally, but erasing everything on that request path before rendering the page would seem easier to do than add other checks.
The text was updated successfully, but these errors were encountered: