This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 13633 - Loading page is synchronous
Summary: Loading page is synchronous
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: netbrowser (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-16 16:50 UTC by Vlad Koval
Modified: 2011-09-19 22:42 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vlad Koval 2001-07-16 16:50:25 UTC
Currently, we use JTidy to get "corrected" page source.
This made of reading whole source, then tidying, then giving output XML to XML 
parser which will create tags.

But good browser must show page before whole page will be loaded.
Issue a thread, make some kind of "piped stream" (! this does not work as-is, 
see comments in TidyInputSource!) and renderer page while parsing.

I am not sure Tidy can enhance pages progressively, you must evaluate.