Jump to content

Recommended Posts

Posted

I am not able in browser to (clipboard) selectAll or Copy any text in TUnimHTMLFrame;
(worked in edge without higligting te selected text, BUT  not in crome or firefox at all)

thank yoiu

  • 2 months later...
Posted
On 6/8/2020 at 5:03 PM, wkotze said:

you can just place it on the form an  test

test1.zip

 

32 minutes ago, wkotze said:

any feedback on this ?

Hello,

I'm sorry for the late response.

Can you try to use this approach?

procedure TMainmForm.UnimFormReady(Sender: TObject);
begin
  UniSession.AddJS('Ext.select(".x-root").setStyle("user-select", "text");');
end;

 

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...