Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
If you triple click the Woot button fast enough it will say UNWOOT but it won't show your name in the woots section.
Offline
Look, I did it!
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Sometimes I see these bug reports and I just wonder what even is going on when you guys find them.
On that note, someone really should stop dumping the page's html into the console log thx
Less seriously, damn jQuery actin' up again...
@console log: wut EDIT: Finally home and I'm not seeing anything in the console log, and afaik none of the scripts that the forums use log anything to the console.
@jquery: you're going to have to be more specific than that.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
a.get(h, function (a) {
if (a.indexOf('<html') === - 1) {
alert(a);
}
console.log(a)
});
When you hit the woot, it spits it out.
As per jQuery, I haven't the time right now. I'd suggest a Stop() somewhere. Probably when the wooted by bar is created? Not sure.
Offline
a.get(h, function (a) { if (a.indexOf('<html') === - 1) { alert(a); } console.log(a) });
When you hit the woot, it spits it out.
Got it, fixed.
As per jQuery, I haven't the time right now. I'd suggest a Stop() somewhere. Probably when the wooted by bar is created? Not sure.
Still lost here. What's the problem that a stop() is supposed to solve?
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
i did it
Offline
If you have a seizure on the woot button, it will put a comma before your username!
Offline
if (l.css("opacity") != 1){
l.stop(true,true);
k = k.replace(">, ", ">");
}
This isn't a perfect answer. It's more like a treatment for the symptoms. If this is placed under line 30 (or under 'var l', wherever that is), you're good to go.
Basically, if you want to add a woot, but the woot box is currently being taken apart (unwooted), stop it!...
(And remove the comma for anch!)
thoughts?
Offline
It only works on a post that doesn't already have any woots.
thx for sig bobithan
Offline
It only works on a post that doesn't already have any woots.
Thanks captain obvious...
No woot = delets woot bar thing
Woot = keeps wooter names there
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Offline
if (l.css("opacity") != 1){ l.stop(true,true); k = k.replace(">, ", ">"); }
This isn't a perfect answer. It's more like a treatment for the symptoms. If this is placed under line 30 (or under 'var l', wherever that is), you're good to go.
Basically, if you want to add a woot, but the woot box is currently being taken apart (unwooted), stop it!...
(And remove the comma for anch!)thoughts?
That did it, thanks.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
If you press tab until woot is highlighted blue, then hold enter, this happens:
I am new to the forums, i'll setup a sign later
Offline
I got this:
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Yeah, and I imagine there's a ton of other unconventional methods for wooting posts out there that would cause undesired effects.
We can't hunt them all down.
At this point, I'd just ignore all woot requests until the woot has been animated fully.
E.g., you can't spam it because it just waits.
but that's just me. Any other ideas floating
Edit: that's an unusual bug. I wasn't expecting the ability to warn users to stem from some simple javascript
jk
Offline
skullz17 wrote:It only works on a post that doesn't already have any woots.
Thanks captain obvious...
No woot = delets woot bar thing
Woot = keeps wooter names there
The first post doesn't say anything about the woot bar disappearing, it just says that your name isn't there.
thx for sig bobithan
Offline
Pages: 1
[ Started around 1738493635.0456 - Generated in 0.069 seconds, 11 queries executed - Memory usage: 1.68 MiB (Peak: 1.9 MiB) ]