Crash after using F2 to insert ü [DELETED] 5792636 • Mar 16, 2018 - 08:23 Reported version 3.0 Type Graphical (UI) Severity S2 - Critical Status closed Project MuseScore Tags 3.0alpha textedit When inserting the ü in Title the app crashes. I edit an existing piece. Change Title. To inser ü , I use F2, double click on the ü total crash. Reply Comments [DELETED] 5 • Mar 16, 2018 - 09:48 Tags View Changes Reply Anatoly-os • May 7, 2018 - 10:56 Tags View Changes relates to #272131: [EPIC] Text editing issues Reply Anatoly-os • May 15, 2018 - 12:57 Crash is here, ted is nullptr. TextCursor* TextBase::cursor(EditData& ed) { TextEditData* ted = static_cast(ed.getData(this)); return ted->cursor; } Call stack is: 1 Ms::TextBase::cursor text.cpp 2765 0x8a0690 2 Ms::TextBase::drop text.cpp 2103 0x89d1e5 3 Ms::applyDrop palette.cpp 420 0x4c99a2 4 Ms::Palette::applyPaletteElement palette.cpp 511 0x4ca0b3 5 Ms::Palette::mouseDoubleClickEvent palette.cpp 742 0x4cb45e 6 ZN7QWidget5eventEP6QEvent 0x241b4ce9 Reply Git Message • Jun 1, 2018 - 09:38 Status (old) active ⇒ fixed Status active ⇒ fixed Fixed in branch master, commit b0c317c717 fix #270381 Crash after using F2 to insert ü Reply System Message • Jun 15, 2018 - 10:00 Status (old) fixed ⇒ closed Status fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Anatoly-os • May 7, 2018 - 10:56 Tags View Changes relates to #272131: [EPIC] Text editing issues Reply
Anatoly-os • May 15, 2018 - 12:57 Crash is here, ted is nullptr. TextCursor* TextBase::cursor(EditData& ed) { TextEditData* ted = static_cast(ed.getData(this)); return ted->cursor; } Call stack is: 1 Ms::TextBase::cursor text.cpp 2765 0x8a0690 2 Ms::TextBase::drop text.cpp 2103 0x89d1e5 3 Ms::applyDrop palette.cpp 420 0x4c99a2 4 Ms::Palette::applyPaletteElement palette.cpp 511 0x4ca0b3 5 Ms::Palette::mouseDoubleClickEvent palette.cpp 742 0x4cb45e 6 ZN7QWidget5eventEP6QEvent 0x241b4ce9 Reply
Git Message • Jun 1, 2018 - 09:38 Status (old) active ⇒ fixed Status active ⇒ fixed Fixed in branch master, commit b0c317c717 fix #270381 Crash after using F2 to insert ü Reply
System Message • Jun 15, 2018 - 10:00 Status (old) fixed ⇒ closed Status fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Comments
relates to #272131: [EPIC] Text editing issues
Crash is here, ted is nullptr.
Call stack is:
Fixed in branch master, commit b0c317c717
fix #270381 Crash after using F2 to insert ü
Automatically closed -- issue fixed for 2 weeks with no activity.