[Webkit-unassigned] [Bug 43434] Web Inspector: Relative URL Link Tooltips do not respect <base>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 07:31:19 PST 2011


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


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apavlov at chromium.org




--- Comment #2 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-11-23 07:31:19 PST ---
(In reply to comment #1)
> Created an attachment (id=63349)
 --> (https://bugs.webkit.org/attachment.cgi?id=63349&action=review) [details]
> [TEST] base-test-iframe.html
> 
> This tests with an <iframe> containing the basic base-test, as
> it might have its own <base>.

I've got a patch for this, but it appears that a document's base URL can be updated at any time, and with iframes it happens AFTER the iframed document has been pushed into the frontend (which is the moment its baseURL was retrieved for pushing into the frontend), so we tentatively need to introduce a corresponding notification event.

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