http://bugs.winehq.org/show_bug.cgi?id=22952
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW AssignedTo|wine-bugs@winehq.org |dylan.ah.smith@gmail.com Ever Confirmed|0 |1
--- Comment #9 from Dylan Smith dylan.ah.smith@gmail.com 2010-05-30 21:28:11 --- Created an attachment (id=28440) --> (http://bugs.winehq.org/attachment.cgi?id=28440) richedit: Prevent setting format of final end of paragraph
I retested and can confirm the problem, and it was caused by commit 2da0d8e933b087a3edb87a18e5a44dd4d336603b.
I split up the commit until I isolated the change that caused the regression, and the attached patch reverts this change.
This also causes a test failure which was marked todo_wine before the commit that caused the regression. I should to look at how to fix this properly so that reverting this commit doesn't cause another regression.