AssertionError on navigate_back()
Reported by Virgil Dupras | June 5th, 2011 @ 06:09 PM
Application Identifier: com.hardcoded_software.moneyguru
Application Version: 2.3.7
Traceback (most recent call last):
File "/Applications/moneyGuru.app/Contents/Resources/mg_cocoa.plugin/Contents/Resources/mg_cocoa.py", line 1145, in navigateBack
File "core/gui/main_window.pyc", line 273, in navigate_back
AssertionError
The assertion is about making sure that navigate_back() is called when an account view is active.
Comments and changes to this ticket
-
Virgil Dupras June 5th, 2011 @ 09:36 PM
- State changed from new to accepted
Ah! I could reproduce it. Steps:
- Open a document with at least an asset/liability.
- Close all panes but the NW pane.
- Open an account pane.
- While keeping the account pane selected, move the pane so that
the order of the two panes is reversed.
- Perform the "Go Back" action, which is not disabled as it should be.
-
Virgil Dupras June 7th, 2011 @ 03:57 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras June 7th, 2011 @ 05:09 PM
- State changed from accepted to fixed
(from [760b3611ae28]) [#264 state:fixed] Fixed a crash on tab moving + navigate_back() (and probably others too). https://bitbucket.org/hsoft/moneyguru/changeset/760b3611ae28/
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Tags
Referenced by
- 230 AttributeError on setting table cell Ah... at last! I got it! After the hint of #264, I told m...
- 264 AssertionError on navigate_back() (from [760b3611ae28]) [#264 state:fixed] Fixed a crash on...
- 230 AttributeError on setting table cell This was already fixed by #264