From: php dot net at wfredk dot com Operating system: Windows, probably irrelevant PHP version: Irrelevant Package: Website problem Bug Type: Bug Bug description:Comment voting buttons do not work on Booleans page
Description: ------------ On the page at http://php.net/manual/en/language.types.boolean.php I wanted to "vote up" the comment by "Steve" that "PHP does not break any rules with the values of true and false" and to vote down the comment by "geza at turigeza dot com" whose comment ignores the fact a non-empty string is TRUE. However, in each case when I pressed the "up" or "down" button, a red "X" was displayed with a tooltip that says "Error :(" I have not tried voting on any other pages, I don't know if this is a common problem. If a person has to be logged in or something to vote on comments, there should be annotations about that condition somewhere near the voting buttons. Otherwise, there should be useful error messages if something goes wrong. Test script: --------------- navigate to http://php.net/manual/en/language.types.boolean.php press an up or down vote button Expected result: ---------------- vote status changed Actual result: -------------- red "x" displayed with "Error :(" in a tooltip when the mouse hovers over the "x" -- Edit bug report at https://bugs.php.net/bug.php?id=64873&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=64873&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=64873&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=64873&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=64873&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=64873&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=64873&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=64873&r=needscript Try newer version: https://bugs.php.net/fix.php?id=64873&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=64873&r=support Expected behavior: https://bugs.php.net/fix.php?id=64873&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=64873&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=64873&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=64873&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64873&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=64873&r=dst IIS Stability: https://bugs.php.net/fix.php?id=64873&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=64873&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=64873&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=64873&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=64873&r=mysqlcfg -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
