WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
13327
embeded svg link target of _self does not work 'correctly'
https://bugs.webkit.org/show_bug.cgi?id=13327
Summary
embeded svg link target of _self does not work 'correctly'
Paul Hopgood
Reported
2007-04-11 05:12:58 PDT
A svg:a link with a target of '_self' (the default) from a svg document inserted in a html document with the <embed> tag will replace only the screen space occupied by the <embed> tag rather than the entire html window. Other svg browsers (IE+Adobe, Nokia Open Source browser) will replace the entire html document with the document linked from the svg:a link.
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2007-06-01 03:41:10 PDT
I'm not convinced. I just tried this myself by making an html page which used <embed> to embed another html page and an svg page. It turns out Firefox does not support using <embed> to embed an html page, so I moved to <object> for firefox compatibility. Regardless, the results were that the links inside both the html and svg emebeded pages *only* changed the embeded portion and not the whole page. I think you're thinking of _parent or _top as targets. I don't think this is a real bug. Please comment (and reopen) if you feel otherwise.
Paul Hopgood
Comment 2
2007-06-01 03:53:12 PDT
Fair enough, it is not a 'real' bug as the 'correct' operation is unspecified. It would be nice if every browser worked the same (utopia ;-) ) but I found a way around the problem anyway, so leave it closed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug