Details
Description
After selecting a menu item in a contentStackMenu you cannot programmatically select a contentPane from the server side.
test case: mobitest/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.jsf
steps to reproduce:
1. select page 1
2. click the 'menu' button in the header
expected behaviour:
The commandButton actionListener sets the currentPane and the UI will update to that pane.
actual behaviour:
The commandButton actionListener sets the currentPane but the UI does not update to that pane
test case: mobitest/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.jsf
steps to reproduce:
1. select page 1
2. click the 'menu' button in the header
expected behaviour:
The commandButton actionListener sets the currentPane and the UI will update to that pane.
actual behaviour:
The commandButton actionListener sets the currentPane but the UI does not update to that pane
Issue Links
- depends on
-
MOBI-672
Client side api for contentStack using core rendering for JSP as well as JSF implementation
-
- Open
-
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #36665 | Fri Jul 12 09:51:38 MDT 2013 | philip.breau | |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuWithCommandButton.xhtml
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentStackMenu2.java
ADD
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.xhtml
|
| Field | Original Value | New Value |
|---|---|---|
| Summary | Programmatic Selection of ContentPane with ContentStackMenu not working | server side push of switch in selected contentPane not updated view when all panes in contentStack are client true |
| Summary | server side push of switch in selected contentPane not updated view when all panes in contentStack are client true | server side switch in selected contentPane not updated view when all panes in contentStack are client true |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #36974 | Tue Jul 16 12:56:01 MDT 2013 | judy.guglielmin | |
| Files Changed | ||||
ADD
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/mobi836WithContentNavBar.xhtml
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #36992 | Wed Jul 17 10:15:06 MDT 2013 | philip.breau | |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentStackMenu2.java
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.xhtml
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentStackMenu4.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #36993 | Wed Jul 17 11:20:29 MDT 2013 | judy.guglielmin | |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuSingle.xhtml
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/mobi836WithContentNavBar.xhtml
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/layout/ContentStackMenu2.java
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layoutComponents.html
MODIFY
/icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/contentStackMenu/contentStackMenuWithProgrammaticSelection.xhtml
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #36996 | Wed Jul 17 11:45:46 MDT 2013 | judy.guglielmin | |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
|
| Fix Version/s | 1.4 Beta [ 10874 ] |
| Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Judy Guglielmin [ judy.guglielmin ] | Philip Breau [ philip.breau ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #38315 | Mon Sep 30 11:16:07 MDT 2013 | philip.breau | - guard against all calls to UIComponent.findComponent() with a check for a null or empty string |
| Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentstack/ContentStackRenderer.java
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/contentmenuitem/ContentMenuItemRenderer.java
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
|
| Fix Version/s | 1.3.1 [ 11376 ] | |
| Fix Version/s | 1.4 Beta [ 10874 ] |

see ...mobitest/pagePanel/pagePanelWithContentNavBar.jsf or ....mobitest/pagePanel/pagePanel2WithContentNavBar.jsf
.
currently they are not getting the correct class for transitions applied, so will fix that and if this markup can be used, should be good enough