Skip to content
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

Open
ghost opened this issue Apr 26, 2013 · 11 comments
Open

IE support #43

ghost opened this issue Apr 26, 2013 · 11 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 26, 2013

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

@mboinet
Copy link
Owner

mboinet commented Apr 26, 2013

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...

@ghost
Copy link
Author

ghost commented Apr 26, 2013

Great. Could you please add a check? Thx

@mboinet
Copy link
Owner

mboinet commented Apr 30, 2013

Done in 5143c0c

Not released yet

@mboinet mboinet closed this as completed Apr 30, 2013
@ghost
Copy link
Author

ghost commented May 4, 2013

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
Fehler: Die Eigenschaft "add" eines undefinierten oder Nullverweises kann nicht abgerufen werden.

But maybe this is another issue.

@mboinet
Copy link
Owner

mboinet commented May 4, 2013

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?

@ghost
Copy link
Author

ghost commented May 4, 2013

Yes, i get this directly after login. If i try IE10 or Firefox, all is fine.

@mboinet
Copy link
Owner

mboinet commented May 4, 2013

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.
I'll let this open, but you or anyone should try to load the dev version (in src) with a debugger (I don't know IE).

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.

@mboinet mboinet reopened this May 4, 2013
@ghost
Copy link
Author

ghost commented May 5, 2013

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
models.js, Zeile 97 Zeichen 11

or translated:
SCRIPT5007: Cant get a value for the attribute "add": The object is NULL or undefined
models.js, Line 97 Character 11

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 :-(

@mboinet
Copy link
Owner

mboinet commented May 5, 2013

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.

@OndroNR
Copy link

OndroNR commented May 23, 2013

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.

@mboinet
Copy link
Owner

mboinet commented May 24, 2013

It might be the elements class list manipulation using javascript. I've got
a fix using jQuery, I'll try to test and make a release... No ETA, I don't
have a lot of time these days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants