I just went in to the more unit tester and created a test w/ a message and a spinner image and it works fine in IE ... so something is certainly goofy here. Wish I had time to dig further.

On Mar 6, 2010, at 4:00 AM, hamburger wrote:

Hello cbolson,
you are right there is a spinner in your version.
Thats mean to have a spinner or a spinner-text. Both its not possible?


On 6 Mrz., 10:41, cbolson <[email protected]> wrote:
I have tested these examples on IE and can confirm that the spinner
doesn't show up.
I also created my own copy of the code *just in case* there was a
problem with mooshell but got the same result - no spinner.

I think that the reason is the defining of the spinner options.  If
you don't define them, the spinner image shows correctly.
@Hamburger, can you confirm that you can see the spinner in this
version:http://mootools.net/shell/nRCwG/1/on IE ?

Chris

On 6 mar, 01:07, hamburger <[email protected]> wrote:



Hello Matthew,
how i mentioned before sorry but there is no spinner in IE7 only in
Firefox.
Did you tried it with IE??

On 5 Mrz., 15:06, "Matthew Hazlett" <[email protected]> wrote:

1. Include both Mootools 1.2.4 and Mootools More 1.2.4 in your project
2. Run your project
3. Much Joy

Working:http://mootools.net/shell/nRCwG/

-----Original Message-----
From: [email protected]

[mailto:[email protected]] On Behalf Of hamburger
Sent: Thursday, March 04, 2010 10:46 AM
To: MooTools Users
Subject: [Moo] spinner do not shows up on Request.HTML

Hello,
i have a problem with moo-spinner. It doesn't show up.

my js:
 $('login_text').set('text','Register');  //works fine
                  new Request.HTML ({
                    url: baseurl + 'js/login/signup.php',
                    spinnerTarget: $('login_text'),
                    useSpinner: true,
                    spinnerOptions: {
                        message: "please wait ..."
                    },
                    method: 'post',
                    update: $('orgPannel_left'),
                    onComplete: function() {
                        $
('orgPannel_left').highlight('#fff','#6D84B4');
                    }
                  }).post($('registerForm_'));

my css:

.spinner {  position: absolute; opacity: 0.9;   filter:
alpha(opacity=90);  z-index: 999;}
.spinner-msg { text-align: center; font-weight: bold; color:green;}
.spinner-img {
background:#6D84B4 url(images/facebox_indicator.gif) no-repeat; width:
24px; height: 24px; margin: 0 auto;}

i am using:
mootools-1.2.3-core-nc.js and mootools-1.2.3.1-more.js

Whats wrong here?- Zitierten Text ausblenden -

- Zitierten Text anzeigen -- Zitierten Text ausblenden -

- Zitierten Text anzeigen -

Reply via email to