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

Switch doesn't transition when initially clicked on the text side of the switch #390

Closed
judowalker opened this issue Nov 29, 2014 · 3 comments
Assignees
Labels
Milestone

Comments

@judowalker
Copy link

Steps to reproduce:

  1. Go to http://www.bootstrap-switch.org/examples.html.
  2. Click the text part of any switch. Notice that the state change is immediate (no transition).
  3. Click the text side again. State change is still immediate.
  4. Click the empty (non-text) side. Notice the state transitions smoothly.

This only happens on the text side of the switch. If you keep clicking the text side, you'll never get a transition. Only when you click the empty side, any subsequent clicks will transition smoothly.

Once you click on the empty side of the switch, you'll have to refresh the page in order to reproduce the bug again.

@akaRem
Copy link

akaRem commented Dec 7, 2014

+1
When first click on switch happens on text side, slider jumps to opposite state. After that switching happens with transitions.

@LostCrew LostCrew self-assigned this Dec 16, 2014
@LostCrew LostCrew added this to the 3.2.3 milestone Dec 16, 2014
@LostCrew LostCrew added the bug label Dec 16, 2014
@LostCrew
Copy link
Member

@judowalker confirmed

@LostCrew
Copy link
Member

@judowalker fixed. check out v3.3.0, out soon.

@LostCrew LostCrew assigned LostCrew and unassigned LostCrew Dec 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants