-
Notifications
You must be signed in to change notification settings - Fork 28
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
IE support #43
Comments
The console object is not always available in IE8: http://stackoverflow.com/questions/7742781/why-javascript-only-works-after-opening-developer-tools-in-ie-once I need to remove those console calls or, at least, test if it's defined... |
Great. Could you please add a check? Thx |
Done in 5143c0c Not released yet |
Thx for your enhancement. I have downloaded 1.0 beta 3 (i hope your fix is included here). If i try to access it with IE8 or IE9 i get this error: Zeile: 133 But maybe this is another issue. |
Yes this is in 1.0-beta3. I think your bug is triggered by line 180 from models.js. The variable is defined later (line 356). Could you describe when does this happen? On first load? |
Yes, i get this directly after login. If i try IE10 or Firefox, all is fine. |
Si this is not the line I thought about. I don't have access to a Windows computer with IE10, I can't debug this. The version you tested on is the minified one, on line 133 there are different add methods called, I can't find which one is the source. I'll change the title of the issue to reflect this new bug. |
If i try the version from the src directory with IE8 or IE9, i get the error: SCRIPT5007: Für die Eigenschaft "add" kann kein Wert abgerufen werden: Das Objekt ist Null oder undefiniert or translated: BTW: Where do you develope your code? Could you use a VMWare or anything else? Its not so important, but it makes it easier. My Main System at home is Windows 7 with Firefox or Vista with Firefox. But on Work i must use Windows 7 with IE8, because we have some Software, which only runs on IE8. Im a ISTQB certified Tester there, so i must use the same Systems as our Users in the Company :-( |
I don't see any object with an "add" attribute on line 97 in current master. I'll try with a virtual machine if I can get a Windows CD anywhere. |
You could try there images http://www.modern.ie/en-us/virtualization-tools . I think this bug also affects IE browser in Windows Phone 7.8 on my Lumia 800. In older version of you mobile app everything worked. Now I can login, it says it is loading adata and when it finishes, nothing show up. Only header with menus. |
It might be the elements class list manipulation using javascript. I've got |
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.2; MS-RTC LM 8)
Zeitstempel: Fri, 26 Apr 2013 10:55:33 UTC
Meldung: 'console' ist undefiniert
Zeile: 133
Zeichen: 127422
Code: 0
URI: https://mysite.de/ttrssm/scripts/main.js
Meldung: 'console' ist undefiniert
Zeile: 133
Zeichen: 127422
Code: 0
URI: https://mysite.de/ttrssm/scripts/main.js
Meldung: 'console' ist undefiniert
Zeile: 133
Zeichen: 127422
Code: 0
URI: https://mysite.de/ttrssm/scripts/main.js
The text was updated successfully, but these errors were encountered: