Table closure may remove a different table from display
Bug #127974 reported by
Michael Banks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PyBridge |
Fix Committed
|
Low
|
Michael Banks |
Bug Description
Assume an open table named X. A table named Y can be opened, where X is a substring of Y. If Y is closed before X, then entry X in the table display will be removed, yet Y will remain. Although X still exists, it will not be visible to users, unless they log out and log back in.
Example: open table "abc", then open table "abcdef", then close table "abcdef". Note that "abc" disappears in main window table display.
This is due to substring matching in pybridge/
This bug appears to be present in all PyBridge releases, and may be fixed by changing the 'in' keyword to '=='.
To post a comment you must log in.
This bug is now fixed in SVN trunk, revision 494.