Bug 504870

Summary: Midori doesn't invoke javascript callback when AJAX call returns
Product: [Fedora] Fedora Reporter: Toshio Ernie Kuratomi <a.badger>
Component: midoriAssignee: Peter Gordon <peter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: maxamillion, peter
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-27 15:28:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toshio Ernie Kuratomi 2009-06-09 20:13:28 UTC
Description of problem:

I'm using MochiKit to make xmlrpc requests in the PackageDB.  With midori, the requests are being sent but the callbacks that I'm registering aren't being invoked when the server completes its request.

Version-Release number of selected component (if applicable):

midori-0.1.5-1.fc11

How reproducible:
Everytime

Steps to Reproduce:
1. Browse to https://admin.stg.fedoraproject.org/pkgdb/packages/name/midori
2. Login
3. Try to orphan the package.
4. things will just spin.
  
Additional info:
In firefox-3.5, this works.  In firefox-3.5 with firebug this does the same thing as midori.  In the firebug case, I see that the xmlrpc request is made and the response completes with status 200.  But the callback is not invoked.  Not sure if the problem is occurring at the same level in midori or not.

Comment 1 Bug Zapper 2010-04-27 14:42:16 UTC
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '11'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 11's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 11 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Toshio Ernie Kuratomi 2010-04-27 15:28:35 UTC
Fixed at some point prior to the Fedora 13 version.