Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorInkscape
    • CommentTimeAug 15th 2006 edited
     # 1
    I recently saw that when adding your comment to a discussion or starting a discussion, the mentioned button changes to "wait". Surprisingly the button height is different to the other button beside it as long as the button states "wait". It's a little bit smaller.

    Ok, it's a small thing. ;) But is this s.th. within my Firefox or by design?

    Image Hosted by ImageShack.us

    EDIT:
    Another test within my IE6.0 - nope IE doesn't even show a wait button here. :)
    •  
      CommentAuthorWallPhone
    • CommentTimeAug 15th 2006 edited
     # 2
    Testing with my firefox now...



    That is odd...
    • CommentAuthorInkscape
    • CommentTimeAug 16th 2006
     # 3
    Ok, so it's not limited to my system/firefox. Is it a firefox issue then? Because when I tested my IE6.0 I realized that it doesn't even show a wait button.
    Hmm, anyone here that could test it with opera? I haven't installed it at the moment.

    Anyone from the developers / a skillful person who can explain this behaviour?
    • CommentAuthorSirNot
    • CommentTimeAug 16th 2006 edited
     # 4
    It dosn't seem to do that with Opera 9.01. Maybe it has something to do with regular buttons having slightly different styles than disabled buttons or something...
    •  
      CommentAuthorblizeH
    • CommentTimeAug 16th 2006 edited
     # 5
    Test!

    // edit - yeah, it's slightly smaller here at work on Firefox, but not a huge problem :-)
    • CommentAuthorInkscape
    • CommentTimeAug 16th 2006
     # 6
    And? Is it solveable or at least explainable? I know it's a minor issue ;) but why not fixing it if it can be fixed. Can it? I'm just curious. :)
    •  
      CommentAuthorgiginger
    • CommentTimeAug 16th 2006
     # 7
    Another test
    • CommentAuthorInkscape
    • CommentTimeAug 19th 2006
     # 8
    I hoped mark/any skilled person can explain this error. ;)
    • CommentAuthorInkscape
    • CommentTimeAug 30th 2006
     # 9
    *bump* (if bumps are allowed ;) )

    No one? I would be satisfied even if someone says this is a firefox issue and cannot be fixed/worked around.
    •  
      CommentAuthorpbear
    • CommentTimeAug 30th 2006
     # 10
    My guess is it gets a different CSS class, or loses its current CSS class, when the javascript does its thing. I poked through the .js file and tried to catch it with Firefox's Web Developer Extension, but no luck. :(
    • CommentAuthorInkscape
    • CommentTimeSep 1st 2006
     # 11
    hmm, how about mark? Hello mark, do you read me ;)

    What do you think about this? Any idea?
    • CommentAuthorInkscape
    • CommentTimeSep 5th 2006
     # 12
    Do I miss s.th? Why didn't I get an answer?
  1.  # 13
    He's probably busy. Or doesnt know. Is it of such importance?
    • CommentAuthorInkscape
    • CommentTimeSep 5th 2006
     # 14
    Is it of such importance?

    Well, no - I said that already. :)

    But I started this discussion on 15th of August and was wondering why I still got no answer from anyone involved in vanilla developement. As I already said, I would also be satisfied if someone says it's a bug that cannot be worked around. But nothing. Only pbear made a guess about the error. That's all.
    •  
      CommentAuthorWallPhone
    • CommentTimeSep 5th 2006 edited
     # 15
    It appears this bug appears whenever the button padding-bottom is set. To reproduce, all that is needed is this in the stylesheet:.Button { padding-bottom: 0; }If you are looking for that in the CSS, the button padding is set under #Form *. Ironically, the default bottom padding of the button is zero.
    •  
      CommentAuthorMark
    • CommentTimeSep 5th 2006 edited
     # 16
    In my xp theme I can't duplicate it. What Wallphone said.

    And I like to think of myself as "on the ball", but there's no way I can read through every discussion on the forum. I gave up on that six months ago :)
    • CommentAuthorInkscape
    • CommentTimeSep 10th 2006
     # 17
    OK, but I made a screenshot which shows the error. And several people confirmed it.
    You say you can't reproduce it. :) So what's the final conclusion? Browser bug? OS bug? (I'm using W2K), style issue?
    •  
      CommentAuthorbjrn
    • CommentTimeSep 10th 2006 edited
     # 18
    Excuse my ignorance, but where does that Wait button come from? Is it some extension?
    •  
      CommentAuthorpbear
    • CommentTimeSep 10th 2006
     # 19
    The "Wait" text replaces the "Add your comments" text when you click that button to post your comment. An AJAX thing (I think) to inform you while the server is processing the new comment request. The button shifts its position a little when "Wait" is displayed. Just a cosmetic glitch.


    And Mark, you can still redeem yourself — start reading, buster! ;)
    • CommentAuthorithcy
    • CommentTimeSep 10th 2006 edited
     # 20
    it's not ajax, it's just javascript... the button is changed and disabled to prevent double posts.

    (not that it matters to the discussion)
    •  
      CommentAuthorbjrn
    • CommentTimeSep 11th 2006 edited
     # 21
    Oh, right, I see it now, thanks. Hmm, funny I hadn't really noticed it before (I kind of knew the button changed, but I never really read what it said...).

    It looks like the button loses its class when you press it. I stopped the page loading right after pressing the button (so it had turned to "Wait"), then I checked its CSS properties with this Opera thing I have (I'm sure similar things exist for Firefox), and it shows that the button's only class is "Submit", nothing else.


    Edit: For anyone who's interested, that Opera thing is the W3-Dev Menu, and I used the 'computed css (on hover)' option.
    •  
      CommentAuthorWallPhone
    • CommentTimeSep 11th 2006
     # 22
    Just checked bjrn's method with Firefox and the web developer extension--before you are able to view the properties and classes, but afterward it simply will not select it. Like it disappeared from the DOM or something.

    Odd.
    •  
      CommentAuthorbjrn
    • CommentTimeSep 11th 2006 edited
     # 23
    Hmm. You're right, the "Submit" class wasn't the button, it was the div the button should be in. As with the Firefox Webdev extension, I'm getting no info at all on the button.
    •  
      CommentAuthorWallPhone
    • CommentTimeSep 11th 2006
     # 24
    the button is changed and disabled to prevent double posts.

    Could it be that disabling the button causes it to lose its class and shrink?
    • CommentAuthorithcy
    • CommentTimeSep 11th 2006
     # 25
    test
    • CommentAuthorithcy
    • CommentTimeSep 11th 2006
     # 26
    dammit... can't tell
    •  
      CommentAuthorpbear
    • CommentTimeSep 11th 2006
     # 27
    "it's not ajax, it's just javascript..."

    Yeah, what he said. I guess I meant the "J". :)


    "Could it be that disabling the button causes it to lose its class and shrink?"

    I have the feeling it could validly be given a class of "Disabled"... :)
    •  
      CommentAuthorWallPhone
    • CommentTimeSep 13th 2006
     # 28
    Commented out line 174 in global.js:// Sender.disabled = true;

    ::Drum roll::

    and it stoped shrinking.

    ::Cymbal clash::
    • CommentAuthorithcy
    • CommentTimeSep 13th 2006
     # 29
    but then...

    it won't be disabled and your forum will be OVERRUN WITH DOUBLE POSTS
    •  
      CommentAuthorWallPhone
    • CommentTimeSep 13th 2006 edited
     # 30
    hmm... tried adding something like this to the stylesheet:.Button[disabled="true"]
    { -css stuff goes here- }

    found it on a board somewhere... I think it is the right tree to bark up on, but doesn't seem to work.
    • CommentAuthorInkscape
    • CommentTimeSep 24th 2006
     # 31
    Any progress about this? What about the barked up tree with this "button disabled class". Any chance to get this to work?
    •  
      CommentAuthorWallPhone
    • CommentTimeSep 24th 2006 edited
     # 32
    Haven't bothered with it since I posted that. I figured the two basic workarounds of removing either the padding declaration under Form * { or that line in the JS would be enough.
Add your comments
    Username Password
  • Format comments as