[Bug 13134] New: File dialog rendering problem
http://bugs.winehq.org/show_bug.cgi?id=13134 Summary: File dialog rendering problem Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: comdlg32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: ar(a)esoma.org Created an attachment (id=12935) --> (http://bugs.winehq.org/attachment.cgi?id=12935) Png picture of the file dialog See attachment. It can be reproduced but does not occur again when the dialog is envoked a second time. The application was Divx2MP4. The issue is that the inner window containing the files is not initiatialised properly. -- 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=13134 Andre <ar(a)esoma.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.59. -- 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=13134 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-05-12 00:05:23 --- Is there a demo/download of this program? -- 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=13134 --- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-05-12 16:07:58 --- http://www.risingresearch.com/en/divx/ ?? -- 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=13134 --- Comment #3 from Andre <ar(a)esoma.org> 2008-05-12 19:16:24 --- right. http://www.risingresearch.com/files/d2msetup.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=13134 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.risingresearch.co | |m/files/d2msetup.exe Keywords| |download -- 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=13134 Andre <ar(a)esoma.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor OS/Version|other |Linux -- 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=13134 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26(a)gmail.com --- Comment #4 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-10-26 22:24:10 --- Still a problem in 1.1.7. -- 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=13134 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-10-26 22:57:21 --- Confirming -- 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=13134 Diaa Sami <diaasami(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diaasami(a)gmail.com --- Comment #6 from Diaa Sami <diaasami(a)gmail.com> 2009-01-27 17:37:45 --- I think this is a duplicate of http://bugs.winehq.org/show_bug.cgi?id=10394 Happens because the file dialog is not resizable, you can apply the patch there and see if it happens or not. -- 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=13134 --- Comment #7 from Diaa Sami <diaasami(a)gmail.com> 2009-01-31 13:45:22 --- (In reply to comment #6)
I think this is a duplicate of http://bugs.winehq.org/show_bug.cgi?id=10394 Happens because the file dialog is not resizable, you can apply the patch there and see if it happens or not.
The patch #19066 attached with bug #10394 doesn't fix this problem, the listview gets resized properly but everything below is lost, I found out that although this application resizes the file dialog programmatically, it doesn't specify OFN_ENABLESIZING when creating it, in addition, I have an educated guess that it moves the file dialog controls manually. it's an evil application ! -- 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=13134 --- Comment #8 from Rein Klazes <wijn(a)online.nl> 2009-08-08 04:21:45 --- Patch submitted: http://www.winehq.org/pipermail/wine-patches/2009-August/076786.html -- 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=13134 Rein Klazes <wijn(a)online.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Rein Klazes <wijn(a)online.nl> 2009-08-10 11:13:24 --- Fix committed: http://source.winehq.org/git/wine.git/?a=commit;h=1b740dd14a23b0387c599b65c3... Marking bug fixed. -- 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=13134 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2009-08-21 12:18:10 --- Closing bugs fixed in 1.1.28. -- 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