I needed to tweak two things to get this displaying properly in firefox correctly (patch includes both):
1. include the xmlns's for svg and xlink
2. replace a-tag with svg:a tag (otherwise, the element underneath is hidden, presumably because a-tag doesn't have good default svg style)

CommentFileSizeAuthor
xmlns-fix.patch1.05 KBschuyler1d

Comments

snufkin’s picture

Status: Needs review » Reviewed & tested by the community

a side note: it seems that the namespace notation (e.g. svg:rect) breaks the jquery functionality, but i think this is acceptable.

i will commit as soon i can get my laptop near internet

snufkin’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)