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

Serialization broken in Firefox when options are filtered #178

Open
alexanderheckel opened this issue Nov 13, 2020 · 1 comment
Open

Serialization broken in Firefox when options are filtered #178

alexanderheckel opened this issue Nov 13, 2020 · 1 comment

Comments

@alexanderheckel
Copy link

alexanderheckel commented Nov 13, 2020

Browser / OS details

Firefox Version: 82.0.3
OS Version: macOS 10.15.7

Steps to reproduce the issue

  1. Clone repository
  2. Open demo/index.html in Firefox
  3. Filter 'Option 1', select 'Option 1'
  4. Run "$('#demoform').serialize()" in Console
$('#demoform').serialize()
"duallistbox_demo1%5B%5D_helper2=option1&duallistbox_demo1%5B%5D=option1&duallistbox_demo1%5B%5D=option3&duallistbox_demo1%5B%5D=option6"

Note duallistbox_demo1%5B%5D_helper2=option1&, which should not be there.

Running the same test with Chrome or Safari:

$('#demoform').serialize()
"duallistbox_demo1%5B%5D=option1&duallistbox_demo1%5B%5D=option3&duallistbox_demo1%5B%5D=option6"

Any suggestions?

@alexanderheckel
Copy link
Author

Seems to be related to #109, which is more a workaround than a fix. Feel free to close the issue if you think this is not a bug - thanks.

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

1 participant