http://bugs.winehq.org/show_bug.cgi?id=27984
Summary: Starcraft 2 Editor: Renaming an item in the trigger tree suggests it's displayed text and not the item name. Product: Wine Version: 1.3.25 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: florian@fkoeberle.de
A global integer variable with the name "hello" gets displayed in the trigger tree as "hello = 0 <Integer>". That's fine, but if you try to rename it, you get "hello = 0 <Integer>" as prefilled in text. If you would confirm that the variable's name would change to "hello = 0 <Integer>" and the displayed text would change to "hello = 0 <Integer> = 0 <Integer>".
The bug doesn't occur with the native comctl32: The suggested name in the upper case is with native comctl32 "hello" as it should be.
http://bugs.winehq.org/show_bug.cgi?id=27984
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-08-05 20:09:02 CDT --- Created an attachment (id=35826) --> (http://bugs.winehq.org/attachment.cgi?id=35826) patch
Try this one. If I got it right application customize edit box text so it's not the same as item text when edit displayed. I fixed similar thing for Listview some months ago, Treeview should act similar apparently.
http://bugs.winehq.org/show_bug.cgi?id=27984
Florian florian@fkoeberle.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, testcase
--- Comment #2 from Florian florian@fkoeberle.de 2011-08-06 04:14:03 CDT --- That patch fixes this bug. Thanks!
You might want to remove the trailing whitespace at line 40 before sending it to the mailinglist.
http://bugs.winehq.org/show_bug.cgi?id=27984
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2011-08-06 04:17:45 CDT --- (In reply to comment #2)
That patch fixes this bug. Thanks!
Great.
You might want to remove the trailing whitespace at line 40 before sending it to the mailinglist.
Yeah, I committed locally with fixed whitespace already.
http://bugs.winehq.org/show_bug.cgi?id=27984
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2011-08-22 14:41:40 CDT --- Should be fixed with c13bf5a58c69a005195013efa7b6a19b3103dbc7. Please retest.
http://bugs.winehq.org/show_bug.cgi?id=27984
Florian florian@fkoeberle.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #5 from Florian florian@fkoeberle.de 2011-08-23 12:35:24 CDT --- Yes it's fixed! Thanks again!
http://bugs.winehq.org/show_bug.cgi?id=27984
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2011-08-26 13:24:26 CDT --- Closing bugs fixed in 1.3.27.
http://bugs.winehq.org/show_bug.cgi?id=27984
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c13bf5a58c69a005195013efa7b | |6a19b3103dbc7
https://bugs.winehq.org/show_bug.cgi?id=27984
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org