| Issue 18: | Put calls to hideNotify on the EventDispatcher | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The call to hideNotify() in Display.clean() should be sent to the Event Dispatcher rather than called directly, in order to satisfy the serial event delivery requirement in the MIDP spec. Otherwise hideNotify() may be called before previous application events placed in the queue are completed. |
Labels: Milestone-3.0