http://bugs.winehq.org/show_bug.cgi?id=26451
Summary: MyPhoneExplorer Version 1.8 Icons in toolbar are not clickable Product: Wine Version: 1.3.15 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: happy_dils@hotmail.co.uk
Created an attachment (id=33683) --> (http://bugs.winehq.org/attachment.cgi?id=33683) Icons on toolbar are unclickable when the Organiser is being viewed
The toolbar for MyPhoneExplorer http://www.fjsoft.at/ allows shortcut to most operations such as phone syncing for Contacts, Calendar and editing SMS messages.
However the toolbar buttons are not clickable when viewing the Organiser (calendar). Neither does the toolbar icons work when viewing Messages, Files, or Calls.
The toolbar icons do however work for viewing Contacts.
http://bugs.winehq.org/show_bug.cgi?id=26451
Anek happy_dils@hotmail.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression URL| |http://www.fjsoft.at CC| |happy_dils@hotmail.co.uk Difficulty|--- |Minutes Severity|minor |normal
--- Comment #1 from Anek happy_dils@hotmail.co.uk 2011-03-16 16:38:11 CDT --- This bug was not present in wine1.0.1 on Ubuntu Linux 10.04 however it was present on versions prior. Problems only began once Wine was update to versions newer than 1.0.1
Installing all older versions of MyPhoneExplorer upto and including V1.7.6 with wine1.0.1 worked fine on Ubuntu 10.04.
I am currently running Ubuntu 10.10 and under wine1.0.1 MyphoneExplorer exits moments after start up and so I do not get a chance to test the toolbar icons. This problem persists for all versions of MyPhoneExplorer.
I do remember this being an issue of rendering bitmaps for the toolbar.
http://bugs.winehq.org/show_bug.cgi?id=26451
Anek happy_dils@hotmail.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #33683|Icons on toolbar are |Icons 1, 2 5,6 and 7 on the description|unclickable when the |toolbar are unclickable |Organiser is being viewed |when the Organiser is being | |viewed
--- Comment #2 from Anek happy_dils@hotmail.co.uk 2011-03-17 04:52:28 CDT --- (From update of attachment 33683) Icons 3 and 4 are greyed out because an event is not selected, this is not part of the bug
http://bugs.winehq.org/show_bug.cgi?id=26451
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|happy_dils@hotmail.co.uk | Difficulty|Minutes |---
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2011-03-17 04:59:31 CDT --- If this is a regression please post the results of your regression testing: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=26451
Anek happy_dils@hotmail.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #33683|0 |1 is obsolete| |
--- Comment #4 from Anek happy_dils@hotmail.co.uk 2011-03-17 05:08:41 CDT --- Created an attachment (id=33687) --> (http://bugs.winehq.org/attachment.cgi?id=33687) Comparison of clickable and nonclickable toolbar
Icons number 1,2,,5,6 and 7 in the first toolbar are unclickable when the Organiser is being viewed. The second image is a snapshot taken from Contacts view, in which the toolbar is fully functional. Notice the appearance of borders on the icons when they are clickable.
http://bugs.winehq.org/show_bug.cgi?id=26451
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW URL|http://www.fjsoft.at |http://www.fjsoft.at/en/dow | |nloads.php Keywords| |download Component|-unknown |comctl32 CC| |bunglehead@gmail.com, | |gyebro69@gmail.com Ever Confirmed|0 |1 Regression SHA1| |97ecd468c49c8490a7a28742886 | |9a64f20a1f0ab
--- Comment #5 from GyB gyebro69@gmail.com 2011-10-31 13:35:53 CDT --- Still a problem in Wine-1.3.31: icons in the Organiser tab are unclickable. Tested with MyPhone Explorer 1.8.2.
I performed the regression test (between 1.1.21 and 1.1.22), which resulted in
97ecd468c49c8490a7a287428869a64f20a1f0ab is the first bad commit commit 97ecd468c49c8490a7a287428869a64f20a1f0ab Author: Nikolay Sivov bunglehead@gmail.com Date: Mon May 18 19:36:26 2009 +0400
comctl32/toolbar: Use already cached control window style.
:040000 040000 f770296316cde9bfafdaac6c7e1029f2d44c311b 008e4c26aa2de2555ced9971a57e42e0f1b0aad6 M dlls
The patch can be reverted cleanly on current git (wine-1.3.31-213-g996b451) and that fixed the problem.
http://bugs.winehq.org/show_bug.cgi?id=26451
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2012-01-06 12:24:47 CST --- I can confirm this with application version 1.8.2, will try to fix.
First chunk reverted fixes toolbar for me, this one:
--- @@ -3612,7 +3612,7 @@ TOOLBAR_GetState (const TOOLBAR_INFO *infoPtr, WPARAM wParam) static LRESULT TOOLBAR_GetStyle (const TOOLBAR_INFO *infoPtr) { - return GetWindowLongW(infoPtr->hwndSelf, GWL_STYLE); + return infoPtr->dwStyle; }
---
http://bugs.winehq.org/show_bug.cgi?id=26451
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2012-01-07 11:57:39 CST --- Created attachment 38292 --> http://bugs.winehq.org/attachment.cgi?id=38292 patch
This patch fixes a problem for me, please try it.
http://bugs.winehq.org/show_bug.cgi?id=26451
--- Comment #8 from GyB gyebro69@gmail.com 2012-01-07 13:43:05 CST --- (In reply to comment #7)
Created attachment 38292 [details] patch
This patch fixes a problem for me, please try it.
The patch fixed the problem here as well.
http://bugs.winehq.org/show_bug.cgi?id=26451
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |54b6c76720c502097cc63dad9a4 | |2fbf772ff83d4 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2012-01-09 15:02:39 CST --- Should be fixed now with 54b6c76720c502097cc63dad9a42fbf772ff83d4.
http://bugs.winehq.org/show_bug.cgi?id=26451
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2012-01-13 13:50:00 CST --- Closing bugs fixed in 1.3.37.