https://bugs.kde.org/show_bug.cgi?id=449711
--- Comment #5 from ratijas <m...@ratijas.tk> --- > I think I've found the culprit: > If you remove that line the text area won't get focused anymore if you drag > items over the notes widget. But it resolves the disappearing icons issue. Great job! Now, I don't have much experience with drag & drop in QML, and I wonder why that manual focusing is even needed? AFAICT all other apps handle this by just drawing a cursor without focusing the text field when you drag something over it; and if you release inside, it would insert the content, and then depending on a GUI framework some apps will even set focus to this text field. -- You are receiving this mail because: You are watching all bug changes.