[svg-developers] Re: How to deactivate text selection and shortcuts

2005-05-19 Thread dfi10x
--- In svg-developers@yahoogroups.com, "dfi10x" <[EMAIL PROTECTED]> wrote:
> I'm looking for a way to deactivate text selction in SVG graphics.
> How can  do this?
> 
> What i already found out, is how to deactivate the context menu.
> But it's still possilbe to zoom in with [STRG] + [LEFT CLICK].
> How can i deactivate those shortcuts?
> 
> Greets,
> Florian

Now i also know how to deactivate shortcuts:
http://www.w3.org/2000/svg"; 
enableZoomAndPanControls="false" zoomAndPan="disable">


But I'm still try to figure out how to deactivate text selection...




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: How to deactivate text selection and shortcuts

2005-05-19 Thread higorion
hi,

to deactivate text selection, add



pointer-events="none"




to your "text" tags

cheers,

hannes

--- In svg-developers@yahoogroups.com, "dfi10x" <[EMAIL PROTECTED]> wrote:
> --- In svg-developers@yahoogroups.com, "dfi10x" <[EMAIL PROTECTED]> wrote:
> > I'm looking for a way to deactivate text selction in SVG graphics.
> > How can  do this?
> > 
> > What i already found out, is how to deactivate the context menu.
> > But it's still possilbe to zoom in with [STRG] + [LEFT CLICK].
> > How can i deactivate those shortcuts?
> > 
> > Greets,
> > Florian
> 
> Now i also know how to deactivate shortcuts:
> http://www.w3.org/2000/svg"; 
> enableZoomAndPanControls="false" zoomAndPan="disable">
> 
> 
> But I'm still try to figure out how to deactivate text selection...




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[svg-developers] Re: How to deactivate text selection and shortcuts

2005-05-20 Thread dfi10x
Thanks, this works :)

Greets,
Florian

--- In svg-developers@yahoogroups.com, "higorion" <[EMAIL PROTECTED]> 
wrote:
> hi,
> 
> to deactivate text selection, add
> 
> 
> 
> pointer-events="none"
> 
> 
> 
> 
> to your "text" tags
> 
> cheers,
> 
> hannes
> 
> --- In svg-developers@yahoogroups.com, "dfi10x" <[EMAIL PROTECTED]> 
wrote:
> > --- In svg-developers@yahoogroups.com, "dfi10x" <[EMAIL PROTECTED]> 
wrote:
> > > I'm looking for a way to deactivate text selction in SVG 
graphics.
> > > How can  do this?
> > > 
> > > What i already found out, is how to deactivate the context 
menu.
> > > But it's still possilbe to zoom in with [STRG] + [LEFT CLICK].
> > > How can i deactivate those shortcuts?
> > > 
> > > Greets,
> > > Florian
> > 
> > Now i also know how to deactivate shortcuts:
> > http://www.w3.org/2000/svg"; 
> > enableZoomAndPanControls="false" zoomAndPan="disable">
> > 
> > 
> > But I'm still try to figure out how to deactivate text 
selection...




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/