Hi,

I finally found out where problem is. IE8 doesn't support 'bind' function.
I just committed fix from:
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Function/bind

Best regards,
Dan


On Wed, Sep 5, 2012 at 10:36 PM, Dan Simko <[email protected]> wrote:

> sorry, attachment is here http://wickeria.com/screenshot.png
>
>
> On Wed, Sep 5, 2012 at 10:27 PM, Dan Simko <[email protected]> wrote:
>
>> Hi,
>>
>> online example (http://www.wicket-library.com/inmethod-grid) is working
>> great in my IE8, but when I run latest version from
>> https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/inmethod-grid-parentgrid
>>  is not initialized correctly in IE8 (see attachment). The problem is
>> probably in script.js on line 1545:
>>
>> window.setInterval(this.update.bind(this), interval);
>>
>> Unfortunately I do not have so strong JS knowledge in order to fix it.
>> In FF and Chrome grid works great.
>>
>>
>> Thanks in advance!
>>
>>
>

Reply via email to