Teleopti / styleguide

Teleopti styleguide
http://teleopti.github.io/styleguide/
MIT License
5 stars 24 forks source link

Skill-Picker has odd behaviour. #408

Closed shoobah closed 6 years ago

shoobah commented 6 years ago

The skill-picker component behaves oddly when you clear skill selection with x and selects a skill-group. If you then clear the skill-group with x the picker still thinks the drop down for skill-groups is open though it is not. That makes the whole page unresponsive due to that this div is covering everything. <div class="md-scroll-mask"> <div class="md-scroll-mask-bar"></div></div>

This is from the original bug:

  1. go to Intraday,create 7 skill groups for preparation.
  2. refresh the page firstly, then click to open skill group list and select a skill group, I select the 4th one
  3. clear the skill group by clicking on the "X" icon, then click on the skill group picker or skill picker, nothing will happen, and also cannot click on the menu buttons like "Teams,Reports...".
shoobah commented 6 years ago

A way to reproduce this.

  1. Pick a skill
  2. Pick a skill group
  3. Clear skill group with X

Now the skill group dropdown still is in an "open" state but not visible.

shoobah commented 6 years ago

I'm beginning to suspect that the md-autocomplete component used might be buggy.

TheRockman commented 6 years ago

Skill picker also dont show skill icons