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).
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | aceMobileServlet2.5.zip [ 17312 ] |
Judy Guglielmin
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Philip Breau [ philip.breau ] |
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42133 | Thu Aug 21 07:01:31 MDT 2014 | philip.breau | headerText of dataViewColumn is no longer wrapping and causing header and column misalignment |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/resources/themes/base/1_dataview.css
MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/dataview/DataViewRenderer.java MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/dataview-example.xhtml |
when long headerText is used on the dataViewColumn, must add the following css rule:-
{ white-space: initial; }.mobi-dv table th