ID:               18935
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Documentation problem
 Operating System: windows2k
 PHP Version:      4.2.2
 New Comment:

We have reports about non-displaying manual pages because of missing
notes. Even if you have that notes file there,
pages without notes are not showed using some IE6 setups (not all!),
because IE6 puts the error message of an inline frame to the top
document for some reason. It's far not logical, and till now we were
unable to find a solution.

The quick fix if you would not like to see notes is to edit the
skins/greenlinks/style.css file. First delete the first few lines
causing the links to be green (so you get the lo skin ;), and then add
this:

    #pageNotes { display: none; }

Then even when you have php_manual_notes.chm in place, the notes won't
appear.

This won't fix the problem with files which does not have notes (test
it with the CHM part for example). For that problem, I cannot provide
any solution.

The logical thing would be from IE6, is if a page is not found in an
iframe, the error is displayed in that iframe and not in the parent
document... Next week I'll take a summer break, and then I'll look into
this with at least releasing a test suite for IE6 users out there to
test for possible solutions...


Previous Comments:
------------------------------------------------------------------------

[2002-08-16 13:54:30] [EMAIL PROTECTED]

Using the "Hi" skin on W2K (SP2) with IE 6.0.26

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

[2002-08-16 09:32:08] [EMAIL PROTECTED]

setting to feedback.

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

[2002-08-16 03:29:22] [EMAIL PROTECTED]

Now I have tested this with all the four skins included with IE5/Win2k
and all pages are displayed. What IE do you use?

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

[2002-08-16 00:47:54] [EMAIL PROTECTED]

I have found a bug.
[chm date: 2002-08-14]...

If the php_manual_notes.chm file is not in the directory with
php_manual_en.chm, the help contents do not display.  I don't want the
user notes.


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


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


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

Reply via email to