Closed Bug 22332 Opened 25 years ago Closed 25 years ago

UI freezes while parsing msg

Categories

(MailNews Core :: MIME, defect, P3)

All
Other

Tracking

(Not tracked)

VERIFIED WONTFIX

People

(Reporter: BenB, Assigned: rhp)

Details

While the content of the msg is parsed (e.g. by |mozTXTToHTMLConv::ScanTXT|),
the throbber isn't updated and the UI freezes.

Proposed fix: Call whatever is neccessary to process user input etc.
before/after processing each line.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
There's really no safe way to fix this. You could spawn a new thread to do the
ScanTXT() processing which way too much work for this issue. You could also try
to get the current event queue and process pending events. But then you face
re-entrant nastiness.

- rhp
Status: RESOLVED → VERIFIED
Verified as won't fix.
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.