> I'm Using a Apache pivot to developer a simple app, and i'm facing a problem > with modal Dialog, When the aplication start i set de dialog without window > menu like "close, maximize " etc... whe i press "Enter" keyboard, the > Dialog close automatically.
This is by design. It is intended to make it easier for developers to write applications that use dialogs. Enter always closes the dialog with a result of true, and Escape closes it with a result of false. Is there a reason this behavior is causing a problem for you?
