http://bugs.winehq.org/show_bug.cgi?id=23204
Summary: Editor refresh problems in EngIntsite CSS Editor Product: Wine Version: 1.2-rc1 Platform: x86-64 URL: http://www.enginsite.com/css-editor.htm OS/Version: Linux Status: UNCONFIRMED Keywords: download, regression Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: mstefani@redhat.com CC: dmitry@codeweavers.com
While trying to reproduce bug 17510 I have seen that there is a new regression in EngIntsite CSS Editor: the CSS Editor tab shows garbage (basically the previous content that happened to be in that spot). When loading a CSS file (I used http://www.winehq.org/styles.css) and clicking in the CSS Editor tab the corresponding line gets refreshed. Switching to an other tab and back brings back shows garbage again.
7d3cb53cf1a5f40094fbc3332524ec98781d3779 is the first bad commit commit 7d3cb53cf1a5f40094fbc3332524ec98781d3779 Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue May 18 20:53:18 2010 +0900
gdi32: Do not use VDMX for mapping of negative font heights, based on a test case.
:040000 040000 06c1fd576cfebd3c095713c9ced67c992f890a9d f0dd2f0ff66c09581dc1093700023deb525a133e M dlls
Reverting this commit on top of wine-1.2-rc3-57-gb3f0425 makes the problem go away.
There is an other bug 22815 affected by this commit but there it produces a crash so I'm not marking this as duplicate of that. Here it is just an annoying refresh issue.