php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68308 Doc: cannot change language nor edit or report bug
Submitted: 2014-10-26 12:33 UTC Modified: 2014-10-27 17:35 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: pmartin@php.net Assigned: aharvey (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pmartin@php.net
New email:
PHP Version: OS:

 

 [2014-10-26 12:33 UTC] pmartin@php.net
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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-10-27 17:35 UTC] aharvey@php.net
-Status: Open +Status: Closed -Package: Documentation problem +Package: Website problem -Assigned To: +Assigned To: aharvey
 [2014-10-27 17:35 UTC] aharvey@php.net
I've reverted the problematic commit for now; Levi is working on a better fix for the original bug.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 21:00:01 2025 UTC