van-smith / OPBM

Open Productivity Benchmark
1 stars 0 forks source link

Clicking the “Home” link that the edit screen displays will not disappear #39

Closed kathy-smith closed 13 years ago

kathy-smith commented 13 years ago

Menu navigation.

There are time when clicking the “Home” link that the edit screen displayed on the screen will not disappear. When this happens no other edits can be displayed because they’ll be interfered with by the one which remained.

Workaround: Use the “Back” button, or close the app and re-launch if it occurs.

ghost commented 13 years ago

This has been corrected. I have only observed this when clicking some of the previously non-existent menu panel items (those items not linked to anything). I believe this operates correctly now, though it needs more testing.

ghost commented 13 years ago

The remaining issue with this bug relates to panel right items (edit screens) where zero items are present in the listboxes. Those bugs are being worked on now (#43, #42, #36).

ghost commented 13 years ago

Caused by an uncaught exception on edit screen instantiation, one which terminated the thread prematurely without completing the initialization code. As such, the application was unaware of the new panel's existence after having been created and navigated to, but before it signaled its handle--hence it remained without being destroyed upon subsequent navigation.

Originally designated a bug. Fixed.

van-smith commented 13 years ago

The Home link works in all screens, so this issue appears to be fixed. There are numerous remaining glitches in the Edit screens, though.