Jump to content

Recommended Posts

Posted

A lot of users use a "doubleclick" in my Webapplication .. the effect is: some components are selected in the browser (blue highlighting)

 

is it possible to give unigui a global "don´t select something"? (since Text and imput fields ...and so on)

 

Somthing like:

 

   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
 
 
 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...