This topic is locked

Master Detail List In Iframe Does Not Work In Ie9

2/26/2013 12:58:09 AM
PHPRunner General questions
K
kunitone author

I am trying to display Master Detail List in iframe.
On IE9 and IE10, a link to display child records on inline list does not work.

It works fine on Firefox, Chrome and IE8.
The debugging console in IE9 (push F12) shows an error
SCRIPT5022: DOM Exception: INVALID_CHARACTERERR (5)

RunnerAll.js, line 1399 character 52
Line 1399 is
var frameId='uploadFrame
'+this.id;if(Runner.isIE){this.ioEl=document.createElement('<iframe name="'+frameId+'"/>');}else{this.ioEl=document.createElement('iframe');this.ioEl.setAttribute('name',frameId);}
Does anybody know any workaround?
Regards,

Kuni

Sergey Kornilov admin 2/26/2013

My suggestion is to perform the full project build using the latest PHPRunner 6.2 update (build 14944).
If this doesn't help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.