arielmol / dviz

Automatically exported from code.google.com/p/dviz
0 stars 0 forks source link

Crash on click outside of textbox #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reproduce:
Load Document (attached)
Edit "Message" group
Click 3rd slide
Click background
Crash

Original issue reported on code.google.com by josiahbryan@gmail.com on 14 Feb 2010 at 1:24

Attachments:

GoogleCodeExporter commented 8 years ago
Crashes in SlideEditorWindow.cpp:833 (at least, thats where the stack trace last
touches dviz code) - but as to *why* - I don't know yet. Will debug when back 
at a
linux workstation. Win32 still is a pain to debug on for me right now.

Original comment by josiahbryan@gmail.com on 14 Feb 2010 at 1:41

GoogleCodeExporter commented 8 years ago
Fixed with an update to SlideEditorWindow - had to call 'reset' on the item 
list view
inorder for the list view to register the new number of items. Also fixed a few 
bugs
in SlideItemListModel - sorting was messed up, etc. Bottom line is that the
SlideItemList now works as expected. Does not crash on linux workstation now - 
will
have to confirm when back at PHC on windows, but closing issue for now. Fixed 
in r482.

Original comment by josiahbryan@gmail.com on 16 Feb 2010 at 4:40