http://bugs.winehq.org/show_bug.cgi?id=6832
Summary: 40tude Dialog - richedit control refresh lag
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juraj5(a)gmail.com
This is a somewhat irritating bug in richedit controls (probably - I'm just
guessing) that has been present in older builds of Wine too when running 40tude
Dialog. Of course, this bug does not happen in Windows.
Steps to reproduce:
1. Create a new post
2. Enter the following in the field:
Line 1
Line 2
<- an empty line
Line 3
<- an empty line
Then, position the cursor on the beginning of line 3. Press backspace.
Explanation: as expected, the first empty line is deleted and line 3 is pulled
where the first empty line was. We expect this:
Line 1
Line 2
Line 3
<- an empty line
...but we get this:
Line 1
Line 2
Line 3
Line 3
The reason is that the second empty line is pulled in place where line 3 was, as
we expect, but the place where line 3 was is not properly refreshed and we get a
ghost image of line 3 on the second empty line. It we minimize/unminimize the
window, drag it offscreen and then back - scrolling does the trick too - we get
what we expected, but this is a rather annoying bug. I'm guessing it's a bug in
richedit controls.
Tested on Wine 0.9.26 and Ubuntu 6.10 in GNOME, 40tude Dialog 2.0.15.1 b38.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6818
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6818
------- Additional Comments From juraj5(a)gmail.com 2006-05-12 13:11 -------
Sadly, this patch fixes another even worse regression, also posted by me:
http://bugs.winehq.org/show_bug.cgi?id=6672
Please note that both problems were not present in Wine 0.9.24. Wine 0.9.25
introduced the problem I've just linked to. Wine 0.9.26 fixes that problem, but
introduces another one, the problem which is in this bug report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6818
------- Additional Comments From juraj5(a)gmail.com 2006-05-12 12:56 -------
Hello, I've completed regression testing on dlls/comctl32 and here are the results:
2614e0ee9120cecf1d5dd2ce6dfa27172cddb7f0 is first bad commit
commit 2614e0ee9120cecf1d5dd2ce6dfa27172cddb7f0
Author: Mike McCormack <mike(a)codeweavers.com>
Date: Tue Nov 14 16:34:46 2006 +0900
comctl32: When removing an image, move the remaining images one forward, not
one backwards.
:040000 040000 6917aab6484248360662742651c70d04b59f657c
b49078fd7c10187a2054c2949e369565b1a24a67 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6602
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6789
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-12 12:39 -------
Oh sorry, I mean just "git branch" by my first command.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6789
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-12 12:37 -------
My two eurocents on the offtopic. Peto, judging by the message ("won't bisect
on seeked tree") I guess your may have started bisectioning process already.
Check this to be sure:
git bisect branch
If you are on a "bisct" branch currently (not "master" or "origin"), then issue
this to reset the bisectioning process to an initial state:
git bisect reset
before you do "git bisect start".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-05-12 11:38 -------
I'm not sure where to go with this bug next. The noexec option is not supported
by FreeBSD, so we can't really do anything to try to address that. It would
appear that this bug has roots somewhere else.
Can someone point to a wine version that is known to work for installing 32bit
applications in FreeBSD? I could work on regression testing, but I don't know
where to start yet.
Also, does anyone have any news on tape.dll? As I mentioned before, that was
previously a culprit in regression testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.