Details
Description
Full review of popup api and impl
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32199 | Sun Nov 18 09:01:47 MST 2012 | philip.breau | MOBI-538 Popup Review - add api tests for panelPopup jsf example |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelPopup/PanelPopupBean.java
MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32202 | Sun Nov 18 10:30:29 MST 2012 | philip.breau | MOBI-538 Popup Review - add api tests for panelPopup jsf example |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/showcase.css
MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelPopup/PanelPopupBean.java MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml |
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Ted Goddard
made changes -
Fix Version/s | 1.3 Beta [ 10373 ] |
Judy Guglielmin
made changes -
Fix Version/s | 1.4 Beta [ 10874 ] | |
Fix Version/s | 1.3 Beta [ 10373 ] |
Judy Guglielmin
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Steve Maryka [ steve.maryka ] |
to have a useful client side panelPopup, need to expose js api. remove the "open" and "close" buttons which were just an initial check to determine that the popup panel would be able to be accessed.
Original scope of this component did not include client side behaviour.
removing minHeight and minWidth as not implementing resizable at this time. (doesn't make a lot of sense in mobility sense).
Implementing width and height if required.
Would be good to define required behavior of this component rather than specifying what it doesn't do.
Perhaps it would be good to have an autocenter default to the parent form of the popup, but allow the developer's ability to specify the id of a div they would like the panelpopup to be autocentered to?