Skip to content

options toggling on Edge #107

Description

@gordonwoodhull

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions