| Newsgroups |
php.webmaster |
| Message-ID |
<[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=69535&edit=1
ID: 69535
Comment by: [email protected]
Reported by: soeren dot schwert at t-online dot de
Summary: Title function name partially hidden behind language
select on small screens
Status: Verified
Type: Bug
Package: Website problem
Operating System: Android
PHP Version: Irrelevant
Block user comment: N
Private report: N
New Comment:
Excuse me, in that last post I said:
> Note that while the background has been removed the border is still there and "leaks" into the Change language content.
It should have read:
> Note that while the background has been removed the border is still there and would leaks into the Change language content if we remove overflow:hidden.
Previous Comments:
------------------------------------------------------------------------
[2015-04-28 05:14:48] [email protected]
The overflow:hidden was originally there to avoid the headerbackground from leaking into Change language section. Note that while the background has been removed the border is still there and "leaks" into the Change language content.
My preferred way to fix this situation would be to remove the overflows, etc, on the headers and only show the Change language options at that location on small screens. On sufficiently large screens it would go into the sidebar above the related functions sections. See http://imgur.com/a/1Hvax#0
------------------------------------------------------------------------
[2015-04-27 13:55:50] [email protected]
That does even happen on larger viewports, if the name of the
function is long enough, see, for instance
<http://php.net/manual/en/function.geoip-continent-code-by-name.php>.
It's caused by an overflow:hidden, see
<https://github.com/php/web-php/blob/master/styles/theme-base.css#L331>.
Is there a particular reason to have this overflow:hidden for all
headings? Otherwise I suggest to remove or override it, and maybe
to add word-wrap:break-word.
------------------------------------------------------------------------
[2015-04-27 13:15:59] soeren dot schwert at t-online dot de
Description:
------------
Responsive website problem:
When accessing the PHP.net website documentation on smartphones in profile orientation, the title function name is partially hidden behind the language select label and select box.
Example Screenshots:
compact function doc page (http://php.net/compact): https://www.dropbox.com/s/3w7wmfwe4dfr7h6/Screenshot_2015-04-27-13-45-36.png?dl=0
in_array function doc page (http://php.net/manual/en/function.in-array.php): https://www.dropbox.com/s/yu045tx1n59ptee/Screenshot_2015-04-27-13-51-46.png?dl=0
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=69535&edit=1