Description
Define a Prompt (as in a "bxml:define" block in a BXML file), then invoke it twice from within an application but without reloading it. The second and subsequent times the Prompt is displayed the message type icon will not be displayed; only the first time.
The reason is the "sheetClosed" listener is clearing the "typeImageView" but it is not reloaded again for the second "open()" call.
The attached "prompt.patch" fixes this issue.