http://bugs.winehq.org/show_bug.cgi?id=26933
Summary: Iexplore relative links not work ok Product: Wine Version: 1.3.18 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ocean04@suomi24.fi
wine iexplore http://netikka.net/dev/rel.html
Click link -> Fail!
<html>
<body>
<a href="./rel.php?s=1">Click</a>
</body>
</html>
<?php
$tst=$_GET["s"];
if ($tst=="1")
{ echo("Ok!"); }
else
{ echo("Fail!"); }
?>
http://bugs.winehq.org/show_bug.cgi?id=26933
fracting fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #1 from fracting fracting@gmail.com 2011-04-26 04:13:57 CDT --- Seems that Bug 26392 is similar to this bug.
http://bugs.winehq.org/show_bug.cgi?id=26933
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase
http://bugs.winehq.org/show_bug.cgi?id=26933
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mshtml
--- Comment #2 from ocean04@suomi24.fi 2011-04-29 12:39:34 CDT --- Shell explorer have same problem. Using native mshtml.dll works..
Fix may not be difficult. Full url works, problem is with relative url..
http://bugs.winehq.org/show_bug.cgi?id=26933
--- Comment #3 from ocean04@suomi24.fi 2011-05-18 12:46:03 CDT --- This bug and that other is fixed 1.3.20 I think ebf9f12c29362c2c91b64cc38f410f550b471eb0
http://bugs.winehq.org/show_bug.cgi?id=26933
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from Austin English austinenglish@gmail.com 2011-05-18 13:32:49 CDT --- Works in wine-1.3.20-94-geb4b262
http://bugs.winehq.org/show_bug.cgi?id=26933
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2011-05-27 13:36:46 CDT --- Closing bugs fixed in 1.3.21.