[Bug 32198] New: ListView fails to redraw after Insert
http://bugs.winehq.org/show_bug.cgi?id=32198 Bug #: 32198 Summary: ListView fails to redraw after Insert Product: Wine Version: 1.5.17 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: leslie_alistair(a)hotmail.com Classification: Unclassified Download Enterprise Architect Open the Example Model Select an Element in the Project Browser Open the Scripting Window (Either View -> Scripting, or Tools -> Scripting) Expand the "Local Scripts" group Find the "JScript - Attribute Lifecycle Example" Run the Script. The System output window will list the output from the script, current it doesn't. Since the scrollbars appear, scroll to the top and then switch tabs and back again to force a redraw of the control. The data will appear. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.sparxsystems.com | |/products/ea/trial.html CC| |djelinski1(a)gmail.com Regression SHA1| |ae72b216416f3155ab1f3053bac | |ae6d8b9a5ba4a --- Comment #1 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2012-11-11 15:35:30 CST --- ae72b216416f3155ab1f3053bacae6d8b9a5ba4a is the first bad commit commit ae72b216416f3155ab1f3053bacae6d8b9a5ba4a Author: Daniel Jelinski <djelinski1(a)gmail.com> Date: Sat Sep 29 00:20:45 2012 +0200 comctl32: Clean up listview resizing code. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 --- Comment #2 from Daniel Jelinski <djelinski1(a)gmail.com> 2012-11-12 12:58:41 CST --- Created attachment 42479 --> http://bugs.winehq.org/attachment.cgi?id=42479 patch Does the attached patch help? I tried to reproduce this error, but failed. You could have mentioned that it needs winetricks msxml4. Also please specify which version do you use (the default - professional - does not have Scripting) and which element did you choose (I tested quite a few and the System tab does not have scrollbar and remains empty even after switching tabs). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 --- Comment #3 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2012-11-12 15:26:59 CST --- The patch works, thanks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 --- Comment #4 from Daniel Jelinski <djelinski1(a)gmail.com> 2012-11-13 15:52:37 CST --- Patch committed: http://source.winehq.org/git/wine.git/commit/e9e09b66a0eca2cec97faa71cffa9ea... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 --- Comment #5 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2012-11-15 15:50:05 CST --- The issue still exist after the patch. It appear to work when I was using a VM, but still fails on another machine (non-VM). Try using Corporate or above. The element was just a class, but really doesn't matter what type of element you use. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 --- Comment #6 from Daniel Jelinski <djelinski1(a)gmail.com> 2012-11-15 23:44:46 CST --- Please attach a screenshot of what it should look like. I'm still having trouble reproducing this issue - most of the time I get a message stating that I need to select an element in project browser (probably a different bug) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 --- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2012-11-18 15:23:55 CST --- Created attachment 42541 --> http://bugs.winehq.org/attachment.cgi?id=42541 Screenshot A script has been run once and you can see the output window at the bottom has a scrollbar but doesn't have anything in it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 --- Comment #8 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2012-11-18 15:25:17 CST --- Created attachment 42542 --> http://bugs.winehq.org/attachment.cgi?id=42542 After switched tabs This is what I would expected after the script had finished. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 --- Comment #9 from Daniel Jelinski <djelinski1(a)gmail.com> 2012-11-19 00:11:12 CST --- Thank you for the explanation and screenshots. I used the steps that you described and everything worked correctly for me, even with patch from comment 2 reverted. Are you using the same version of the application? $ sha1sum easetup.exe 0e5c099d87aa03175d8aeb12af11d94362d79d72 easetup.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2012-11-19 15:47:53 CST --- No, I was using the EA beta 10, however 9.3 has the same issue. I now cannot reproduce the issue after your patch was applied. I'll marked this as fixed, and re-open if required. Thanks for you help. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2012-11-23 14:30:15 CST --- Closing bugs fixed in 1 5.18. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32198 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e9e09b66a0eca2cec97faa71cff | |a9ea7269fc681 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org