[Bug 28379] New: Internet Explorer 4.0 highlights selected text incorrectly
http://bugs.winehq.org/show_bug.cgi?id=28379 Summary: Internet Explorer 4.0 highlights selected text incorrectly Product: Wine Version: 1.3.28 Platform: x86-64 URL: http://www.oldversion.com/common/uploaded_files/softwa res/msie401sp2.exe OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: RandomAccountName(a)mail.com CC: david.hedberg(a)gmail.com Regression SHA1: 81bbd17c406e37ea23e8f86f95d307c0c45e2bc7 Created an attachment (id=36389) --> (http://bugs.winehq.org/attachment.cgi?id=36389) Terminal output When selecting some text in IE4, it usually gets highlighted wrong - it appears that the text changes color as expected, but the background does not. It's very noticeable on the WineHQ homepage, where much of the text becomes invisible when selected, while it should be white on a blue background. This wasn't an issue back in 1.3.6, so I did a regression test: 81bbd17c406e37ea23e8f86f95d307c0c45e2bc7 is the first bad commit commit 81bbd17c406e37ea23e8f86f95d307c0c45e2bc7 Author: David Hedberg <dhedberg(a)codeweavers.com> Date: Sun Jan 30 20:47:55 2011 +0800 gdi32: Stay within the clipping area when painting text background. :040000 040000 f50390b8ae6002fa95ce4cc6fe598b86db9c3f22 d0fbba0a31d64cee11b668c809871706be50f376 M dlls Reverting the patch fixed the problem. I used these steps to install and test: 1. Change the reported Windows version to NT4 2. Add native,bultin overrides for the following: advpack, iexplore.exe, jscript, mshtml, shdocvw 3. Remove the Z: drive (not required, but prevents the installer from scanning the entire file system for Windows browsers to install a plugin to) 4. Run 'wine iexplore -unregserver' 5. Remove some files (replace $HOME/.wine if needed): rm -f $HOME/.wine/drive_c/{Program\ Files/Internet\ Explorer/iexplore.exe,windows/system32/{advpack.dll,inetcpl.cpl,mshtml.dll,schannel.dll,shdocvw.dll}} 6. Copy the self-extractor to Wine's C: drive and run it to extract the setup files 7. Run the IE4SETUP.EXE file from the directory the extractor created 8. Choose no when asked to locate WINDOWS.HLP, and ignore some Java VM installation errors after the reboot 9. Run IE4 and try selecting some text in the news section of the WineHQ homepage: wine 'C:/Program Files/Internet Explorer/iexplore.exe' http://www.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=28379 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression -- 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=28379 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-10-19 15:21:54 CDT --- Still in wine-1.3.30-293-g7fa15c5. -- 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=28379 --- Comment #2 from A Wine user <RandomAccountName(a)mail.com> 2012-01-28 06:31:12 CST --- Still present in 1.4-rc1. -- 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=28379 --- Comment #3 from Huw Davies <huw(a)codeweavers.com> 2012-02-08 08:07:04 CST --- Created attachment 38745 --> http://bugs.winehq.org/attachment.cgi?id=38745 Does this help? -- 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=28379 Huw Davies <huw(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huw(a)codeweavers.com -- 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=28379 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #4 from A Wine user <RandomAccountName(a)mail.com> 2012-02-09 04:55:46 CST --- (In reply to comment #3)
Created attachment 38745 [details] Does this help?
Yes, that fixes the regression. Thanks! -- 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=28379 --- Comment #5 from Huw Davies <huw(a)codeweavers.com> 2012-02-09 05:19:52 CST --- (In reply to comment #4)
Yes, that fixes the regression. Thanks!
Great, thanks for testing. Patches sent. -- 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=28379 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d3bfa44d53fc2afef2dd5d9bec0 | |17d8f0ebd9f7f Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2012-02-09 15:27:18 CST --- http://source.winehq.org/git/wine.git/commitdiff/d3bfa44d53fc2afef2dd5d9bec0... -- 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=28379 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2012-02-11 13:52:29 CST --- Closing bugs fixed in 1.4-rc3. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28379 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net URL|http://www.oldversion.com/c |https://web.archive.org/web |ommon/uploaded_files/softwa |/20210712095842/http://www. |res/msie401sp2.exe |cngwireless.net/apps/MS/msi | |e401sp2.exe -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla