Skip to content

[slider,tab @alpha.9-3] slider cannot be used within tab (verbose API) #1726

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

Closed
RoxKilly opened this issue Nov 4, 2016 · 2 comments
Closed

Comments

@RoxKilly
Copy link

RoxKilly commented Nov 4, 2016

Bug, feature request, or proposal:

Bug

What is the expected behavior?

MdSlider should work within tabs

What is the current behavior?

When a slider is used within a tab that uses the verbose API

  • Slider value is set to max allowed as soon as slider receives focus
  • thumbtack cannot be moved
  • slider value remains at max indefinitely

What are the steps to reproduce?

Just put a slider within a tab (see this plunk):

<md-tab-group>
  <md-tab>
     <template md-tab-label>Tab</template>
     <template md-tab-content>	    
          <md-slider min="0" max="20"></md-slider>                
     </template>
  </md-tab>
</md-tab-group>

What is the use-case or motivation for changing an existing behavior?

bug-fixing

Which versions of Angular, Material, OS, browsers are affected?

Angular 2.0.1, Material 2 alpha 9-3

Is there anything else we should know?

I have not tested the compact tab-group API

@mmalerba
Copy link
Contributor

mmalerba commented Nov 4, 2016

duplicate of #1389

@mmalerba mmalerba closed this as completed Nov 4, 2016
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants