[Bug 29590] New: Search results do not update on webpage (IE8)
http://bugs.winehq.org/show_bug.cgi?id=29590 Bug #: 29590 Summary: Search results do not update on webpage (IE8) Product: Wine Version: 1.3.36 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: msxml3 AssignedTo: wine-bugs(a)winehq.org ReportedBy: ocean04(a)suomi24.fi Classification: Unclassified winetricks ie8 Open http://asunnot.oikotie.fi Search should update automatically every time you make changes to form fields, but does nothing. Workaround winetricks msxml3 I'll attach msxml log. Most interesting parts are: 003d:fixme:msxml:httprequest_get_statusText stub 0x3c82428 0x2b53cd8 and many lines like: 003d:trace:msxml:domdoc_loadXML (0x36ce620)->(L"{\"responseHeader\":{\"status\":0,\"QTime\":11},\"response\":{\"numFound\":22852,\"start\":0,\"docs\":[]}}" 0x268c612) 003d:err:msxml:doparse Start tag expected, '<' not found 003d:trace:msxml:domdoc_loadXML (0x3cef120)->(L"{\"time\":1326303123.1712}" 0x268bfb2) 003d:err:msxml:doparse Start tag expected, '<' not found -- 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=29590 --- Comment #1 from ocean04(a)suomi24.fi 2012-01-11 11:46:55 CST --- Created attachment 38325 --> http://bugs.winehq.org/attachment.cgi?id=38325 +msxml,+tid btw, if you test and form fields are missing -> you need to clear temporary internet files folder (under users / local settings) and try again. (There is some other problem) -- 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=29590 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-01-17 17:07:31 CST --- Created attachment 38410 --> http://bugs.winehq.org/attachment.cgi?id=38410 patch (In reply to comment #0)
I'll attach msxml log. Most interesting parts are:
003d:fixme:msxml:httprequest_get_statusText stub 0x3c82428 0x2b53cd8
Try attached patch for this one.
and many lines like:
003d:trace:msxml:domdoc_loadXML (0x36ce620)->(L"{\"responseHeader\":{\"status\":0,\"QTime\":11},\"response\":{\"numFound\":22852,\"start\":0,\"docs\":[]}}" 0x268c612) 003d:err:msxml:doparse Start tag expected, '<' not found
003d:trace:msxml:domdoc_loadXML (0x3cef120)->(L"{\"time\":1326303123.1712}" 0x268bfb2) 003d:err:msxml:doparse Start tag expected, '<' not found
That means that raw response is passed to loadXML(). I'll take a look later. -- 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=29590 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-01-17 17:11:41 CST --- (In reply to comment #0)
Open http://asunnot.oikotie.fi
Search should update automatically every time you make changes to form fields, but does nothing.
What does that mean by the way? What is 'search' and how could I tell it's updated? -- 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=29590 --- Comment #4 from ocean04(a)suomi24.fi 2012-01-18 01:48:30 CST --- Created attachment 38418 --> http://bugs.winehq.org/attachment.cgi?id=38418 +msxml,+tid with patch There is a problem. in latest git crash is fatal, IE8 exits. But I think this problem shows before that. What I meant was, if you open that page with native Firefox, you should see large button "Hae (23118 kpl)". That number indicates how many items search would find. (you find that value also in log). Now if you fill some fields, that number should automatically change. With ie8 builtin msxml you always see "Hae (- kpl)", nothing more. -- 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=29590 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-01-18 03:53:44 CST --- Ok, I hoped it's possible to test with wine iexplore (with forced builtin jscript) but this needs bug 29583 to be fixed first. -- 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=29590 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-01-22 23:10:05 CST --- (In reply to comment #0)
003d:fixme:msxml:httprequest_get_statusText stub 0x3c82428 0x2b53cd8
This one is implemented with 95d8f6fc2c879947e68ea14e76d69822403c56b0. -- 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=29590 Kyle Auble <randomidman48(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |randomidman48(a)yahoo.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=29590 Kyle Auble <randomidman48(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|randomidman48(a)yahoo.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=29590 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29583 -- 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=29590 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.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=29590 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.microsoft.c | |om/download/C/C/0/CC0BD555- | |33DD-411E-936B-73AC6F95AE11 | |/IE8-WindowsXP-x86-ENU.exe --- Comment #7 from Ken Sharp <kennybobs(a)o2.co.uk> 2013-07-12 17:11:30 CDT --- Installing IE8 without winetricks loads the page but it is WAY too slow to do anything useful. With winetricks the page doesn't load at all. wine-1.6-rc5 -- 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=29590 --- Comment #8 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- I think the website may have changed. Can someone else please test this? -- 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=29590 --- Comment #9 from ocean04(a)suomi24.fi --- Page has not really changed. Problem is that after doing winetricks ie8, page doesn't load anymore (like comment 7 says). This has worked before. Also tested WinXP+IE8 and page loads/works normally. - wine-1.7.17 -- 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=29590 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #10 from hanska2(a)luukku.com --- The page didnt load... console shows error fixme:ieframe:DocObjectService_IsErrorUrl 0x13e488 L"http://%20http:0//asunnot.oikotie.fi" 0x33f890 wine 1.7.22 -- 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=29590 Simon <swdevelop1981(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swdevelop1981(a)gmail.com -- 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=29590 Bug 29590 depends on bug 29583, which changed state. Bug 29583 Summary: JScript is missing 'new XMLHttpRequest();' support https://bugs.winehq.org/show_bug.cgi?id=29583 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- 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