-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Karma Init #1557
Karma Init #1557
Conversation
Tests passing again! Some tests are not passing! |
Firefox has errors which related to execAction(font props) of Core-API.
Not related to fonts probably!
|
Safari
Well, It sucks, I don't have a Mac to debug these.
Edit: Was cause of CSS files not being included in srcFiles in Karma Config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be better if we create a util, isEmpty(obj)
to check that. Or this is just fine, I guess.
IE is used by <2% users in the world. I think we should just drop it.
|
In general public usage yes but believe me, there are still many companies (I mean at the enterpise level) that still and only use IE 11. By the way, nice work with the tests migration. Unfortunately, I could not yet find the time I wished to contribute to the project! |
Yeah, I think the same too. I think we should go for v10 and v11 as most people used to use ME cause it used to support all browsers. Yeah, I got some free time(more like spirit than time) to do this. As i barely write tests. And I'm still clueless on debugging these tests on IE and supporting them. @arteconceito Direct me? I'll try to do it. |
@sauravkhdoolia in my opinion supporting IE v11 is good enough and should cover most of IE user base as of today. In order to debug IE I usually use a VM running IE11 on it. Firebug is also a good debugging extension as IE dev tools are not the best. |
I'll start there. Thanks brother. |
Hey @arteconceito It works on IE11 sometimes and sometimes it doesn't. That is so weird to catch, Why sometimes an API is available in the IE browser, and sometimes it's not. Here: |
@arteconceito It works in IE11, but sometimes it doesn't. I don't know why? Here: |
IE Errors found on BrowserStack.
|
Description
--
Please, don't submit
/dist
files with your PR!