-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
if title/placeholder enabled, select value changes when pressing back in browser #1023
Comments
any thoughts on this? thanks |
Any chance you can link me to an example? |
@caseyjhol any webpage with a select submiting to another page (or even maybe to the same page), when press back in the browser will select the previous options +1 |
It's possible the most recent commit (c09f46c) fixed this. Can you give it a try now? |
Thanks, you give this a test, tomorrow in the office. |
Ok now it is acting even weird:
|
Can you include some screenshots? I can't recreate this on my end (Windows 8.1, Chrome 43). |
I was testing on W7 with IE9. Gonna generate a reduced test case and run it with chrome, ie and firefox on W7 |
This is still happening in the last dist. I am using W7 and IE9 or last Chrome. How to reproduce:
|
@Khrysller did you solve this problem? I have page with a lot of modal windows, every modal is a form with selectbox. After submitting and press back, html code of is correct. But plugin dont work right. |
I am closing this for now. Thanks. |
If it is indeed the same bug: here is a public site where the issue is easily reproducible: https://index.scala-lang.org/akka/akka/akka-actor The relevant select is on the right-hand side: Steps to reproduce:
I was using Firefox for when confirming the above. |
I'm able to recreate this, specifically for standard select elements that have the title (placeholder) attribute set. My recreation is more similar to the one described in #1296. The placeholder option is added to the select and automatically selected instead of the default selected value. |
… avoid overwriting the saved value (#1023)
Released in v1.13.17! |
Just found an issue with the last master, v1.7.0.
How to replicate: Create a form with some selectboxes, submit the form, press back in the browser to go back to the form. the selectbox highlight the next option instead the option selected.
The text was updated successfully, but these errors were encountered: