From mymir.org at googlemail.com Mon Jan 12 13:40:32 2009 From: mymir.org at googlemail.com (Vladislav Vorobiev) Date: Mon, 12 Jan 2009 13:40:32 +0100 Subject: [Kss-devel] resize doesn't not trigger Message-ID: <604c02230901120440m30c701f2x1e5d249472031523@mail.gmail.com> Hello, resize Triggers when element is resized. resize doesn't not trigger body:resize { action-client: xxx; action-server:xxx; } nothing happens. Any Ideas? Best regards Vladislav From gotcha at bubblenet.be Mon Jan 12 14:22:15 2009 From: gotcha at bubblenet.be (Godefroid Chapelle) Date: Mon, 12 Jan 2009 14:22:15 +0100 Subject: [Kss-devel] resize doesn't not trigger In-Reply-To: <604c02230901120440m30c701f2x1e5d249472031523@mail.gmail.com> References: <604c02230901120440m30c701f2x1e5d249472031523@mail.gmail.com> Message-ID: <496B4407.9060900@bubblenet.be> Vladislav Vorobiev wrote: > Hello, > > resize > > Triggers when element is resized. > > resize doesn't not trigger > > body:resize { > action-client: xxx; > action-server:xxx; > } > > nothing happens. Any Ideas? > > Best regards > Vladislav Can you give more details ? Which browsers ? Did you try with other tags than body ? -- Godefroid Chapelle (aka __gotcha) http://bubblenet.be From mymir.org at googlemail.com Mon Jan 12 16:57:14 2009 From: mymir.org at googlemail.com (Vladislav Vorobiev) Date: Mon, 12 Jan 2009 16:57:14 +0100 Subject: [Kss-devel] resize doesn't not trigger In-Reply-To: <496B4407.9060900@bubblenet.be> References: <604c02230901120440m30c701f2x1e5d249472031523@mail.gmail.com> <496B4407.9060900@bubblenet.be> Message-ID: <604c02230901120757j471fcc34k7e5e6106cd60ed55@mail.gmail.com> Hi > Can you give more details ? please tell me which kind of details you need. > Which browsers ? Firefox 3.0.4, IE. 7. > Did you try with other tags than body ? Yes, I tried with DIV and TABLE.
SOME TEXT SOME TEXT SOME TEXT SOME TEXT
#dd:resize { action-client: xxx; action-server:xxx; } nothing happens by resize... kss.core-1.4.3-py2.4.egg Vlad