Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

mdSwitch: when focused and without a label, displays a black dot #944

Closed
PaulMougel opened this issue Dec 15, 2014 · 4 comments
Closed

mdSwitch: when focused and without a label, displays a black dot #944

PaulMougel opened this issue Dec 15, 2014 · 4 comments
Assignees
Milestone

Comments

@PaulMougel
Copy link
Contributor

This happens on Chrome, Safari and Firefox, on v0.6.1-master-fcb9b2c.

In this example, the first slider has a label and behaves well. The second doesn't have a label, but when focused a black dot is displayed…

Plunker here, code below:

<md-switch ng-model="switched" aria-label="Awesome Switch" ng-model="switched">Yo</md-switch>
<md-switch ng-model="switched" aria-label="Awesome Switch" ng-model="switched"></md-switch>

untitled

You can also manually trigger this artifact by selecting the :focus style in devtools:
image

@ajoslin
Copy link
Contributor

ajoslin commented Dec 15, 2014

Fixed for switch and checkbox. Thanks @PaulMougel!

@ilanbiala
Copy link
Contributor

@ajoslin with 0.7.0 I still have the dot show up after I click. Clicking on something else (moving focus) removes the dot.

@ilanbiala
Copy link
Contributor

@ajoslin @ThomasBurleson 0.7.1 still has this issue with the checkbox.

@ThomasBurleson ThomasBurleson added this to the 0.8.0-rc1 milestone Feb 1, 2015
@ThomasBurleson ThomasBurleson self-assigned this Feb 1, 2015
@ilanbiala
Copy link
Contributor

@ajoslin @ThomasBurleson still present with 0.8.2 when md-checkbox is in an md-tile-left.

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

No branches or pull requests

4 participants