With reference to the dhtmlxwindows.js file I referred to yesterday, two other small faults found:
1) in win.innerHTML there is a style declaration item height=100%; which should be height:100%;
2) under // return array of handlers finded by text I assume wins[wins.lentgh] should be wins[wins.length] (not that this has thrown any errors for me as I’m not using this feature).
Otherwise excellent!
Richard
- in win.innerHTML there is a style declaration item height=100%; which should be height:100%;
Actually this is IE oriented style declaration ( this style is necessary for IE only, must work correctly without it in any other browser )
>>2) under // return array of handlers finded by text I assume wins
Issue confirmed and fixed, fix will be available as part of next build, thanks for you remark.