https://bugs.winehq.org/show_bug.cgi?id=39039
Bug ID: 39039 Summary: Popup tooltips missing and buttons don't work on mageia.org/en/downloads/ Product: Wine Version: 1.5.1 Hardware: x86 OS: Linux Status: NEW Keywords: download, regression, source Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: gyebro69@gmail.com CC: jacek@codeweavers.com Regression SHA1: 6c6744f80066f0aa46939a2d4c0af9c34f932e8b Distribution: ---
Created attachment 52001 --> https://bugs.winehq.org/attachment.cgi?id=52001 terminal output
If you visit the download page for Mageia Linux distribution wine iexplore https://www.mageia.org/en/downloads/
you can see 3 big buttons at the bottom of the page titled 'Classic', 'Live' 'Network installation'. Place the mouse pointer over the buttons >> nothing happens. Normally, a popup tooltip should appear giving you a short description of the selected installation flavour. Click on one of those buttons >> nothing happens, again. Normally another button should appear below, allowing you to choose PC architecture and download method.
Popup tooltips as well as those buttons used work until
commit 6c6744f80066f0aa46939a2d4c0af9c34f932e8b Author: Jacek Caban jacek@codeweavers.com Date: Tue Mar 27 13:40:01 2012 +0200
mshtml: Use jscript.dll for JavaScript for all zones except untrusted.
Reverting the patch on current git fixes the problem. Firefox when installed in Wine also can handle those buttons properly.
In the terminal I'm getting these fixmes when clicking on a button on the download page: fixme:mshtml:HTMLEventObj_get_toElement (0xbdde08)->(0x33dc10) fixme:mshtml:HTMLEventObj_get_offsetY (0xbdde08)->(0x33dc10) fixme:mshtml:HTMLEventObj_get_offsetX (0xbdde08)->(0x33dc10) fixme:mshtml:HTMLEventObj_get_fromElement (0xbdde08)->(0x33dc10) fixme:mshtml:HTMLEventObj_get_fromElement (0xbdde08)->(0x33d7e0)
Tested with wine-1.7.48-100-ge3c6777 + Wine Gecko 2.36 installed