https://bugs.winehq.org/show_bug.cgi?id=44423
Bug ID: 44423 Summary: Excel 2010 32bit - links not working Product: Wine Version: 3.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: granric@gmail.com Distribution: ---
Created attachment 60355 --> https://bugs.winehq.org/attachment.cgi?id=60355 Modal window with error
Clicking on a link within a worksheet gives a modal window with "an unexpected error has occurred" (see attachment).
Appears a regression versus 2.04 (was working before).
Context: Office Professional Plus 32 bits, Linux Mint 18.3
https://bugs.winehq.org/show_bug.cgi?id=44423
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Please attach Excel document that shows this issue, and terminal output when this happens.
https://bugs.winehq.org/show_bug.cgi?id=44423
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Regression SHA1| |00aca1476efd573cbf9d31a45c3 | |d484f6fa6055b CC| |z.figura12@gmail.com Keywords| |regression Status|UNCONFIRMED |NEW
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- Confirming. This is another regression from:
commit 00aca1476efd573cbf9d31a45c3d484f6fa6055b Author: Zebediah Figura zfigura@codeweavers.com Date: Thu Nov 30 10:21:02 2017 -0600
hlink: Better handle the IBrowseContext parameter in IHlink::Navigate().
Query it for an IHlinkTarget object. Also, use ShellExecute() only if the parameter is NULL.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=44423
--- Comment #3 from granric@gmail.com --- Created attachment 60357 --> https://bugs.winehq.org/attachment.cgi?id=60357 XL file triggering the issue + terminal log
https://bugs.winehq.org/show_bug.cgi?id=44423
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mshtml
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- hlink bug should be fixed with 13e06719591bad61d23d496f87f4b82122bd6529, but it still doesn't quite work for me.
https://bugs.winehq.org/show_bug.cgi?id=44423
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Excel 2010 32bit - links |Office 2007/2010 32bit - |not working |links not working
--- Comment #5 from Rosanne DiMesio dimesio@earthlink.net --- Still present in wine-3.15. This also affects Word, Excel, and Powerpoint 2007.
https://bugs.winehq.org/show_bug.cgi?id=44423
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- Sorry for the long delay. This should be fixed by https://source.winehq.org/git/wine.git/commitdiff/efb84a58be5eb1cab1a8c2ebb4....
Note that it now opens iexplore instead of winebrowser. Personally I'm not sure this is desirable (surely it doesn't happen on Windows?) but at any rate, if there's a bug here, it's not part of the hlink code. If you'd like to keep this bug open (or, perhaps better, file a new bug) for this, I won't object.
https://bugs.winehq.org/show_bug.cgi?id=44423
David Obdrzalek david.obdrzalek@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |david.obdrzalek@email.cz
--- Comment #7 from David Obdrzalek david.obdrzalek@email.cz --- I can confirm Office 2010 links do open now with 3.21 and I can confirm also they get open via iexplore. As for me, I'd prefer to open them via winebrowser (it was that way until 2.22 and in 3.0 the links stopped working).
https://bugs.winehq.org/show_bug.cgi?id=44423
--- Comment #8 from Zebediah Figura z.figura12@gmail.com --- I did some testing, and the call sequence that Office uses should result in the native browser opening rather than iexplore.exe. In particular this should occur in IHlinkTarget::Navigate() on an HTMLWindow.
https://bugs.winehq.org/show_bug.cgi?id=44423
alasky@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alasky@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=44423
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #9 from Zebediah Figura z.figura12@gmail.com --- (In reply to Zebediah Figura from comment #8)
I did some testing, and the call sequence that Office uses should result in the native browser opening rather than iexplore.exe. In particular this should occur in IHlinkTarget::Navigate() on an HTMLWindow.
I'v (finally) sent a patch for this, https://source.winehq.org/patches/data/159506.
https://bugs.winehq.org/show_bug.cgi?id=44423
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f29317dcc23e2154809b751b17e | |65190a7e4d8f2 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Zebediah Figura z.figura12@gmail.com --- (In reply to Zebediah Figura from comment #9)
(In reply to Zebediah Figura from comment #8)
I did some testing, and the call sequence that Office uses should result in the native browser opening rather than iexplore.exe. In particular this should occur in IHlinkTarget::Navigate() on an HTMLWindow.
I'v (finally) sent a patch for this, https://source.winehq.org/patches/data/159506.
The patch was accepted, https://source.winehq.org/git/wine.git/commitdiff/f29317dcc23e2154809b751b17e65190a7e4d8f2. Finally closing this bug as fixed, please reopen or file new bugs if any lingering issues are discovered.
https://bugs.winehq.org/show_bug.cgi?id=44423
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.4.
https://bugs.winehq.org/show_bug.cgi?id=44423
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x
https://bugs.winehq.org/show_bug.cgi?id=44423
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |---
--- Comment #12 from Michael Stefaniuc mstefani@winehq.org --- Removing the 4.0.x milestone from bug fixes included in 4.0.2.