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

fix(accordion): fix unexpected routing #4792

Closed
wants to merge 1 commit into from

Conversation

wesleycho
Copy link
Contributor

  • Change anchor tag to div to prevent anchor tag from triggering route change

BREAKING CHANGE: This causes the cursor style to be removed from the heading - implement CSS on the accordion-toggle class accordingly

This fixes #4533.

- Change anchor tag to `div` to prevent anchor tag from triggering route change

BREAKING CHANGE: This causes the cursor style to be removed from the heading - implement CSS on the `accordion-toggle` class accordingly
@wesleycho wesleycho force-pushed the fix/accordion-routing branch from 9e784c8 to 476e82a Compare October 31, 2015 03:09
@Foxandxss
Copy link
Contributor

Would a inline style on the div (for the cursor) be too much? In ng2 it is way better.

@wesleycho
Copy link
Contributor Author

We could do it, but I think I rather it be captured in user CSS - less overhead in overriding there.

@Foxandxss
Copy link
Contributor

that makes sense too. I am ok with both.

@wesleycho wesleycho closed this in df211bd Oct 31, 2015
@wesleycho wesleycho deleted the fix/accordion-routing branch October 31, 2015 18:36
@charlierudolph
Copy link
Contributor

Any time frame for the next release? Just spent a few hours trying to debug my app only to figure out it was related to this.

@wesleycho
Copy link
Contributor Author

One can override the template locally for now to work around this.

As far as when it will be released, we're hoping for the end of the year - other than that, we can't say yet except to keep your eyes open.

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

Successfully merging this pull request may close these issues.

ui-bootstrap-tpls + Accordion + FireFox + stopPropagation causes FireFox to reload page
3 participants