Each section of your output helps confirm the pattern I was trying to describe in the PSA and your suggestion for me to do the same resonated.
On Sun, 15 Feb 2026 17:13:16 -0500, Paul wrote:
If we're to have clipboard management, there should be
a way to tell exactly what the source program offered
and no more.
That is exactly how it works.
Is that a bug?
Thanks go to Lawrence for making me find a clipboard analyzer on Windows.
Tto my knowledge, in decades on these ngs, nobody ever has discussed them.
This is the one I used:'
InsideClipboard v1.30
Web site: https://www.nirsoft.net
For those in this thread who are not on Windows, there are certain Windows-specific oddities that may need to be explained in that output.
The "format" field is a numeric identifier that Windows uses internally to label a clipboard format.
Format ID 1 = CF_TEXT
Format ID 7 = CF_OEMTEXT
Format ID 13 = CF_UNICODETEXT
Format ID 16 = CF_LOCALE
These are built in Windows formats.
They exist on every Windows system.
Yet the important ones in this test were:
Format ID 49426 = HTML Format
Format ID 49661 = Chromium internal source RFH token
Format ID 49683 = Chromium internal source URL
For each of those, Chromium told Windows (taking one as an example):
"I want to register a clipboard format named HTML Format"
and Windows assigned it ID 49426.
Windows doesn't care what it's called.
Windows just assigns it an available number.
Why are the second set of numbers so big?
Because Windows built-in formats use up all the small numbers:
1, 7, 13, 16, etc.
While application-registered formats use available large numbers:
49426, 49661, 49683.
These indicate that Chromium placed multiple formats on the clipboard
HTML Format
Chromium internal source RFH token
Chromium internal source URL
Using the same selection as in my previous test.
Firefox:
cer@Laicolasse:~> xclip -selection clipboard -t TARGETS -o
TIMESTAMP
TARGETS
MULTIPLE
SAVE_TARGETS
text/html
text/_moz_htmlcontext
text/_moz_htmlinfo
UTF8_STRING
COMPOUND_TEXT
TEXT
STRING
text/plain;charset=utf-8
text/plain
text/x-moz-url-priv
cer@Laicolasse:~>
Chrome
cer@Laicolasse:~> xclip -selection clipboard -t TARGETS -o
TIMESTAMP
TARGETS
SAVE_TARGETS
MULTIPLE
STRING
TEXT
UTF8_STRING
text/plain;charset=utf-8
text/plain
text/html
chromium/x-internal-source-rfh-token
chromium/x-source-url
cer@Laicolasse:~>
On Sun, 15 Feb 2026 21:58:46 -0500, Maria Sophia wrote:
Is that a bug?
Only happens under Windows?
Probably.
Regarding ONLY your comment:
"I already tested and found no bug."
I don't think anyone suggested there was a bug, where we're all simply
openly and honestly discussing a, oh, shall we say, "quirk" in the system.
The problem you have with ctrl-A in Notepad++ after pasting html from Chrome.
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,118 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 15:41:38 |
| Calls: | 14,340 |
| Calls today: | 3 |
| Files: | 186,356 |
| D/L today: |
2,417 files (765M bytes) |
| Messages: | 2,532,430 |