php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25226 http://www.php.net/cvs-php.php box is cut off in IE 6.0
Submitted: 2003-08-24 14:34 UTC Modified: 2003-09-18 06:01 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: cellog@php.net Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cellog@php.net
New email:
PHP Version: OS:

 

 [2003-08-24 14:34 UTC] cellog@php.net
Description:
------------
http://www.php.net/cvs-php.php has a form at the bottom of the page which is cut off in Internet Explorer 6.0.2800.1106.xpsp2.030422-1633IC (lord almighty - thank God PHP versioning isn't so stupid)

It display fine in Netscape 7.1

Regards,
Greg


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-29 05:59 UTC] goba@php.net
I am afraid I cannot see any code which IE would interpret badly to omit the form. What is missing exactly? What do you see? (Maybe you need to force a CSS reload to get the new CSS files we always keep changing ;).
 [2003-08-29 08:29 UTC] daveb at optusnet dot com dot au
I'm also experiencing this problem in both IE6 (http://dave.dapond.com/php/php-cvs-problem-ie6.png), and Opera 7.11 (http://dave.dapond.com/php/php-cvs-problem-opera7.11.png). The problem appears to be with the class="max" for the <input>'s. If I remove just one class="max" from an <input> things go back to normal. FYI, max in this case is apparently:

input.max, textarea.max, select.max {
    width: 100%;
}

Just in case, I also did what goba suggested and forced a reload of http://static.php.net/www.php.net/styles/site.css, but the problem persists.

Dave
 [2003-09-11 12:44 UTC] goba@php.net
Hopefully fixed in CVS. With a fixed table size... Please check when it will be available online (in a few minutes).
 [2003-09-18 06:01 UTC] sniper@php.net
Works fine for me. (IE 6)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 19:01:34 2024 UTC