Re: Modal widow slow?

2011-01-12 Thread Martin Makundi
> You could try and use jquery to replace the viewing component with an editor > onclick. This does mean your models won't be updated upon submit. You mean replace modal widow with jquery widow ? Is it faster? Basically I am asking that is the delay from click <-> modal window visible due to moda

Re: Modal widow slow?

2011-01-12 Thread Hielke Hoeve
Putting a lot of controls (select and input etc) on one page will make any browser slow. Internet explorer is the worst though. You could try and use jquery to replace the viewing component with an editor onclick. This does mean your models won't be updated upon submit. Hielke On 12 Jan 2011 20:0

Re: Modal widow slow?

2011-01-12 Thread Attila Király
No wonder she is a widow. Her husband is the perfect listener. 2011/1/12 James Carman > It's a woman who won't let you do anything until she's done telling > you what she wants to tell you. > > On Wed, Jan 12, 2011 at 3:51 PM, Peter Ertl wrote: > > What's a "modal widow" ? *lol*maybe an exclusi

Re: Modal widow slow?

2011-01-12 Thread James Carman
It's a woman who won't let you do anything until she's done telling you what she wants to tell you. On Wed, Jan 12, 2011 at 3:51 PM, Peter Ertl wrote: > What's a "modal widow" ? *lol*maybe an exclusive woman whose husband died? > > > Am 12.01.2011 um 20:06 schrieb Martin Makundi: > >> I have a ta

Re: Modal widow slow?

2011-01-12 Thread Peter Ertl
What's a "modal widow" ? *lol*maybe an exclusive woman whose husband died? Am 12.01.2011 um 20:06 schrieb Martin Makundi: > I have a table with lots of editable cells. > > The editable cells have lots of hidden controls (inputs,selects,etc.) > and the table loads very slow. > > Browsers seem t

Re: Modal widow slow?

2011-01-12 Thread Martin Makundi
I have a table with lots of editable cells. The editable cells have lots of hidden controls (inputs,selects,etc.) and the table loads very slow. Browsers seem to need to digest also the invisible elements. Yes, I tried also table-less layout with same result. The idea is that when a user clicks

Re: Modal widow slow?

2011-01-12 Thread James Carman
I'm asking because I had that sort of trouble with IE a while back when I was trying to load a modal window on a page with lots of ajax links in a table. On Wed, Jan 12, 2011 at 1:54 PM, Martin Makundi wrote: > Any "normal" browser. Putting browser on steroids or having firbre > network is not re

Re: Modal widow slow?

2011-01-12 Thread Martin Makundi
Any "normal" browser. Putting browser on steroids or having firbre network is not really an option ;) ** Martin 2011/1/12 James Carman : > What browser? > > On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi > wrote: >> Hi! >> >> Has anybody noticed that Wicket ajax ModalWindow is bit slow to load,

Re: Modal widow slow?

2011-01-12 Thread James Carman
What browser? On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi wrote: > Hi! > > Has anybody noticed that Wicket ajax ModalWindow is bit slow to load, > or is it just me? > > Has anybody tried to overcome it by switching to another > implementation/styling or is it totally dependent on the content

Modal widow slow?

2011-01-12 Thread Martin Makundi
Hi! Has anybody noticed that Wicket ajax ModalWindow is bit slow to load, or is it just me? Has anybody tried to overcome it by switching to another implementation/styling or is it totally dependent on the content of the modal window? ** Martin --