http://bugs.winehq.org/show_bug.cgi?id=17507
Summary: Scrollbars are inappropriately displayed in Ascentive Library Files installer Product: Wine Version: 1.1.15 Platform: PC URL: http://www.ascentive.com/support/new/libraryfiles.exe OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com CC: dylan.ah.smith@gmail.com
Created an attachment (id=19614) --> (http://bugs.winehq.org/attachment.cgi?id=19614) Ascentive Library Files installer with bad commit
With today's Git (wine-1.1.15-221-g79cc416), some text areas of the Ascentive Library Files installer are drawn with scrollbars that should not be present. The issue was determined to be:
dc03b6b2f25cc4aa63ad2776943f55fd3f5aa656 is first bad commit commit dc03b6b2f25cc4aa63ad2776943f55fd3f5aa656 Author: Dylan Smith dylan.ah.smith@gmail.com Date: Fri Dec 19 08:15:04 2008 -0500
richedit: Removed redundant editor height variables and calculations.
During wrapping there were three different heights that were being stored, with only one of them being done correctly. The other ones failed to incorporate the height of the paragraph or row, so ended up being incorrect.
:040000 040000 63cbc79b51a8a40b8242ff5f261d55462ff7c209 805ff3ddce5185e0a30f4b5cc9b03db398f2bb93 M dlls
Wine built prior to the commit did not show the problem.