Issue 67023 - Blinking display in page preview
Summary: Blinking display in page preview
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: code (show other issues)
Version: 680m173
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: oc
QA Contact: issues@sc
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2006-07-04 15:56 UTC by oc
Modified: 2013-08-07 15:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Bugdoc (12.72 KB, application/vnd.sun.xml.calc)
2006-07-04 15:57 UTC, oc
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description oc 2006-07-04 15:56:31 UTC
Open attached bugdoc and switch to page preview => the display starts flickering
Comment 1 oc 2006-07-04 15:57:48 UTC
Created attachment 37506 [details]
Bugdoc
Comment 2 niklas.nebel 2006-07-04 18:32:56 UTC
It's because OutputDevice::SetSettings is now virtual. For the page preview, the
form control (Edit) calls Control::ImplDrawFrame, which used to call
OutputDevice::SetSettings, but now calls Window::SetSettings with the
notification of the preview window.
In Writer, this causes wrong zoom in page preview.
Comment 3 philipp.lohmann 2006-07-10 18:22:37 UTC
fixed in CWS vcl61
Comment 4 philipp.lohmann 2006-07-13 18:15:39 UTC
please verify in CWS vcl61
Comment 5 oc 2006-07-17 13:44:24 UTC
verified in internal build cws_vcl61
Comment 6 oc 2006-08-08 09:14:48 UTC
closed because fix available in OOom180