[Webkit-unassigned] [Bug 23310] Setting an absolute path (/abs) on an <iframe> with no src doesn't resolve the URL properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 20 03:15:05 PST 2009


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


vikramhegden at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vikramhegden at gmail.com




------- Comment #11 from vikramhegden at gmail.com  2009-02-20 03:15 PDT -------
Actually i tried a fix which is working fine.I modified the
base url in document.cpp,which gives the input to kurl, the referring url as
"about:blank" which causes the kurl to load an empty page, so once i update
the base url in document to the actual url, the bug is not seen.

Kindly let me know whether this is the correct approach.I have tried
regressions also and the fix seems to be working fine.


-- 
Configure bugmail: https://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