Edit report at https://bugs.php.net/bug.php?id=68308&edit=1
ID: 68308 Updated by: [email protected] Reported by: [email protected] Summary: Doc: cannot change language nor edit or report bug -Status: Open +Status: Closed Type: Bug -Package: Documentation problem +Package: Website problem PHP Version: Irrelevant -Assigned To: +Assigned To: aharvey Block user comment: N Private report: N New Comment: I've reverted the problematic commit for now; Levi is working on a better fix for the original bug. Previous Comments: ------------------------------------------------------------------------ [2014-10-26 12:33:24] [email protected] Description: ------------ On the documentation pages of functions, such as on http://fr2.php.net/manual/en/function.echo.php it is impossible (I tried with firefox and chrome) to click on all three elements on the top-right of the page : * Change language select dropdown * "edit" link * "Report a bug" Those elements seem to work fine on some non-function pages, like http://fr2.php.net/manual/en/ref.strings.php for example. I'm not really good with CSS, but it seems the "position: relative" on ".docs .refnamediv" is messing things up: removing it on functions pages seems to fix the problem, making the links clickable again. It seems that "refnamediv" is kind of overlapping with the "page-tools" div. Or, adding a "position: relative" to that "page-tools" seems to be doing the trick too -- actually, it was there until 2 days ago and was removed by this commit: http://git.php.net/?p=web/php.git;a=commit;h=49f29e4073a0e73b735e218bcd9a3e66b2e44802 Note: I've seen a report about this on twitter a few minutes ago: https://twitter.com/FredBouchery/status/526340612535377921 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=68308&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
