Changes between Initial Version and Version 2 of Ticket #583


Ignore:
Timestamp:
15.12.2013 19:29:27 (11 years ago)
Author:
jri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #583

    • Property Status changed from new to accepted
  • Ticket #583 – Description

    initial v2  
    1 When an one-shot dialog or prompt is aborted (by pressing the close box or the escape key) it stays in the DOM. The next time the dialog is opened it is appended again. Thus the DOM is polluted bit by bit. 
     1When an one-shot dialog is aborted (by pressing the close box or the escape key) it stays in the DOM. The next time the dialog is opened it is appended again. Thus the DOM is polluted bit by bit. 
    22 
    3 One-shot dialogs are those which are removed to the DOM only when opened. These are expected to be removed from the DOM when closed (regardless of close gesture used). One-shot dialogs comprise prompts. 
     3One-shot dialogs are those which are appended to the DOM only when opened. These are expected to be removed from the DOM when closed (regardless of the close gesture used). One-shot dialogs comprise at least prompts. Its up the application weather a dialog is created as "one-shot" or "static". 
    44 
    55These methods are concerned: