Edit report at https://bugs.php.net/bug.php?id=67629&edit=1
ID: 67629 Updated by: so...@php.net Reported by: qbolec at gmail dot com Summary: Can't change language to English Status: Re-Opened Type: Bug Package: Website problem PHP Version: Irrelevant Assigned To: cmb Block user comment: N Private report: N New Comment: Hi @Peter: can we remove those inactive translations from all mirrors apart from docs.php.net? Either merge https://github.com/php/systems/pull/1/files or just remove them manually if we have stability concerns - it should do the trick for now. I remember the argument that we need some redirects to prevent whole bunch of 404s for Google. Can we discuss actual problems and find the solutions? Some of these translations are terribly outdated and misleading (they are obviously way older than on docs.php.net, as inactive translations are not synced - some of them are almost three years old). Previous Comments: ------------------------------------------------------------------------ [2015-04-02 04:42:05] so...@php.net Christoph: merged. Feel free to close this bug report after rsync and making sure that everything works ok on production. ------------------------------------------------------------------------ [2015-03-30 23:13:47] c...@php.net My PR[1] is awaiting moderation. [1] <https://github.com/php/web-php/pull/64> ------------------------------------------------------------------------ [2015-03-24 14:52:56] c...@php.net Re-opened, because levim's fix appears to only have fixed the issue reported by fnx521. The actual bug reported by the OP is still there. See also bug #68613 and bug #69285. ------------------------------------------------------------------------ [2014-10-27 17:38:09] le...@php.net A fix for this issue has been committed. Mirrors should pick it up in their next sync. ------------------------------------------------------------------------ [2014-10-27 04:58:19] fnx521 at gmail dot com Hello, guys, I think I've experiencing the same problem. But in my case I have English enabled and can't switch to other languages. More of that, I can't interact with whole class="page-tools" block, i.e. can't "Edit" or "Report a Bug": those controls are completely uninteractive. For example this is a problem page: http://php.net/manual/en/function.str-replace.php But this one is okay: http://php.net/manual/en/refs.basic.text.php I did quick research and I don't think this bug is related to language at all. I can be wrong, but as I can see the problem is here: box that holding "Change language", that is div with class="page-tools", is completely overlapped with the box that holds page title, that is div with class="refnamediv". The latter has "position: relative", the former has "float: right" and "z-index: 100", but no positioning attribute. Therefore "z-index" is not working. I've simulated this problem here: http://jsfiddle.net/wz2xbzws/1/ ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=67629 -- Edit this bug report at https://bugs.php.net/bug.php?id=67629&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php