[Bug 31726] New: JScript Date.parse doesn't work
http://bugs.winehq.org/show_bug.cgi?id=31726 Bug #: 31726 Summary: JScript Date.parse doesn't work Product: Wine Version: 1.5.13 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: jscript AssignedTo: wine-bugs(a)winehq.org ReportedBy: ocean04(a)suomi24.fi Classification: Unclassified wine iexplore http://netikka.net/dev/dateparse.html fixme:jscript:Date_value unimplemented flags 2 err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_BSTR from VT_DISPATCH Native oleaut32 error is gone, but it still shows nothing. Works with native jscript. You can also test wine iexplore http://netikka.net/dev/dateparse3.html That shows incorrect value with builtin jscript -- 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=31726 ocean04(a)suomi24.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=31726 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2012-09-17 17:33:45 CDT --- Please attach a +jscript,+tid trace. -- 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=31726 --- Comment #2 from ocean04(a)suomi24.fi 2012-09-18 02:06:51 CDT --- Created attachment 41724 --> http://bugs.winehq.org/attachment.cgi?id=41724 jscript, tid -- 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=31726 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |jacek(a)codeweavers.com Component|jscript |mshtml Ever Confirmed|0 |1 --- Comment #3 from Jacek Caban <jacek(a)codeweavers.com> 2012-09-18 03:20:17 CDT --- It's MSHTML bug (it can't convert alert argument (which is Date object in this case) to string. MSHTML should use jscript's IVariantChangeType interface for that. -- 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=31726 --- Comment #4 from ocean04(a)suomi24.fi 2012-09-18 06:09:00 CDT --- After adding toString, it shows year 2065, there also bug in jscript? wine iexplore http://netikka.net/dev/dateparse2.html -- 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=31726 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|mshtml |jscript --- Comment #5 from Jacek Caban <jacek(a)codeweavers.com> 2012-09-19 04:24:36 CDT --- Yeah, it seems like jscript bug. Let's track this one in this bug report. -- 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=31726 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2013-03-05 17:12:34 CST --- Still in wine-1.5.25-69-g402b100 -- 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=31726 --- Comment #7 from ocean04(a)suomi24.fi 2013-09-09 10:44:08 CDT --- Still in wine-1.7.1-158-g88c2a18 -- 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=31726 --- Comment #8 from ocean04(a)suomi24.fi --- Both issues still in wine-1.7.20-82-geb4d39b -- 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=31726 Teras <teras(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teras(a)luukku.com --- Comment #9 from Teras <teras(a)luukku.com> --- Still an issue 1.7.36 -- 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=31726 Thomas Faller <tfaller.dev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tfaller.dev(a)gmail.com --- Comment #10 from Thomas Faller <tfaller.dev(a)gmail.com> --- I wrote a patch for the parsing issue: http://source.winehq.org/patches/data/110939 Maybe it will be committed. -- 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=31726 ocean04(a)suomi24.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #11 from ocean04(a)suomi24.fi --- Patch works! (Second mshtml issue was fixed earlier) -- 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=31726 ocean04(a)suomi24.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |fdd22f197ace226ceae8531c126 | |51feb192b7619 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #12 from ocean04(a)suomi24.fi --- Thanks -- 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=31726 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.43. -- 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 (1)
-
wine-bugs@winehq.org