Xadras / xmlarsenal

Automatically exported from code.google.com/p/xmlarsenal
0 stars 0 forks source link

Item tooltips in Opera and Chrome #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Item tooltips arent working in Opera & Chrome.
Unhandled exception: [Object DOMException]
name: Error
message: HIERARCHY_REQUEST_ERR

Original issue reported on code.google.com by brainrea...@gmail.com on 11 Feb 2010 at 11:06

GoogleCodeExporter commented 9 years ago
this is right, anyway it seems to be a problem of those browsers not handeling
xsl-transformations correctly. blizzard solves this by outputting only html to 
them.
i'll try to implement that but it will be kinda hard because data is so 
scattered
among many xml-files.

Original comment by amras-ta...@streber24.de on 11 Feb 2010 at 11:13

GoogleCodeExporter commented 9 years ago
little hint for a possible and easy solution: 
http://plugins.jquery.com/project/Transform

Original comment by reddrago...@gmail.com on 13 Dec 2010 at 12:54

GoogleCodeExporter commented 9 years ago
It has to be investigated if the transform works with multiple includes and 
deep includes. Also has to be checked if performance decrease on opera/chrome 
due to use of the JS engine is severe (cause using jquery transform means to 
transform the whole page, not only tooltips!).

Original comment by amras-ta...@streber24.de on 14 Dec 2010 at 9:03