https://bugs.kde.org/show_bug.cgi?id=351897

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #15 from David Edmundson <k...@davidedmundson.co.uk> ---
@Ralf there's something interesting in that backtrace that I hadn't realised.

#17 0x00007ffff19744ea in QClipboard::dataChanged()

which is fair enough

then we get

#10 0x00007ffff5747925 in QQuickTextEdit::q_canPasteChanged()
(this=0x555556027b30)

before the blocking

#0  0x00007fffe7398dc8 in QXcbClipboard::waitForClipboardEvent



but it means we load the clipboard data (in a blocking way!) for every single
QQuickTextEdit. Plasma has a lot of text fields which is why the slightly slow
clipboard event stacks up rapidly into a problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to