php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #33206 Website Formatting Issue - Table width constrained in Mozilla (minor issue)
Submitted: 2005-05-31 21:39 UTC Modified: 2005-09-27 01:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: php-net-com at jasonk dot net Assigned:
Status: No Feedback Package: Documentation problem
PHP Version: Irrelevant OS: Not Relevant
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-05-31 21:39 UTC] php-net-com at jasonk dot net
Description:
------------
Website Formatting Issue - Table width constrained in Mozilla (minor issue)

Page: http://us2.php.net/manual/en/language.types.array.php

My Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3

Issue: The 6th grayed code example starting with "<?php $arr" when displayed in firefox has a constrained width of approximately 50px.

To reproduce: paste the above URL into the address bar, or select address bar URL, and hit enter in Mozilla Firefox.

Note: Only the identified example is affected.
Note: The issue is only present when the page is first loaded, and will correct itself if the page is reloaded or if the back button is used to access the page. Though it may always be reproduced as described above.
Note: The issue occurs under several env. resolutions.
Note: This issue does not occur in MSIE.
Note: PHP Version not significant (had to choose one)



Expected result:
----------------
<?php
$arr = array(5 => 1, 12 => 2);

Actual result:
--------------
<?php
$arr =
array(5
=> 1, 12
=> 2);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-19 14:15 UTC] sniper@php.net
Works fine for me with Firefox 1.0.6..
Try again? (this kind of issues are better visualized by providing a screenshot of the problem)

 [2005-09-27 01:00 UTC] phpdoc at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC