• xe:dialog is not centered on screen

    By Declan Lynch 1 decade ago

    Because xe:dialog creates an empty dialog box before moving the the components content into it it results in the dialog box not being centered on the screen. This makes for a bad end user experience.

     
    I'd suggest that after the content is moved into the dialog box the final size of the dialog box be recalculated and then have it moved back into the screen center, maybe with a dojo animation.

  • Would you like to contribute the fix?

    By Philippe Riand 1 decade ago

    Looks like a pure JS fix, so if you'd like to contribute it, please send me the files and a sample set of pages that shows it in action