Closed hohwille closed 10 years ago
So far done, but the following issues are remaining:
Will be done soon...
Escape support is easy to add... Focus problem is filed here: http://code.google.com/p/google-web-toolkit/issues/detail?id=2732
Scroll problem here: http://stackoverflow.com/questions/19203630/div-layout-problems
So we only need to fix the scrolling support to complete this. Hopefully some CSS expert will show up to help us.
We also need these features:
Scroll problem has been resolved by switching to flex layout properly. However, we still need to consider that we should have a build-in button panel at the bottom that does not participate in scrolling.
Minimize/maximize is also implemented but the icon has to change if maximized.
Everything else is working smooth now. Hard work though to get such obvious thing done.
complete now
DialogBox is not resizable. Therefore we have to reimplement this adding resize feature, close button and potential minimize and maximize icon buttons.