-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE11 - ngxSlickItem not interpreted #42
Comments
I'm having the same issue. The ngxSlickItem doesn't show up on IE. On the other hand, i can see the dots and when inspecting the html code, and i can see all my items. Those items have a with of 1px and no height. I'm going to investigate this today, as i need to make it work on Angular6 and IE. EDIT : ngx-slick : 0.2.1 and Angular 6.1.7 |
UPDATE : It seems to be an error with Angular and IE. Got this error stack ; at DefaultDomRenderer2.prototype.setValue (http://localhost:4200/vendor.js:117318:67) vendor.js line 117318 : Any ideas ? |
I didn't try 1.8.1, i bumped straight to @latest (1.9.0) which caused the ngx-slick to break down and scream. I created a fail-over experience which doesn't use a carousel, but I may be revisiting this soon. I will give 1.8.1 a try. |
I also had a problem displaying slides in ie 11, started using https://www.npmjs.com/package/ngx-slick-carousel - everything is ok |
I first put a 👍 on @denispodtykan comment, but then removed it. ngx-slick-carousel has it's own load of issues, for us they are a dealbreaker and are pushing us back in ngx-slick. Each situation is different though, so I'd recommend people to test each solution properly and take the one that fit their need. |
This is linked to this issue. I manually updated my files in the node_modules directory for a quick test and it worked. I'll submit a PR for this. |
See #58 |
Versions
1.5.9Issue
The ngxSlickItem does not get interpreted. The width calc occurs, but no content and none of the accessibility attributes are applied (role, aria-*) and none of the included content for the item is placed in the item node.
This only occurs on IE11 (go figure) and it works in Chrome, Safari, Firefox and Edge.
Question
What could the issue be? I am at a loss as there are no errors reported into the console.
The text was updated successfully, but these errors were encountered: