[Bug 12569] New: [regression] Window of PSPad is flashing, when new file is opened
http://bugs.winehq.org/show_bug.cgi?id=12569 Summary: [regression] Window of PSPad is flashing, when new file is opened Product: Wine Version: 0.9.59. Platform: PC URL: http://www.pspad.com OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: petr.dlouhy(a)email.cz In PSPad 4.5.3 when new file is opened, the main window dissapeares for a while. This is regression between 0.9.53 and 0.9.54; I will send result of regression testing as soon as I finish 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=12569 --- Comment #1 from Petr Dlouhý <petr.dlouhy(a)email.cz> 2008-04-14 12:17:56 --- The result is: $ git bisect bad 9fc4e5f7407b4241233a6962c025e4b6e2889037 is first bad commit commit 9fc4e5f7407b4241233a6962c025e4b6e2889037 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jan 23 12:28:32 2008 +0100 winex11: Add a mapped flag to the window data instead of relying on WS_VISIBLE. :040000 040000 e8227271ff1beff7342ed4a55fc2ac082c134503 1f72ea13c0da7f34a5ad895f8e86e2f358f884fe M dlls -- 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=12569 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Summary|[regression] Window of PSPad|Window of PSPad is flashing, |is flashing, when new file |when new file is opened |is opened | -- 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=12569 --- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-04-16 01:08:51 --- So the main window disappears and quickly reappear when you open a file? I can't seem to reproduce it, but I have another regression that I tracked down to this commit. -- 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=12569 --- Comment #3 from Petr Dlouhý <petr.dlouhy(a)email.cz> 2008-04-16 03:11:47 ---
So the main window disappears and quickly reappear when you open a file? Yes, that's right.
1) I deleted ~/.wine 2) downloaded PSPad from ftp://pspad.siliconhill.cz/PSPad/files/pspad453inst_en.exe 3) install PSPad 4) file->open, choose something 5) the main window disapear, and apear again quickly during loading of the file -- 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=12569 --- Comment #4 from Petr Dlouhý <petr.dlouhy(a)email.cz> 2008-04-16 03:17:15 --- Created an attachment (id=12234) --> (http://bugs.winehq.org/attachment.cgi?id=12234) bisect.log I am attaching my bisect log. Should I try last good and bad, if I didn't make mistake? -- 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=12569 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Lei Zhang <thestig(a)google.com> 2008-04-16 17:10:03 --- Ok, I see it. It happens very briefly. I tested on KDE 3.x. What window manager are you using? -- 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=12569 --- Comment #6 from Petr Dlouhý <petr.dlouhy(a)email.cz> 2008-04-16 20:57:38 --- I am using Gnome on Ubuntu Hardy. It lasts split of second, but is brightly visible, and when loading more files at once the window flashes like stroboscope. -- 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=12569 Petr Dlouhý <petr.dlouhy(a)email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winex11.drv -- 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=12569 --- Comment #7 from Petr Dlouhý <petr.dlouhy(a)email.cz> 2008-04-23 15:55:40 --- The problem seems to be, that the window get umapped here: http://source.winehq.org/git/wine.git/?a=blob;f=dlls/winex11.drv/winpos.c;h=... I am still not sure, if it is caused by the bad condition before, or because new_style gets unvisible caused by a bug before. -- 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=12569 Petr Dlouhý <petr.dlouhy(a)email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard(a)winehq.org -- 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=12569 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-01 13:39:37 --- This should be fixed now. -- 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=12569 --- Comment #9 from Petr Dlouhý <petr.dlouhy(a)email.cz> 2008-05-01 14:49:01 --- Yes, it is not flashing in newest GIT. -- 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=12569 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-05-02 12:38:18 --- Closing bugs fixed in 0.9.61. -- 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