cidrblock / drawthe.net

drawthe.net draws network diagrams dynamically from a text file describing the placement, layout and icons. Given a yaml file describing the hierarchy of the network and it's connections, a resulting diagram will be created.
http://go.drawthe.net
1.11k stars 130 forks source link

Mouseover metadata example does not work for me #7

Open nogweii opened 7 years ago

nogweii commented 7 years ago

Firefox 50.1.0, macOS 16.1.0. Hovering over any of the 5 examples shows nothing. I do get a CORS error on router3/"use other key", but I'm not hitting that one first so I don't think it's an issue of the javascript having stopped execution.

agmlego commented 3 years ago

Same here, Firefox 84.0.1 (64-bit) on Windows 10 20H2 (build 19042.685). Looks like it produces the foreignobject on mouseover in Edge, but the text is not actually visible.

agmlego commented 3 years ago

Looks like there is a fix for it in #19.