Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: EE 1.3.0.GA_P01
-
Fix Version/s: None
-
Component/s: Faces
-
Labels:None
-
Environment:jsf icemobile
-
Support Case References:Support Case 12956 located at https://icesoft.my.salesforce.com/5007000000edc98
Description
Will attach the acemobile example app. Basically you just need to put longer headerText value(s) in the dataViewColumn and the headerText (which used to wrap in 1.3.0 release) no longer wraps and the headers and contents no longer align in the component.
Since it did previously, thought we should create a Jira and then reinforce what normal ability/behavior is.
create the app, then go to <url address>:8080/acemobile/accordionMissingContent.jsf
sent_content_small.xhtml page differs from previous with only this line....
<mobi:dataViewColumn headerText="Cost has heading longer than columnn" value="$ #{car.cost}"
reactivePriority="2" />
(showing the extra length of the headerText value).
Since it did previously, thought we should create a Jira and then reinforce what normal ability/behavior is.
create the app, then go to <url address>:8080/acemobile/accordionMissingContent.jsf
sent_content_small.xhtml page differs from previous with only this line....
<mobi:dataViewColumn headerText="Cost has heading longer than columnn" value="$ #{car.cost}"
reactivePriority="2" />
(showing the extra length of the headerText value).
-
Hide
- aceMobileServlet2.5.zip
- 88 kB
- Judy Guglielmin
-
- aceMobileServlet2.5/.DS_Store 6 kB
- __MACOSX/aceMobileServlet2.5/._.DS_Store 0.1 kB
- aceMobileServlet2.5/acemobile (2).iml 2 kB
- aceMobileServlet2.5/acemobile.iml 2 kB
- aceMobileServlet2.5/pom.xml 8 kB
- aceMobileServlet2.5/src/main/.DS_Store 6 kB
- __MACOSX/aceMobileServlet2.5/.../._.DS_Store 0.1 kB
- aceMobileServlet2.5/src/.../AjaxTest.java 4 kB
- aceMobileServlet2.5/.../SalesLeadBean.java 3 kB
- aceMobileServlet2.5/.../SubmitNotificationBean.java 3 kB
- aceMobileServlet2.5/src/.../Car.java 4 kB
- aceMobileServlet2.5/.../DataViewBean.java 3 kB
- aceMobileServlet2.5/src/.../TestBean.java 2 kB
- aceMobileServlet2.5/.../VehicleGenerator.java 7 kB
- aceMobileServlet2.5/src/.../AcePaneBean.java 2 kB
- aceMobileServlet2.5/src/.../LayoutBean.java 12 kB
- aceMobileServlet2.5/.../NavigationBean.java 4 kB
- aceMobileServlet2.5/.../NotificationPanelBean.java 3 kB
- aceMobileServlet2.5/src/.../MessageBean.java 3 kB
- aceMobileServlet2.5/.../MessagesBean.java 32 kB
- aceMobileServlet2.5/src/.../webapp/.DS_Store 6 kB
- __MACOSX/aceMobileServlet2.5/.../._.DS_Store 0.1 kB
- aceMobileServlet2.5/.../accordionMissingContent.xhtml 0.4 kB
- aceMobileServlet2.5/.../ie9refreshissue.xhtml 3 kB
- aceMobileServlet2.5/src/.../index.html 1 kB
- aceMobileServlet2.5/.../fedex-mobi-theme.css 6 kB
- aceMobileServlet2.5/src/.../bg-page.png 1 kB
- aceMobileServlet2.5/src/.../Ground_Logo.png 3 kB
- aceMobileServlet2.5/.../settingsPopup.xhtml 0.4 kB
- aceMobileServlet2.5/.../settingsPopup2.xhtml 0.4 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
And likewise, if you want data region text to wrap instead of ellipsis add the following:
.mobi-dv table td
{ white-space: initial; }
Show
Philip Breau
added a comment - - edited And likewise, if you want data region text to wrap instead of ellipsis add the following:
.mobi-dv table td
{
white-space: initial;
}
The current style is intended to avoid alignment issues by avoiding wrapping and overflow. If not wanted the CSS override will work.
Show
Philip Breau
added a comment - The current style is intended to avoid alignment issues by avoiding wrapping and overflow. If not wanted the CSS override will work.
when long headerText is used on the dataViewColumn, must add the following css rule:-
{ white-space: initial; }.mobi-dv table th