Skip to content

Left limit label shows after 'rzSliderForceRender' with closes value #108

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No 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? No Sign in to your account

Closed
artaommahe opened this issue Aug 26, 2015 · 5 comments
Closed

Comments

@artaommahe
Copy link

If slider is hidden and shows after some actions with 'rzSliderForceRender' event broadcast, and slider value is near slider limits, then left limit label does not hide(but right limit label is hidden)
example

@ValentinH
Copy link
Member

Could you please provide a JSFiddle reproducing this issue please? You can fork this one: http://jsfiddle.net/pq7yr6d6/

@neversun
Copy link

neversun commented Sep 8, 2015

I have the same problem and created a codepen based on your pen as of #79 (comment):
http://codepen.io/anon/pen/OyVzVx?editors=101

@ValentinH
Copy link
Member

Thanks, I'm looking into it. ;)

Edit: Here's a minimal example showing the issue: http://jsfiddle.net/wwotukye/

@ValentinH
Copy link
Member

@neversun on the codepen, you should replace rzCalcViewDimensions by rzSliderForceRender.

@neversun
Copy link

neversun commented Sep 9, 2015

Thanks for updating the demo. Works now 👍

Just in case anyone is using angular-ui/bootstrap:

modalInstance.rendered.then(function (event, args) {
  $timeout(function () {
    $scope.$broadcast('rzSliderForceRender');
  });

No Sign up for free to join this conversation on GitHub. Already have an account? No Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants