[Webkit-unassigned] [Bug 15126] reopen auto refresh page of inactive tab becomes active tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 13:26:26 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=15126





------- Comment #10 from jason.hu at etcc.com  2008-02-27 13:26 PDT -------
ok,, I went through the page, found some javascript code: here is the portion
of it. the complete js file is in attachement..... "javascript js file"

function _partialRedirect(a0)
{
if(a0&&(parent._pprRequestCount>0))
{
if(((typeof a0)=="string")&&(a0.length>0))
{
parent._pprRequestCount--;
parent._pprSubmitCount=0;
parent._pprSomeAction=false;
parent.location.href=a0;
_pprStopBlocking(parent);
}
}


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list