Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
Dimitri,
I am geting this problem in the jscrip in ie 9.
initialize: function() { GraphicsMill.BaseViewer.callBaseMethod(this, 'initialize'); //if (t.get_isPartialLoad()) return; this._window = window.frames[this.get_element().id];
//WORKAROUND for Firefox //After UpdatePanel refresh this._window.document equals null if (!this._window.document) { this._window = window.open("", this.get_element().id); this._window.document.open(); this._window.document.close(); } this._doc = this._window.document; this._doc.clear(); this._doc.write(this._render()); this._doc.close();
the line this.doc.clear give an exception.
Can you guys look into it?
Thanks
Chris
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 5/29/2010(UTC) Posts: 1,310
Thanks: 8 times Was thanked: 111 time(s) in 111 post(s)
|
Hello Chris,
Could you please provide me with detailed information on the error you face (e.g. error stack trace)? Also, please clarify what version of GM you use. |
Best regards, Dmitry Obukhov
Technical Support. Aurigma, Inc.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
I do not get a stack trace. The erro above syays that this._doc.clear(); is not supported by the ie9 browser that is the only error I get. I am using the latest version of gm. Chris Herrington attached the following image(s):
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 5/29/2010(UTC) Posts: 1,310
Thanks: 8 times Was thanked: 111 time(s) in 111 post(s)
|
Hello Christopher,
Sorry for the delay.
Could you provide me with complete sample application so that I will be able to replicate the problem myself? |
Best regards, Dmitry Obukhov
Technical Support. Aurigma, Inc.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
I wish I could provide you with a sample but I can't. There is no way because you do not have runtimes for our back end development system. It is simple to reproduce. I gave you a screen shot and the sectionof the java script that it is crashing on. I am not sure what else I can provide.
Thanks
Chris
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 5/29/2010(UTC) Posts: 1,310
Thanks: 8 times Was thanked: 111 time(s) in 111 post(s)
|
Hello Chris, I had luck to reproduce this problem. We confirm that it takes place in Internet Explorer 9. As workaround you can set Document mode of your page to Internet Explorer 8. You need to add this tag for the page: Code: <meta http-equiv="X-UA-Compatible" content="IE=8" />
|
Best regards, Dmitry Obukhov
Technical Support. Aurigma, Inc.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 9/6/2005(UTC) Posts: 106
|
Is this the permanent fix? Are you going to change it to work in the later release of the dll's?
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 5/29/2010(UTC) Posts: 1,310
Thanks: 8 times Was thanked: 111 time(s) in 111 post(s)
|
It is the temporary fix. I reported about this problem to our developers. They will fix it in the next release of Graphics Mill. Edited by user Thursday, June 30, 2011 2:21:38 AM(UTC)
| Reason: Not specified |
Best regards, Dmitry Obukhov
Technical Support. Aurigma, Inc.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.