Re: Problem with InmethodGrid in IE

2013-02-12 Thread Stefan Renz
Hi Ernesto,

thanks for the fix -- the table renders OK now, no error anymore in the
JavaScript console.

However, using a CheckboxColumn to indicate selection state, and to
allow selection still yields an error in the Wicket Ajax console when
clicked:

INFO: focus removed from
INFO: focus set on checkbox4
ERROR: An error occurred while executing Ajax request:[object Error]
INFO: focus removed from checkbox4

Unfortunately, no more than that :-(

When clickToSelect and clickToDeselect are true, one can change the
selection at least by clicking on a cell, but the Checkbox also doesn't
work in that context.

That's with Wicket 6.5, wicketstuff master, same quickstart, IE 6 on Win XP.

There's also the checkbox in the column header missing to select all
records -- allowSelectMultiple is true, renders and behaves as expected
on Chrome/MacOS, but doesn't render on IE6/WinXP (but that's a minor
issue IMHO).

Bye
Stefan


Ernesto Reinaldo Barreiro wrote:
> Hi,
> 
> This should be fixed.
> 
> https://github.com/wicketstuff/core/commit/264f6087b565b91fb4bdcf7fedcb666421faa603
> 
> Can you please test with "master" and see if you find any problems?
> 
> 
> 
> On Tue, Feb 12, 2013 at 11:47 AM, Stefan Renz  wrote:
> 
>> Hi,
>>
>> since migrating to Wicket 6, we have problems with InmethodGrid when
>> rendering in IE (6 and 8).
>>
>> Just rendering the page containing an InMethod grid causes IE to
>> complain about JavaScript: Inmethod.XTableManager.instance is either
>> null or not an object (translated, I only see a German message).
>>
>> I created a quickstart to quickly demonstrate this behavior.
>>
>> Has anyone encountered that as well and an idea on how to fix that?
>>
>> Thanks, bye
>> Stefan
>>
>>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Problem with InmethodGrid in IE

2013-02-12 Thread Ernesto Reinaldo Barreiro
Hi,

This should be fixed.

https://github.com/wicketstuff/core/commit/264f6087b565b91fb4bdcf7fedcb666421faa603

Can you please test with "master" and see if you find any problems?



On Tue, Feb 12, 2013 at 11:47 AM, Stefan Renz  wrote:

> Hi,
>
> since migrating to Wicket 6, we have problems with InmethodGrid when
> rendering in IE (6 and 8).
>
> Just rendering the page containing an InMethod grid causes IE to
> complain about JavaScript: Inmethod.XTableManager.instance is either
> null or not an object (translated, I only see a German message).
>
> I created a quickstart to quickly demonstrate this behavior.
>
> Has anyone encountered that as well and an idea on how to fix that?
>
> Thanks, bye
> Stefan
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ 


Re: Problem with InmethodGrid in IE

2013-02-12 Thread Ernesto Reinaldo Barreiro
Ok. I will have a look and see what I can do.

On Tue, Feb 12, 2013 at 3:19 PM, Dan Simko  wrote:

> Hi,
>
> IE8 doesn't support 'bind' function. Please look at
> https://github.com/wicketstuff/core/pull/189. Unfortunately I didn't have
> time to rewrite it like Martin advised.
>
> Dan
>
>
> On Tue, Feb 12, 2013 at 3:07 PM, Ernesto Reinaldo Barreiro <
> reier...@gmail.com> wrote:
>
> > Yes, I can confirm this... It also happens with 6.5.0. I will have a look
> > ASAP.
> >
> > Please also mind that after 6.4.0 inMethod grid is jquery base (so, you
> no
> > longer need YUI around).
> >
> >
> >
> > On Tue, Feb 12, 2013 at 11:47 AM, Stefan Renz  wrote:
> >
> > > Hi,
> > >
> > > since migrating to Wicket 6, we have problems with InmethodGrid when
> > > rendering in IE (6 and 8).
> > >
> > > Just rendering the page containing an InMethod grid causes IE to
> > > complain about JavaScript: Inmethod.XTableManager.instance is either
> > > null or not an object (translated, I only see a German message).
> > >
> > > I created a quickstart to quickly demonstrate this behavior.
> > >
> > > Has anyone encountered that as well and an idea on how to fix that?
> > >
> > > Thanks, bye
> > > Stefan
> > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > For additional commands, e-mail: users-h...@wicket.apache.org
> > >
> >
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
> > Antilia Soft
> > http://antiliasoft.com/ 
> >
>



-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ 


Re: Problem with InmethodGrid in IE

2013-02-12 Thread Dan Simko
Hi,

IE8 doesn't support 'bind' function. Please look at
https://github.com/wicketstuff/core/pull/189. Unfortunately I didn't have
time to rewrite it like Martin advised.

Dan


On Tue, Feb 12, 2013 at 3:07 PM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> Yes, I can confirm this... It also happens with 6.5.0. I will have a look
> ASAP.
>
> Please also mind that after 6.4.0 inMethod grid is jquery base (so, you no
> longer need YUI around).
>
>
>
> On Tue, Feb 12, 2013 at 11:47 AM, Stefan Renz  wrote:
>
> > Hi,
> >
> > since migrating to Wicket 6, we have problems with InmethodGrid when
> > rendering in IE (6 and 8).
> >
> > Just rendering the page containing an InMethod grid causes IE to
> > complain about JavaScript: Inmethod.XTableManager.instance is either
> > null or not an object (translated, I only see a German message).
> >
> > I created a quickstart to quickly demonstrate this behavior.
> >
> > Has anyone encountered that as well and an idea on how to fix that?
> >
> > Thanks, bye
> > Stefan
> >
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
> Antilia Soft
> http://antiliasoft.com/ 
>


Re: Problem with InmethodGrid in IE

2013-02-12 Thread Ernesto Reinaldo Barreiro
Yes, I can confirm this... It also happens with 6.5.0. I will have a look
ASAP.

Please also mind that after 6.4.0 inMethod grid is jquery base (so, you no
longer need YUI around).



On Tue, Feb 12, 2013 at 11:47 AM, Stefan Renz  wrote:

> Hi,
>
> since migrating to Wicket 6, we have problems with InmethodGrid when
> rendering in IE (6 and 8).
>
> Just rendering the page containing an InMethod grid causes IE to
> complain about JavaScript: Inmethod.XTableManager.instance is either
> null or not an object (translated, I only see a German message).
>
> I created a quickstart to quickly demonstrate this behavior.
>
> Has anyone encountered that as well and an idea on how to fix that?
>
> Thanks, bye
> Stefan
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/