Hi, indeed there was a problem when the grid was put in a table. Mostly because IE was trying to size the outer table accordingly to the grid because the outer table didn't have table-layout fixed set.
I've commited a fix to SVN. You can test it by building the release yourself (to build grid from svn you'll also need current wicket snapshots). -Matej On Jan 15, 2008 2:12 PM, <[EMAIL PROTECTED]> wrote: > If I change <wicket:extend><div wickid:id="grid"/> > to <span wicket:id="grid"/> the problem goes away > even if I put it inside <td> > of course, the display loses style. > So looks like it is a css issue. > > below is the what in the source html > > <td id="content"> > <wicket:child><wicket:extend> > <div class="imxt-grid imxt-vista" wicket:id="grid" > id="grid7"><wicket:panel> > > <!-- This is used to size the data table properly in Internet > explorer --> > <div class="imxt-container1" id="main"> > > <div class="imxt-top-toolbar-container"> > > </div> > > <div class="imxt-head-container"> > > > > > > > >There is no ajax update going on while resizing the layout. I'd need a > >quickstart to be able to say more. > > > >-Matej > > > >On Jan 15, 2008 10:52 AM, <[EMAIL PROTECTED]> wrote: > >> Hi, I like it too. But I am seeing a bizzare problem on IE (not firefox) > >> When I put a simple gridview in the one section of my existing webpage, > >> The cursor keep blinking with busy shape and stretch the gridview display > >> horizontally and never end. I saw many javascripts included so I'd think > >> some ajax updating occurring? but why it change the display width? > >> There could be some conflict of css but what updating the layout? > >> Can it be disabled? > >> > >> Thanks > >> > >> -Ted > >> > >> >Glad you like it :) > >> > > >> >-Matej > >> > > >> >On Jan 12, 2008 2:31 AM, Edward Yakop <[EMAIL PROTECTED]> wrote: > >> >> On Jan 12, 2008 9:08 AM, Matej Knopp <[EMAIL PROTECTED]> wrote: > >> >> > The beta downloads and live demo are available at > >http://www.inmethod.com > >> >. > >> >> > >> >> It's very nice :) > >> >> > >> >> Regards, > >> >> Edward Yakop > >> >> > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >> For additional commands, e-mail: [EMAIL PROTECTED] > >> >> > >> >> > >> > > >> > > >> > > >> >-- > >> >Resizable and reorderable grid components. > >> >http://www.inmethod.com > >> > > >> >--------------------------------------------------------------------- > >> > >> >To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >For additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > > >-- > >Resizable and reorderable grid components. > >http://www.inmethod.com > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Resizable and reorderable grid components. http://www.inmethod.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
