This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Md-button with target blank stays focused after click #8749
Closed
Description
Actual behavior:
- What is the issue?
When md-button
is used with target="_blank"
it stays focused after click. Using md-tooltip
with it and hovering after click makes it visible until we click outside the button.
- What is the expected behavior?
md-button
should lose focus after click and tooltip should not be visible when button is not hovered.
CodePen or Steps to reproduce the issue:
- CodePen Demo which shows your issue : http://codepen.io/anon/pen/WxwpwE
- Details: Similar behavior reported in Mouseover on pod logs hangs after click-through in pods list kubernetes/dashboard#877
Angular Versions:
- Angular Version: 1.5.3
- Angular Material Version: 1.1.0-rc2
Additional Information:
- Browser Type: Chrome/Firefox
- Browser Version: Latest
- OS: Ubuntu 14.04