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

ToggleSlide animation error #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 11, 2012

  1. Update ux/toggleslide/ToggleSlide.js

    Before applying animation, it checks if the component is rendered to prevent js error.
    When ToggleSlide form field's value is changed before it is rendered, it causes an error.
    
    To reproduce, 
    1. Put a toggleslidefield inside tabpanel's second tab which doesn't show initially. then put the tabpanel inside a formpanel.
    2. form.loadRecord to change slidetoggle's value.
    arthurpark committed Dec 11, 2012
    Configuration menu
    Copy the full SHA
    c6705db View commit details
    Browse the repository at this point in the history