Fx.Reveal is likely to have issues dealing with table elements, but it does
have an option for this purpose. The "display" option determines what value
it uses during the transition - it defaults to "block" but you can try
setting it to "table-row".

On Thu, Feb 18, 2010 at 8:20 PM, bcdesign <[email protected]> wrote:

> Thanks for the response, I tried explicitly setting the rows' display
> to table-row, but it doesnt look like it changes anything..
>
> -Boris
>
> On Feb 18, 6:39 pm, "Dubas, Joao" <[email protected]> wrote:
> > Hi,
> >
> > Probably your problem is related to your css, when you set a table row to
> > 'display: block', this isn't the default display value for rows, you
> should
> > set the display property to: 'table-row' (except for IE up to 7, that
> > doesn't recognize all the values for display).
> >
> > Joao P Dubas
> >
> >
> >
> > On Thu, Feb 18, 2010 at 10:10 PM, bcdesign <[email protected]> wrote:
> > > Oops, I meant to put up a sample.
> >
> > > The page:http://bcdesignplace.com/dev/reveal/
> > > Shell:http://mootools.net/shell/XtCT9/
> >
> > > Thanks,
> > > Boris
> >
> > > On Feb 18, 3:33 pm, Ryan Florence <[email protected]> wrote:
> > > > put a sample up onhttp://mootools.net/shell
> >
> > > > On Feb 18, 2010, at 4:04 PM, bcdesign wrote:
> >
> > > > > Hi,
> >
> > > > > I'm new to this usergroup but I've been using mootools for a bit,
> and
> > > > > sometimes mootools seems to cause some really weird bugs... I've
> been
> > > > > working on this one for the second day now.
> >
> > > > > Basically, I have a table and several select elements. When a
> select
> > > > > value is changed, the rows of the table (tr) that are displayed are
> > > > > filtered according to the select value and the content of each tr's
> > > > > td.
> >
> > > > > The problems: the fx.dissolve animation is choppy, and when
> changing
> > > > > the select value 2 or more times the layout breaks.
> >
> > > > > This looks like a problem with fx.reveal/dissolve and how they work
> > > > > with tables, but not sure.
> >
> > > > > Any help would really be appreciated,
> > > > > Boris
>

Reply via email to