http://bugs.winehq.org/show_bug.cgi?id=5477
Summary: pbrush.exe (windows 3.1 version) does not handle mouse- button-down quite right Product: Wine Version: 0.9.15. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P5 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: pokey@yellow5.com
When the user attempts to draw in the image window with the mouse button down, the proper behavior that Windows (all versions from 3.1 to XP) observes is that, when the cursor hits the border of the image, the cursor is blocked from moving outside the image. In wine, the cursor moves out of the image.
Example: A user wishes to circle some text near the edge of the image. The user clicks and holds the mouse button and begins to move the mouse around the text.
When the user reaches the edge of the image, the cursor should be prevented from moving past the edge so that the text may be fully encircled. Windows-proper prevents the cursor from moving past the edge, thus allowing the text to be demarcated. Wine does not prevent the cursor from moving past the image, thereby making this task vastly more difficult.