To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105354
------- Additional comments from [email protected] Mon Oct 5 14:46:20 +0000 2009 ------- QueueProcessor::ProcessRequests() has two guards that should prevent it from blocking the edit view from, well, anything. Both of which are not triggered anymore due to changes outside the slide sorter in the not so distant past: 1) The ProcessRequests() method tries to detect in every loop whether the system is idle. If not then it exits immediately without creating any preview. This is not triggered because the pending loading of images into the edit view is not detected. 2) When the queue contains only entries for slides that are not visible in the slide sorter then this entries are processed on at a time. This is not triggered because the slide sorter pane that created the requests marked all previews as being visible. What makes all of this worse is that the slide sorter pane now requests previews for all slides, not just for the ones. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
