posted by Bobthearch on Wed 13th Feb 2008 01:14
It appears as if the "+" and "-" buttons aren't working most of the time, or they're simply .gif images. My cursor changes as the mouse scrolls over, but clicking on them does nothing.
I have 19 votes remaining currently, the browser IE6, and I've enabled cookies. If anyone can figure this out...
Post a Comment
and it's really standard AJAX.
I just took a peek at the javascript, and you are right, you dont get much more standard then that. did you roll that ajax.js file yourself?
I don't know where your javascripting ability is at, and I realise you probably dont want to redo stuff for no real reason, but I *HIGHLY* recommend checking out jquery (http://jquery.com/), it has become so much a part of my daily life that I don't think I could code javascript without it. It includes a dead simple ajax implementation too (only a fraction of what it does), literally just $.post(url, params, callback). So you could do something like
$.post("mod.php", { uid: "10232", modup: false }, function() { alert("AJAX done!!"); });
which would POST to mod.php with two paramaters (uid, and modup), and execute the anonymous function that does the alert when it completes.
So anyways, feel free to ignore me, but I plug it to pretty much every web guy I run accross.
I'm not sure if my comment really came off right or not. But I want to be clear that I was not criticizing you, Adam. I would respect you for not caring about broken browsers. But I would also respect you for being willing to devote time to making the site work even with broken ones... if the user is willing to help.
To the original poster:
Come on in. The water's fine. Using a more standards compliant browser is an easy way to do a little something to make the web a better place for us all. :-)
Thanks for the 'smart' answer. Never had a problem with any other websites though.
It was a little nasty, yes. Comes from 20 years of supporting superior technologies that were blocked by the ubiquity of Microsoft products.
Of course you don't have problems with many sites when using the broken browser that most of the sheep use. Web designers and developers bend over backwards, wasting untold resources, to accommodate it. And sometimes *only* it.
Does it work if you use a real browser? Not all sites care to cater to broken ones.
Firefox 2.0.0.11 is real enough for you?
I had stumbled upon this +/- buttons issue several times now. In fact, in this very conversation, I'm unable to mod up or down, for the butttons are not shown at all, albeit the cursor changes to a pointing hand over the "Score: X" label.





0 