You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Dan Simko <wi...@gmail.com> on 2012/09/05 22:27:51 UTC

inmethod grid 6.0-SNAPSHOT doesn't work in IE8

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!

Re: inmethod grid 6.0-SNAPSHOT doesn't work in IE8

Posted by Dan Simko <wi...@gmail.com>.
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 <wi...@gmail.com> wrote:

> sorry, attachment is here http://wickeria.com/screenshot.png
>
>
> On Wed, Sep 5, 2012 at 10:27 PM, Dan Simko <wi...@gmail.com> 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!
>>
>>
>

Re: inmethod grid 6.0-SNAPSHOT doesn't work in IE8

Posted by Dan Simko <wi...@gmail.com>.
sorry, attachment is here http://wickeria.com/screenshot.png

On Wed, Sep 5, 2012 at 10:27 PM, Dan Simko <wi...@gmail.com> 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!
>
>