Skip to content
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

Layout render incorrect when using browser back navigation #2113

Closed
a14m opened this issue Nov 18, 2014 · 6 comments
Closed

Layout render incorrect when using browser back navigation #2113

a14m opened this issue Nov 18, 2014 · 6 comments

Comments

@a14m
Copy link

a14m commented Nov 18, 2014

In the cases where the admin page has one of the following components Select or Multi-select if I opened the model for edits then use the back navigations (via browser) then use the forward navigation (via browser)... the components are added to the form resulting in many components for the same field

check the attached gif for better explaination
rails_admin_issue

@DenisKem
Copy link

Have same problem, also added filters on index repeat itself too.

@fmh
Copy link
Contributor

fmh commented Aug 9, 2015

have a same issue, it's a bug with jquery.pjax when browser history back/forward

@mshibuya
Copy link
Member

mshibuya commented Sep 3, 2016

Fixed by #2678.

@mshibuya mshibuya closed this as completed Sep 3, 2016
@satkar-seanergy
Copy link

@mshibuya I am using 'rails_admin', '~> 3.0.0' and I see this issue.
I did check https://github.com/railsadminteam/rails_admin/blob/v3.0.0/src/rails_admin/filtering-select.js#L31-L33 comment says

autocomplete field will be cached which causes duplicate fields to be generated.

So is this issue still need some work to be done?

@mshibuya
Copy link
Member

mshibuya commented Nov 4, 2022

No. The comment is just explaining the reason of that implementation.
Try with the latest release 3.1.0.rc2, and if it doesn't fix please open another issue.

@satkar-seanergy
Copy link

@mshibuya as suggested opened a new but since I see issue is still reproducible while using rails_admin 3.1.0.rc2 #3570

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants