Bug 101175

Summary: live rendering of <pre>
Product: [Applications] konqueror Reporter: Gerd v. Egidy <gerd>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Gerd v. Egidy 2005-03-09 14:08:59 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    SuSE RPMs

If the server is sending contents of a <pre>-block slowly, khtml renders this block just when the block is closed (on </pre>) and not live during transmission.

This is very handy to show script output triggered via a web request.

Example PHP-script:

<html><body><pre>
<?php passthru("ping -c 10 localhost"); ?>
</pre></body></html>

You have to set output_buffering=off and implicit_flush=on in php.ini to make this work with mod_php and apache 2.

Firefox & IE render <pre> blocks live as I'd like khtml to do.
Comment 1 Tommi Tervo 2005-03-09 14:16:26 UTC

*** This bug has been marked as a duplicate of 90422 ***
Comment 2 Allan Sandfeld 2005-03-09 15:07:29 UTC
Tommi are you sure this is related to #90422?
It sounds more like a duplicate of #14713
Comment 3 Tommi Tervo 2005-03-09 15:36:18 UTC
Allan: Yeah, you are right.
Comment 4 Tommi Tervo 2005-03-09 15:36:37 UTC

*** This bug has been marked as a duplicate of 14713 ***
Comment 5 Gerd v. Egidy 2005-03-09 15:47:25 UTC
I had doubts about #90422 too but wanted to try the patch posted there first before posting.

I've seen that #100825 is exactly the same bug as this one and is marked as duplicate of #90422 too - I think you should re-mark it to #14713 too.