[Moo] Re: Explorer 6 domready/loading ok in 1.2+ but no longer in 1.3?

2010-11-11 Thread Thomas Aylott / SubtleGradient
I recently re-wrote DOMReady.js and created a good solid test suite for it. I will make the time to look into your issue soon and figure out what's going on. Sorry you're having issues :[ On Nov 11, 9:54 am, davepilbeam wrote: > Hi, > > Using 1.3, been doing dev and now testing results in Explor

[Moo] MooTools 1.3 and IE8

2010-11-11 Thread pradador
Hey guys, haven't been around in a while but I finally got a chance to play with 1.3. I just tried to update my first site though and I keep getting errors on IE8. The main one is: Message: Object doesn't support this action Line: 1310 Char: 1 Code: 0 URI: http://**.com/js/mootools.core.1.3.js

Re: [Moo] Re: Wnz.Uploader

2010-11-11 Thread Malus
Hi Vito Sorry for the lag of my answer. I have tried on chrome and firefox on linux, but do you think that the problem depends on browser/OS ? -- *Malus** mail: **malu...@gmail.com* * www: **www.fabiocannioto.eu* On Wed, Nov 10, 2010 at 6:35 PM, Vito Tafuni wrote

Re: [Moo] HTML Table help

2010-11-11 Thread Paul Saukas
Sigh , I need to learn to ask questions sooner, less brain melt then :) Thanks all ! On Thu, Nov 11, 2010 at 3:43 PM, Sanford Whiteman < sa...@cypressintegrated.com> wrote: > > Ok I shall find a way around this then :) As I am tormented by the same > css > > on a site, I can not change. > > Just

Re: [Moo] HTML Table help

2010-11-11 Thread Sanford Whiteman
> Ok I shall find a way around this then :) As I am tormented by the same css > on a site, I can not change. Just use selector specificity... http://jsfiddle.net/GfX3A/1/ -- S.

Re: [Moo] HTML Table help

2010-11-11 Thread Paul Saukas
Ok I shall find a way around this then :) As I am tormented by the same css on a site, I can not change. On Thu, Nov 11, 2010 at 3:34 PM, Aaron Newton wrote: > This is jsfiddle messing with you. It includes a css reset file that has > margin:0,padding:0 for everything and this css rule overrules

Re: [Moo] HTML Table help

2010-11-11 Thread Aaron Newton
This is jsfiddle messing with you. It includes a css reset file that has margin:0,padding:0 for everything and this css rule overrules the cellpadding/cellspacing values on the table. If you inspect the element you'll see that the table does have these properties, they're just ignored because of th

Re: [Moo] HTML Table help

2010-11-11 Thread Thierry bela nanga
hi, your padding is reset by this css file http://fiddle.jshell.net/css/normalize.css On Thu, Nov 11, 2010 at 9:20 PM, Paul Saukas wrote: > Ok folks can someone help me figgure out why cellpadding and cellspacing > are not working ? Is it me or is it something in more ? > > Example : http://js

[Moo] HTML Table help

2010-11-11 Thread Paul Saukas
Ok folks can someone help me figgure out why cellpadding and cellspacing are not working ? Is it me or is it something in more ? Example : http://jsfiddle.net/GfX3A/

Re: [Moo] Re: Mootools in Firefox3.0 and incorrect layout in Opera10.10

2010-11-11 Thread Sanford Whiteman
> There is the page incorrect in Opera 10.10. > http://ifolder.ru/control/?file_id=20222950&code=9649a10570f04a5f6280f19fee94c7dc I don't see a comparable page there (leaving aside the language barrier). -- Sandy

[Moo] Explorer 6 domready/loading ok in 1.2+ but no longer in 1.3?

2010-11-11 Thread davepilbeam
Hi, Using 1.3, been doing dev and now testing results in Explorer 6 (after doing none since 1.2) and have what seems to be a big issue: On both the 1.3 pages listed below any call to $ and $$ fails on first load - although both will work as expected after a reload.. the 1.2.5 page behaves as you'

[Moo] Re: Mootools in Firefox3.0 and incorrect layout in Opera10.10

2010-11-11 Thread egorpromo
There is the page incorrect in Opera 10.10. http://ifolder.ru/control/?file_id=20222950&code=9649a10570f04a5f6280f19fee94c7dc There is my post with the same code as above. But I don't see mistake when I watch this page in Opera10.10 http://jsfiddle.net/ecKW5/2/ Maybe this is one of numerous bugs t

Re: [Moo] FormValidator and custom validators

2010-11-11 Thread Aaron Newton
http://mootools.net/docs/more/Forms/Form.Validator#AddingValidators On Thu, Nov 11, 2010 at 8:46 AM, refreegrata wrote: > Hello list, this is my first post. > I use FormValidator to validate a form in the client side. Now I want > to add some custom validators. My question is ¿how can I add cust

[Moo] FormValidator and custom validators

2010-11-11 Thread refreegrata
Hello list, this is my first post. I use FormValidator to validate a form in the client side. Now I want to add some custom validators. My question is ¿how can I add custom validators with parameters? I want to add validators like "my_validator:10". I only know how add normal validators (without p

[Moo] Re: Tips: Wrong value for 'left'

2010-11-11 Thread Quest
Thank you very much. Problem is solved :) Don't ask how much time I've spent searching for this by my own :-/ On 10 Nov., 15:56, Gafa wrote: > ok, > > Your CSS is causing an issue, not saying maybe something up with Tips, > but I changed the following > > body > div { >     width: auto; /* to aut

[Moo] Re: Moo 1.3 Element.setProperty

2010-11-11 Thread Wiz of Id
On 11 Nov, 11:43, Andrea Dessì wrote: > I've forgot: > > example 1 is served with Content-type: text/html > (http://moocontentassist.altervista.org/colspan/colspan-html.php) > example 2 is served with Content-type: application/xhtml+xml > (http://moocontentassist.altervista.org/colspan/colspan-h

Re: [Moo] Re: Moo 1.3 Element.setProperty

2010-11-11 Thread Andrea Dessì
I've forgot (edit): example 1 is served with Content-type: text/html ( http://moocontentassist.altervista.org/colspan/colspan-html.php) example 2 is served with Content-type: application/xhtml+xml ( http://moocontentassist.altervista.org/colspan/colspan-xhtml.php) -- Andrea Dessì On Thu, Nov 11,

Re: [Moo] Re: Moo 1.3 Element.setProperty

2010-11-11 Thread Andrea Dessì
I've forgot: example 1 is served with Content-type: text/html ( http://moocontentassist.altervista.org/colspan/colspan-html.php) example 2 is served with Content-type: application/xhtml+xml ( http://moocontentassist.altervista.org/colspan/colspan-html.php) -- Andrea Dessì On Thu, Nov 11, 2010 at

Re: [Moo] Re: Moo 1.3 Element.setProperty

2010-11-11 Thread Andrea Dessì
Ok lets' try with this because I cannot manipulate the Content-type response headers with jsFiddle example 1) http://moocontentassist.altervista.org/colspan/colspan-html.php example 2) http://moocontentassist.altervista.org/colspan/colspan-xhtml.php 1) right 2) wrong: I'm seeing colSpan camelcase

Re: [Moo] Re: Moo 1.3 Element.setProperty

2010-11-11 Thread Andrea Dessì
I've tested with: Ubuntu 10.10 firefox 3.6.2 Ubuntu 10.10 Chrome 7.0.5 (7.0.517.41) Winxp IE 8 -- Andrea On Thu, Nov 11, 2010 at 09:53, Oskar Krawczyk wrote: > It's highly unlikely that this might work differently on jsfiddle and your > local computer, if both are using the newest MooTools versi

Re: [Moo] Re: Moo 1.3 Element.setProperty

2010-11-11 Thread Oskar Krawczyk
It's highly unlikely that this might work differently on jsfiddle and your local computer, if both are using the newest MooTools version. Just for the peace of mind, which browser and OS are you using? Tested on the newest Firefox and Chrome (SL), and it works as intended. On 2010-11-11, at 09

Re: [Moo] Re: Moo 1.3 Element.setProperty

2010-11-11 Thread Andrea Dessì
Uhm... and I'm getting same wrong behaviour. -- Andrea Dessì On Wed, Nov 10, 2010 at 10:34, Wiz of Id wrote: > On 10 Nov, 10:29, Oskar Krawczyk wrote: > > Tested and it does generate the property lowercase, not camelCase as > you've > > pointed. > > > > jsfiddle == colspan == works as intended