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

options toggling on Edge #107

Open
gordonwoodhull opened this issue Jan 21, 2019 · 0 comments
Open

options toggling on Edge #107

gordonwoodhull opened this issue Jan 21, 2019 · 0 comments

Comments

@gordonwoodhull
Copy link
Contributor

gordonwoodhull commented Jan 21, 2019

Loading e.g. the Simple Viewer or the Arrow Designer, any checkbox which is checked based on the defaults or query string will be toggled each time the page is loaded, rather than just taking the value.

50/50 chance the checkbox won't match the actual value (or 25% considering it is only a problem if the value is true).

Maybe it has to do with saved state for page? But why would

                            $(opt.selector)
                                .prop('checked', val);

toggle instead of just setting the checkedness?

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