-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Conversation
- Change anchor tag to `div` to prevent unexpected routing being triggered by the browser on generation of anchor tags with nested clickable controls BREAKING CHANGE: This causes the cursor style to be removed from the tab - implement CSS on the `.uib-tab > div` selector, or similar, accordingly
2470db4
to
649755a
Compare
Same as accordion. |
When I am looking at some other tab issues and found the current master branch of bootstrap has lost the style for the tab: http://plnkr.co/edit/E7yLZbAog3JcNgx27nw9?p=preview Then I found this PR, I think it's because the change from |
@chenyuzhcy, it's almost certainly because of that. the issue we were having with the And thanks for looking at existing issues first! That's a huge help to us. |
This broke more stuff indeed like all the tabs in the general demo (where you can choose between seeing the HTML or the javascript). That was fixed. I can't repro your issue. Weird. |
It is fixed in master, your plunker is missing some extra styles that were added for fixing this. |
I saw the extra styles, thank you! |
I copied the styles from the demo.html and found the disabled style is missing: |
If there is something missing, sounds like a good PR deal for me :) |
ok, I'll create one then |
When we do the 1.0 official build, we need to thoroughly go through the breaking changes doc and make sure the CSS needed is placed for this item. |
div
to prevent unexpected routing being triggered by the browser on generation of anchor tags with nested clickable controlsBREAKING CHANGE: This causes the cursor style to be removed from the tab - implement CSS on the
.uib-tab > div
selector, or similar, accordinglyThis fixes #3266.