Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

panel-title > a(href='# ') in 0.13.1 #4029

Closed
suresh-mits opened this issue Jul 28, 2015 · 2 comments
Closed

panel-title > a(href='# ') in 0.13.1 #4029

suresh-mits opened this issue Jul 28, 2015 · 2 comments

Comments

@suresh-mits
Copy link

In new Patch of 0.13.1 the anchor tag href has been changed from javascript:void(0) to '#' which is causing problem like redirecting to # when clicking any text field inside accordion-heading.

@RobJacobs
Copy link
Contributor

That was done under this PR: fb302c6 for CSP compliance. Notice $event.preventDefault() was added to the anchors ng-click attribute to prevent that. Can you please create a plunkr that reproduces the issue?

@wesleycho
Copy link
Contributor

I think this is safe to close, as we have changed it back to an empty href as mentioned in #4104.

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

3 participants