http://bugs.winehq.org/show_bug.cgi?id=12481
Summary: PSPad HTML preveiw is not working with Gecko Product: Wine Version: CVS/GIT Platform: PC URL: http://appdb.winehq.org/objectManager.php?sClass=version &iId=7579 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: petr.dlouhy@email.cz
I am using Ubuntu Hardy with latest Wine from GIT. PSPad HTML preview (HTML->HTML Page Preview) shows two errors at startup, but after that it requests installing Gecko. When Gecko is installed, the page is shown, but it is as a little box in upper left corner instead of filling the window. This is working with IE installed.
http://bugs.winehq.org/show_bug.cgi?id=12481
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://appdb.winehq.org/obje%7Chttp://www.pspad.com/ |ctManager.php?sClass=version| |&iId=7579 | Keywords| |download Summary|PSPad HTML preveiw is not |PSPad HTML preview is not |working with Gecko |working with Gecko
http://bugs.winehq.org/show_bug.cgi?id=12481
Petr Dlouhý petr.dlouhy@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shlwapi
--- Comment #1 from Petr Dlouhý petr.dlouhy@email.cz 2008-04-18 05:22:04 --- Gecko in PSPad could be bring to work by using native shdocvw and shlwapi. So the bug is in this dlls.
http://bugs.winehq.org/show_bug.cgi?id=12481
--- Comment #2 from Petr Dlouhý petr.dlouhy@email.cz 2008-04-19 07:03:41 --- This seems to be affected by bug 8898 (see what I wrote there).
http://bugs.winehq.org/show_bug.cgi?id=12481
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Component|shlwapi |shdocvw Keywords| |patch
--- Comment #3 from Dan Kegel dank@kegel.com 2008-04-19 08:19:10 --- Petr says the shdocvw patch in bug 8898 helps some, so adding keyword patch and changing component.
http://bugs.winehq.org/show_bug.cgi?id=12481
--- Comment #4 from Petr Dlouhý petr.dlouhy@email.cz 2008-04-19 08:27:55 --- If it is executed with the patch, and shlwapi as native, it works. So I think, that the second bug is present in shlwapi (but it could also be, that the stub-patch is affecting the whole thing, and the native dll can recover from this).
http://bugs.winehq.org/show_bug.cgi?id=12481
--- Comment #5 from Petr Dlouhý petr.dlouhy@email.cz 2008-05-10 06:21:03 --- Created an attachment (id=12875) --> (http://bugs.winehq.org/attachment.cgi?id=12875) conformance test
The problem seems clear to me now. The bug is compounding of two issues: -The first issue is completely covered in bug 8898, and should be handled there. -The second issue is that the address given by PSPad is badly canonized by UrlCanonicalizeA in shlwapi - and this causes, that the right file is not found. This problem should be tracked by this bug. I made conformance test for this.
http://bugs.winehq.org/show_bug.cgi?id=12481
--- Comment #6 from Petr Dlouhý petr.dlouhy@email.cz 2008-05-10 06:21:14 --- Created an attachment (id=12876) --> (http://bugs.winehq.org/attachment.cgi?id=12876) conformance test
The problem seems clear to me now. The bug is compounding of two issues: -The first issue is completely covered in bug 8898, and should be handled there. -The second issue is that the address given by PSPad is badly canonized by UrlCanonicalizeA in shlwapi - and this causes, that the right file is not found. This problem should be tracked by this bug. I made conformance test for this.
http://bugs.winehq.org/show_bug.cgi?id=12481
Petr Dlouhý petr.dlouhy@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|shdocvw |shlwapi
http://bugs.winehq.org/show_bug.cgi?id=12481
Petr Dlouhý petr.dlouhy@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12875|0 |1 is obsolete| | Attachment #12876|0 |1 is obsolete| |
--- Comment #7 from Petr Dlouhý petr.dlouhy@email.cz 2008-05-11 08:53:08 --- Created an attachment (id=12926) --> (http://bugs.winehq.org/attachment.cgi?id=12926) UrlCanonicalizeW patch
I made a patch fixing canonizing address with file://localhost prefix (conformance tests are included). I would like if somebody experienced in the Wine could take a look on this (and also the patch I made for bug 8898) and guide me, how to post the patch into Wine (or should I wait to code unfreeze?).
http://bugs.winehq.org/show_bug.cgi?id=12481
--- Comment #8 from Austin English austinenglish@gmail.com 2008-05-11 20:31:51 --- (In reply to comment #7)
Created an attachment (id=12926)
--> (http://bugs.winehq.org/attachment.cgi?id=12926) [details]
UrlCanonicalizeW patch
I made a patch fixing canonizing address with file://localhost prefix (conformance tests are included). I would like if somebody experienced in the Wine could take a look on this (and also the patch I made for bug 8898) and guide me, how to post the patch into Wine (or should I wait to code unfreeze?).
Send the patch/testcase to wine-patches@winehq.org
http://bugs.winehq.org/show_bug.cgi?id=12481
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
http://bugs.winehq.org/show_bug.cgi?id=12481
--- Comment #9 from Petr Dlouhý petr.dlouhy@email.cz 2008-05-15 13:43:06 ---
Send the patch/testcase to wine-patches@winehq.org
I sent the patch, but I didn't get any answer (and it is not working in newest git). How can I find out, what was wrong?
http://bugs.winehq.org/show_bug.cgi?id=12481
Petr Dlouhý petr.dlouhy@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #10 from Petr Dlouhý petr.dlouhy@email.cz 2008-06-22 16:58:25 --- The patch has been commited, so it is working now in newest GIT. The bug can be closed
http://bugs.winehq.org/show_bug.cgi?id=12481
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2008-06-27 10:15:27 --- Closing bugs fixed in 1.1.0.
http://bugs.winehq.org/show_bug.cgi?id=12481
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified