http://bugs.winehq.org/show_bug.cgi?id=23077
Summary: UltraEdit 16.10: Plus sign doesn't appear in directory tree Product: Wine Version: 1.2-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=28652) --> (http://bugs.winehq.org/attachment.cgi?id=28652) Image showing the problem
Steps to reproduce: 1) remove ~/.wine 2) install UltraEdit 3) wine Uedit32.exe 4) close all popup windows (buy now, tip of the day etc.) 5) In "File View" Window click on plus sign of "C" then "Program Files"
6) Click on plus sign of "Internet Explorer" branch will unfold, plus sign changes to minus sign 7) Click on minus sign of "Internet Explorer" branch will fold
Behaviour: After seventh step minus sign of "Internet Explorer" stays minus sign and I cannot unfold that branch anymore
Expected behaviour: After seventh step minus sign of "Internet Explorer" should convert itself into plus sign and I should have ability to unfold the branch
In terminal I get only fixme:win:LockWindowUpdate (0x100a0), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! for every successful fold/unfold operation
http://bugs.winehq.org/show_bug.cgi?id=23077
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW AssignedTo|wine-bugs@winehq.org |juan_lang@yahoo.com Ever Confirmed|0 |1
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2010-06-07 13:39:31 --- Created an attachment (id=28653) --> (http://bugs.winehq.org/attachment.cgi?id=28653) +tree log
Confirming. winetricks cc580 works around it. A +tree log is attached.
http://bugs.winehq.org/show_bug.cgi?id=23077
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 AssignedTo|juan_lang@yahoo.com |wine-bugs@winehq.org
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2010-06-07 13:40:02 --- Setting component to comctl32.
http://bugs.winehq.org/show_bug.cgi?id=23077
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2010-06-07 13:41:42 --- I should mention: to generate my +tree log, I clicked on one item, the "juan" folder, twice.
http://bugs.winehq.org/show_bug.cgi?id=23077
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.ultraedit.com/fi | |les/ue_english.zip
http://bugs.winehq.org/show_bug.cgi?id=23077
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|UltraEdit 16.10: Plus sign |UltraEdit 16.10: Plus sign |doesn't appear in directory |doesn't reappear in |tree |directory tree
http://bugs.winehq.org/show_bug.cgi?id=23077
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2010-06-09 12:26:44 --- What is does is another TVM_GETITEMA on TVN_ITEMEXPANDING notification, so a possible reason is that we don't set item state at some point when it's expected to be set:
--- trace:treeview:TREEVIEW_Toggle trace:treeview:TREEVIEW_Collapse TVE_COLLAPSE 0x178360 L"Program Files" trace:treeview:TREEVIEW_SendTreeviewNotify code:-454 action:1 olditem:(nil) newitem:0x178360 002d:Call user32.GetWindowLongW(0002011e,fffffff4) ret=7e493f47 002d:Ret user32.GetWindowLongW() retval=000003ed ret=7e493f47 trace:treeview:TREEVIEW_SendRealNotify wParam=1005, lParam=17163844 002d:Call user32.SendMessageW(00010104,0000004e,000003ed,0105e644) ret=7e494021 002d:Call hook proc 0x497e20 (id=WH_CALLWNDPROC,code=0,wp=00000001,lp=0105e4cc) 002d:Call user32.CallNextHookEx(000300a0,00000000,00000001,0105e4cc) ret=00497ee9 002d:Ret user32.CallNextHookEx() retval=00000000 ret=00497ee9 002d:Ret hook proc 0x497e20 (id=WH_CALLWNDPROC,code=0,wp=00000001,lp=0105e4cc) retval=00000000 002d:Call window proc 0x8ef17a (hwnd=0x10104,msg=WM_NOTIFY,wp=000003ed,lp=0105e644) ... 002d:Call user32.SendMessageA(0002011e,0000110c,00000000,0105da80) ret=008f8855 002d:Call hook proc 0x497e20 (id=WH_CALLWNDPROC,code=0,wp=00000001,lp=0105d92c) 002d:Call user32.CallNextHookEx(000300a0,00000000,00000001,0105d92c) ret=00497ee9 002d:Ret user32.CallNextHookEx() retval=00000000 ret=00497ee9 002d:Ret hook proc 0x497e20 (id=WH_CALLWNDPROC,code=0,wp=00000001,lp=0105d92c) retval=00000000 002d:Call window proc 0x8ef17a (hwnd=0x2011e,msg=TVM_GETITEMA,wp=00000000,lp=0105da80) ... 002d:Ret user32.SendMessageW() retval=00000000 ret=7e494021 ---
I'll test it.
http://bugs.winehq.org/show_bug.cgi?id=23077
--- Comment #5 from NSLW lukasz.wojnilowicz@gmail.com 2011-03-15 04:12:32 CDT --- Still issue in wine-1.3.15-297-gbd8b13a
http://bugs.winehq.org/show_bug.cgi?id=23077
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1@gmail.com
--- Comment #6 from Daniel Jelinski djelinski1@gmail.com 2012-10-17 03:16:57 CDT --- Is this still an issue in current git?
http://bugs.winehq.org/show_bug.cgi?id=23077
--- Comment #7 from NSLW lukasz.wojnilowicz@gmail.com 2012-10-17 10:08:43 CDT --- Still issue in wine-1.5.15-95-g003622c
http://bugs.winehq.org/show_bug.cgi?id=23077
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2013-12-10 08:05:38 CST --- Still in wine 1.7.8.
https://bugs.winehq.org/show_bug.cgi?id=23077
sh neoneun87@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |neoneun87@gmail.com
--- Comment #9 from sh neoneun87@gmail.com --- Bug still present in wine-5.0-rc4
https://ultraedit.software.informer.com/versions/
UltraEdit 16.2 - 12 Aug 2010
# sha1sum ue_english.zip 8a24b71824c04e14a8c09b1695cfb0001743506e ue_english.zip
007c:fixme:win:LockWindowUpdate (0x600b4), partial stub! 007c:fixme:win:LockWindowUpdate ((nil)), partial stub!