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

Is still still an issue in the 10th edition of the chm documentation
avaliable from http://weblabor.hu/php-doc-chm/ ?


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

[2002-08-26 08:44:32] [EMAIL PROTECTED]

Wez I tried that manual assignment and it does not work at all even in
IE5 it returns with an error if I try to put a nonexistent page in the
iframe. It works if the page exists. So it's even worse then the method
currently used... Doh...

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

[2002-08-17 06:01:24] [EMAIL PROTECTED]

Nothing has changed in user note loading, you probably upgraded your IE
from 5 to 6... BTW I'll try that manual assignment...

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

[2002-08-16 21:55:48] [EMAIL PROTECTED]

I dunno -- seems like something has changed in chm_sample_7 to cause
this problem.  I went back to sample_6 and it's working perfectly
without any user notes.

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

[2002-08-16 16:38:12] [EMAIL PROTECTED]

You might find that manually assigning the src of the
iframe after the main page has loaded is a workable solution to this
problem.

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

[2002-08-16 14:21:40] [EMAIL PROTECTED]

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...

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/18935

-- 
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