Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clipboard Copy Text size large #8344

Open
sibi-venti opened this issue Jan 24, 2025 · 1 comment
Open

Clipboard Copy Text size large #8344

sibi-venti opened this issue Jan 24, 2025 · 1 comment

Comments

@sibi-venti
Copy link

Version/Branch of Dear ImGui:

Version 1.XX, Branch: XXX (master/docking/etc.)

Back-ends:

imgui_impl_vulkan.cpp + imgui_impl_vulkan.cpp

Compiler, OS:

Linux + GCC 11.4

Full config/build information:

No response

Details:

My Issue/Question:
Large Text Copy Clipboard issue
more than 64 kB
X Error of failed request: BadLength (poly request too large or internal Xlib length error)
Major opcode of failed request: 18 (X_ChangeProperty)
Serial number of failed request: 5716
Current serial number in output stream: 5717
XXX (please provide as much context as possible)

Screenshots/Video:

No response

Minimal, Complete and Verifiable Example code:

// Here's some code anyone can copy and paste to reproduce your issue
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
@ocornut
Copy link
Owner

ocornut commented Jan 24, 2025

You are not specifying which platform backend you are using. I would assume some layers of XLib may have an underlying limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants