Jump to content

Recommended Posts

Posted

I put a TUniPanel in a form and set draggable.enabled := true; 

when I drag that TUniPanel, the color of some area of the form is changed.

Any idea how to avoid that?

I use Build 1.10.0.1451 (beta), but the same thing happened wth the previous version.

 

Best Regards

 

Dudi Heryadi

post-5807-0-10576300-1524757272_thumb.png

Posted

It turn out that this only happened in Safari, I just tried using Chrome and Opera, the same behavior doesn't happened.

so it just a little problem, but it will be very helpful if you can fix this browser incompatibility issue.

 

Best Regards.

 

Dudi Heryadi

Posted

For a start you can use this custom CSS:

 

UniServerModule -> CustomCSS:

body {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   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...