Actions
Bug #1456
closedEvents from elements referenced using xlink:href from svg:use element not raised within Saxon-CE
Start date:
2012-03-22
Due date:
% Done:
100%
Estimated time:
Platforms:
Description
There's an issue with UI events on an HTML page with an svg:use element like:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:href="www.w3.org/1999/xlink">
<def id="hrefA">
<rect>...</rect>
</def>
<svg:use xlink:href="#rectA"/>
</svg>
When the user clicks on the referenced rectangle, Saxon-CE logs an error indicating that the event target is outside the DOM. Instead, the target event should de-referenced to the SVG rectangle. This will allow SVG events to be handles using XSLT templates, even if the SVG itself is referenced by svg:use.
Please register to edit this issue
Actions