goldenapples / jquery.minimap

A Sublime Text-like "minimap" for in-page navigation.
Other
24 stars 6 forks source link

Investigate using html2canvas to draw the map #7

Open goldenapples opened 10 years ago

goldenapples commented 10 years ago

Cloning the entire DOM of a page can cause problems with event listeners, duplicate IDs, and in-page search. Request is to investigate using html2canvas or a similar script to render the minimap as a canvas element instead of using jQuery.clone().

ghost commented 10 years ago

I'm not much help here, but I would be glad to test everything. Also I'm also gonna investigate canvas scripts available there and if something report it here (since html2canvas might be to heavy)