[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with Strings in the Clipboard


Le 20/01/2026 à 21:30, Lee a écrit :
On 1/19/26 12:45 PM, Claus Dietrich wrote:
Here a summary of my observations and conclusions:

1    If the Source is a Gambas TextArea:

a) the context-menu-item "copy" of the TextArea delivers a HTML page to the clipboard. Why is that?

Ctrl-C also puts what appears to be rich-text (notice the <meta name="qrichtext" content="1" /> tag in the pasted HTML) into the clipboard instead of plain text, but only on Qt;

I will search the Qt doc to see if something can be done against that.

GTK3 does not suffer from the issue. And, neither does text copied from a TextBox. (Sidenote: @Benoît, TextBox.SelectAll does not seem to work on either Qt or GTK3.)

'TextBox.SelectAll()' works as expected here, both with QT6 and GTK+3.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: Problem with Strings in the ClipboardClaus Dietrich <claus.dietrich@xxxxxxxxxx>
References:
Problem with Strings in the ClipboardClaus Dietrich <claus.dietrich@xxxxxxxxxx>
Re: Problem with Strings in the ClipboardLee <t.lee.davidson@xxxxxxxxx>
Re: Problem with Strings in the ClipboardClaus Dietrich <claus.dietrich@xxxxxxxxxx>
Re: Problem with Strings in the ClipboardGianluigi <gradobag@xxxxxxxxxxx>
Re: Problem with Strings in the ClipboardClaus Dietrich <claus.dietrich@xxxxxxxxxx>
Re: Problem with Strings in the ClipboardLee <t.lee.davidson@xxxxxxxxx>