I was asking if it is setting colSpan or colspan. Using 1.3+compat happend that it was setting colSpan, which is wrong (so the <td> is bad rendered)
-- Andrea On Tue, Nov 9, 2010 at 22:15, Ryan Florence <[email protected]> wrote: > I don't understand, it's working jsfiddle ... what's wrong? > > On Nov 9, 2010, at 9:41 AM, Andrea Dessì wrote: > > > Hi all, > > > > just a question: there are any "know issues" with > > Element.setProperty? > > ( > > > https://github.com/mootools/mootools-core/blob/master/Source/Element/Element.js#L467 > > and > > > https://github.com/mootools/mootools-core/blob/master/Source/Element/Element.js#L383 > > ) > > > > > > because I'm trying to set a colspan="3" to my td and i'm getting this: > > > > <td colSpan="3".... > > > > I've tried it in jsfiddle ad it's working: > http://www.jsfiddle.net/w8QkL/ > > > > so... any advice? :) > > > > -- > > Andrea > > > >
