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

Status always on when used in hidden areas (e.g. tabs) #383

Closed
flth opened this issue Nov 22, 2014 · 12 comments
Closed

Status always on when used in hidden areas (e.g. tabs) #383

flth opened this issue Nov 22, 2014 · 12 comments
Assignees
Labels
Milestone

Comments

@flth
Copy link

flth commented Nov 22, 2014

as @PaddySe mentioned in Bug #376 the status is always on even if set to off.
Fiddle here http://jsfiddle.net/tczkea7z/

@dwilkie
Copy link

dwilkie commented Nov 24, 2014

+1

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

@flth confirmed

@urmaslipso
Copy link

same here, appears in collapsed navbar, just did this while waiting the fix ;)
$(document).on('shown.bs.collapse', function(e) {
if ($('#switchToggleHelp').exists()) {
currentState = $('#switchToggleHelp').bootstrapSwitch('state');
$('#switchToggleHelp').bootstrapSwitch('state', currentState);
}
});

@jydarche
Copy link

Don't know if it's related, but it seems that there's also a rendering problem at the right end of the unchecked hidden switch.

@KrunchMuffin
Copy link

Had to revert to 3.1.0 til this is fixed. Any timeframe @LostCrew ?

@kulikovviktor
Copy link

Setting states does not work.

@LostCrew
Copy link
Member

i am back and will look into that soon. sorry for the waiting.

@LostCrew LostCrew assigned LostCrew and unassigned LostCrew Dec 16, 2014
@LostCrew
Copy link
Member

@flth @dwilkie @urmaslipso @jydarche @KrunchMuffin @kulikovviktor it should be fixed. you can try it out on branch develop or wait for v3.3.0 to be out. thanks.

@KrunchMuffin
Copy link

Thank you. Works perfect!

@LostCrew
Copy link
Member

@KrunchMuffin glad it did. i will ship it today 👍

@jydarche
Copy link

I just installed the 3.3.0 version and it works perfect too, thanks a lot!

@SalvoDiFede
Copy link

Thank'u

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

8 participants