[Webkit-unassigned] [Bug 28794] New: Wrong base URL used for a new window opened from a modal window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 18:57:55 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28794

           Summary: Wrong base URL used for a new window opened from a
                    modal window
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: venkat.ayyadevara at gmail.com
                CC: venkat.ayyadevara at gmail.com


Created an attachment (id=38707)
 --> (https://bugs.webkit.org/attachment.cgi?id=38707)
Website that repros the problem

Deploy attached zip file wwwroot.zip as a website.  Open http://localhost/ecp
in Safari 4.0.2 or later:
 - In this website, there are 2 folders (for example /owa, /ecp) and there is a
index.htm inside each folder.
 - From /ecp, open a modal dialog for /owa
 - From /owa modal dialog, open a window (nomal window/modal dialog) for url
“?ae=test”

Actual:
 - The result is that the new window navigates to new location using /ecp as
its base url instead of /owa.

Expected:
 - The new window navigates to new location using /owa as its base url.

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


More information about the webkit-unassigned mailing list