material
material copied to clipboard
checkbox: clicking links in labels also toggles the value
Actual Behavior:
What is the issue? *If anmd-checkboxhas a text or a label that contains a link, clicking the link (either with_target="blank"to open in a new tab, or Ctrl-click) also toggles the checkbox.What is the expected behavior?Not toggle the checkbox. This is the behavior of the native<input type="checkbox">.
CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:https://codepen.io/anon/pen/VzeoJODetails:Demo is set up to show the different behaviors. Follow the instructions in the text.
AngularJS Versions: *
AngularJS Version:1.6.4AngularJS Material Version:1.1.4
Additional Information:
Browser Type: *ChromeBrowser Version: *59.0.3071.115 (Official Build) (64-bit)OS: *Ubuntu 14.04Stack Traces:N/A
This is related to https://github.com/angular/material/issues/11134, which can't be fixed until 1.2.0. I need to investigate whether this can be fixed prior to 1.2.0.