Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | FEATURE REQUEST | apr3vau | T3 Paste directly to upload a file | ||
Resolved | FEATURE REQUEST | apr3vau | T59 Create a custom context menu for SendMessageBox |
Event Timeline
Comment Actions
Looks like QML TextArea does not work well with custom context menu. Specifically if I attach a TapHandler and make it show context menu on right click, both the default one and my own one will show up.
Comment Actions
Ok, qqc2-desktop-style only overrides TextArea (which is in QQC2) but not TextEdit (which is in QtQuick).
https://invent.kde.org/frameworks/qqc2-desktop-style/-/blob/master/org.kde.desktop/TextArea.qml?ref_type=heads
@apr3vau If we change the component used for SelectableText from TextArea to TextEdit, we can implement our own context menu without problems.