Bug 101175 - live rendering of <pre>
Summary: live rendering of <pre>
Status: RESOLVED DUPLICATE of bug 14713
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-09 14:08 UTC by Gerd v. Egidy
Modified: 2005-03-09 15:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.