Ticket #172 (closed Bugs: fixed)
Wizard page flips on OS 5.0 cause momentary visibility of underlying screen
| Reported by: | octo | Owned by: | octo |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.0 |
| Component: | LogicMail | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Despite possibly being correct device behavior, this has been observed to only happen on OS 5.0. Transitioning from one wizard page to the next is currently implemented as a close()/pushGlobalScreen(). During the brief moment between the two screens, the underlying screen is visible.
The fix for this may necessitate a redesign of the wizard control process, such that the new screen is pushed before the old one is popped off the display stack.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [606] by refactoring page-flip logic to prevent the minor inter-page gaps.