[Webkit-unassigned] [Bug 15247] REGRESSION: Browser window shrinks and tabs malfunction after resizing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 21 03:02:23 PDT 2007


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





------- Comment #4 from mrowe at apple.com  2007-09-21 03:02 PDT -------
It looks like there are at least two issues here.  Clearly Safari should not be
getting itself into a state where the tab bar is misrendering.  I'll write up a
separate radar to cover that issue shortly.  The second is that when the page
loads, an iframe at
<http://jazad.aljazeera.net/jazcommerce/default.aspx?sThisPage=_1sis_reportsandanalysis_&BannerType=SponsorCMS>
is loaded.  This calls through to a function named unresizeFrame which is
defined in <http://jazad.aljazeera.net/jazcommerce/CommerceFunctions.js> as:

function unresizeFrame(){
        if(window.top.sponsorAd)
                window.top.sponsorAd.resizeTo(0,0)
}

It is this resize that is leading to problem.


-- 
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