question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug(tabs) IE only: buttons/links not clickable inside tabs with scrolling

See original GitHub issue

Bug, feature request, or proposal:

bug (IE 11)

What is the expected behavior?

On IE 11, buttons/links inside tabs should be clickable

What is the current behavior?

I have a tab, in which I have a lot a content and a button at the end, and I need to scroll dow to see the button. On IE 11, the button/link is not clickable

What are the steps to reproduce?

Providing a Plunker (or similar) is the best way to get the team to see your issue. http://plnkr.co/edit/mbtizQ

IMO there is an issue with the use of css transform (translate3d ?) on IE, looks like it messes up the dom and using the inspector, the enclosing html tag seems to be in front of the button.

What is the use-case or motivation for changing an existing behavior?

Well, it should be working

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

OS: Windows 10 Browser: IE 11, version 11.0.9600.18763 // updates versions: 11.0.45 // not tested on other IE version Material beta 10 (not working on previous either, not a regression) TS: 2.4.1

Is there anything else we should know?

I managed to get it to work but seems more like a hack that a fix. I added the lines below in my main stylesheet:

.mat-tab-body-active .mat-tab-body-content.ng-trigger.ng-trigger-translateTab:not(.ng-animating) {
    -ms-transform: none !important;
}

I’m not sure there is a better solution though

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
julianobrasilcommented, Sep 13, 2017

Later I’ll be working in a kind of old environment. I’m not sure, but I think I’ll find an IE 11 not updated yet. Then I’ll try out your plunk again. It’s possible that someone of the material team see this issue earlier than that and fix it.

0reactions
angular-automatic-lock-bot[bot]commented, Sep 8, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

bug(tabs) IE only: buttons/links not clickable inside ... - GitHub
I have a tab, in which I have a lot a content and a button at the end, and I need to scroll...
Read more >
Vertical Scroll Stopped Working In ONLY 1 Tab In Excel
I have encountered this problem on a few occasions. Often, the source of the problem is that "Select Objects" is active. This causes...
Read more >
343585 - tab scrolling: scenario where open link in background ...
tab scrolling : scenario where open link in background doesn't enable the scroll button to reproduce: 1) open up enough tabs where you...
Read more >
angular-bootstrap-scrolling-tabs - tabs not visible
I have jquery loaded before angular and angular-bootstrap-scrolling-tabs/scrolling-tabs.j is loaded last. The only thing that renders is the < > ...
Read more >
Scrollable area does not get focus with TAB focus navigation
For 3, only IE11 moved focus to scrollable area, others kept the focus in input field. In summary, TAB->focus Click->focus Click scrollbar
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found