MRchildNEO / svgweb

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

No way to protect SVG source #520

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
   There is no way to disable the context menu or customize it . We cannot protect our SVG files if the View SVG Source options show.

Original issue reported on code.google.com by FlorinaM...@gmail.com on 16 Jun 2010 at 9:15

GoogleCodeExporter commented 8 years ago
View Source is a part of the web. SVG Web simply emulates what all browser SVG 
renderers do, which is to show the source. Marking as WONTFIX.

Original comment by bradneub...@gmail.com on 17 Jun 2010 at 1:05

GoogleCodeExporter commented 8 years ago
However ... Adobe does give you the ability to override the context menu or 
disable it : http://wiki.svg.org/index.php/Context_Menu_Customization . That 
just does not work when using SVG Web to render it ... I am going to take a 
wild guess and say the menu is being customized to begin with by SVG Web since 
couple to the options relate to SVG Web ... would it be that difficult to tell 
me what I need to change in order to disable couple of items on the menu or 
just get rid of the menu all togeather ? It would be greatly appreciated :D !

Original comment by FlorinaM...@gmail.com on 17 Jun 2010 at 1:16

GoogleCodeExporter commented 8 years ago
Customizing the context menu is not yet supported.  It is tracked by Issue 89 
(http://code.google.com/p/svgweb/issues/detail?id=89)

Original comment by bduncan%...@gtempaccount.com on 17 Jun 2010 at 3:13

GoogleCodeExporter commented 8 years ago
Alrighty , thank you very much :D !

Original comment by FlorinaM...@gmail.com on 17 Jun 2010 at 3:28

GoogleCodeExporter commented 8 years ago
There is another reason why one would want to disable the context menu. I am 
building an interactive graph in svg, dragging with the left mouse button 
triggers a standard type of selecting and dragging with the right mouse button 
triggers an alternate type of selection. This does not work in the flash 
renderer because the context menu is interfering (although I'm not even sure 
it's even possible to detect right clicks on the flash renderer).

Original comment by wouter.d...@gmail.com on 19 Sep 2011 at 8:02