Edit report at https://bugs.php.net/bug.php?id=68971&edit=1

 ID:                 68971
 Updated by:         c...@php.net
 Reported by:        anantajabe25 at gmail dot com
 Summary:            Table overflow issue
-Status:             Verified
+Status:             Duplicate
 Type:               Bug
 Package:            Website problem
 Operating System:   Windows
 PHP Version:        5.6.5
 Block user comment: N
 Private report:     N

 New Comment:

Actually, this is a duplicate of bug #66726.


Previous Comments:
------------------------------------------------------------------------
[2015-07-20 22:30:50] c...@php.net

Related To: Bug #70105

------------------------------------------------------------------------
[2015-03-26 15:18:52] c...@php.net

A closely related issue might happen with embedded images,
such as can be seen on the goto manual page[1].

[1] <http://php.net/manual/en/control-structures.goto.php>

------------------------------------------------------------------------
[2015-02-02 15:53:23] cmbecker69 at gmx dot de

This issue is not specific to Firefox -- the table generally overflows
on narrow browser viewports (< 1100px). There are some manual pages
where this is even worse, for instance, "Validate filters"[1].

However, this is not a "Documentation problem", but rather a
"PHP.net Website problem". The following CSS might already solve
the issue:

  .doctable {
      display: block;
      overflow-x: scroll;
  }

[1] <http://php.net/manual/en/filter.filters.validate.php>

------------------------------------------------------------------------
[2015-02-02 13:10:49] anantajabe25 at gmail dot com

Description:
------------
check following link on firefox -
http://php.net/manual/en/timezones.others.php

or check attachment



------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=68971&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to