[Bug 29625] New: TreeView item label truncated when made bold
http://bugs.winehq.org/show_bug.cgi?id=29625 Bug #: 29625 Summary: TreeView item label truncated when made bold Product: Wine Version: 1.2.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: comctl32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: vishal.pr87(a)gmail.com Classification: Unclassified Created attachment 38379 --> http://bugs.winehq.org/attachment.cgi?id=38379 Screenshot showing the treeview with mouse over and mouse away from the item SQLyog uses TVIS_BOLD style to indicate the active database in object browser. When the mouse is over the item with TVIS_BOLD, it wont show in bold font. When you move the mouse away it will become bold but, the label is truncated. This works fine in Windows. A screenshot showing the problem is attached. -- 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=29625 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |-unknown Severity|major |trivial --- Comment #1 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-01-16 05:50:24 CST --- Reporting bugs with such an old Wine version is not useful, please retest with wine-1.3.37. -- 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=29625 --- Comment #2 from Vishal <vishal.pr87(a)gmail.com> 2012-01-30 08:01:05 CST --- Tested with wine-1.3.37. Its reproducible :-( -- 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=29625 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-01-30 08:07:48 CST --- (In reply to comment #2)
Tested with wine-1.3.37. Its reproducible :-(
Is there a demo of this application to test? -- 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=29625 --- Comment #4 from Vishal <vishal.pr87(a)gmail.com> 2012-01-30 08:17:52 CST --- SQLyog community edition can be downloaded from http://code.google.com/p/sqlyog/downloads/list -- 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=29625 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-01-30 08:24:55 CST --- (In reply to comment #4)
SQLyog community edition can be downloaded from http://code.google.com/p/sqlyog/downloads/list
Assuming 9.6.0 shows a problem as well. Is there a way to get TreeView filled without any accessible sql servers? -- 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=29625 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-01-30 08:32:17 CST --- By the way does native comctl32 installed with winetricks 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=29625 --- Comment #7 from Vishal <vishal.pr87(a)gmail.com> 2012-01-30 09:17:20 CST --- (In reply to comment #5)
(In reply to comment #4)
SQLyog community edition can be downloaded from http://code.google.com/p/sqlyog/downloads/list
Assuming 9.6.0 shows a problem as well.
Is there a way to get TreeView filled without any accessible sql servers?
I am afraid it is not possible. If required I can create a sample app. And yes using native comctl32.dll solved the problem. -- 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=29625 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 -- 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=29625 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-02-17 01:00:49 CST --- Something is broken with a way item width is updated when item state is set for example. If I force it to recompute with: --- item->textWidth = 0; --- test application works better for me, didn't try with reported application though. -- 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=29625 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |fbd7f8813f0792616012875e714 | |adb0b0381fcdd Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-05-18 00:14:39 CDT --- This should be fixed already with http://source.winehq.org/git/wine.git/commit/fbd7f8813f0792616012875e714adb0.... I just tested and it actually makes a difference, so please reopen if I missed something. -- 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=29625 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-24 13:33:24 CDT --- Closing bugs fixed in 1.5.31. -- 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