Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.0
-
Fix Version/s: 1.1 Beta
-
Component/s: None
-
Labels:None
-
Environment:jsf 2 mojarra, icefaces 3, icemobile
Description
in mobileshowcase, only for small view (jboss and tomcat servers tested)
the following markup appears on list-example.xhtml
(markup)
<mobi:outputListItem>
<h:outputLink value="#" >
<h:graphicImage library="images/auction"
name="icebreaker.png"/>
<h3>ICEsoft Icebreaker</h3>
<p>Used icebreaker with very few dents.</p>
</h:outputLink>
When clicking on this or other outputLink components on the same page which have the same value, the buttons, select menu for the theme, etc quit working.
For <h:outputLink> if the value is not there, ie:-
(markup)
<mobi:outputListItem>
<h:outputLink >
<h:graphicImage library="images/auction"
name="icebreaker.png"/>
<h3>ICEsoft Icebreaker</h3>
<p>Used icebreaker with very few dents.</p>
</h:outputLink>
for all occurences on this page, the default behavior is that it navigates to the same page, so this might be an acceptable fix for this problem.
the following markup appears on list-example.xhtml
(markup)
<mobi:outputListItem>
<h:outputLink value="#" >
<h:graphicImage library="images/auction"
name="icebreaker.png"/>
<h3>ICEsoft Icebreaker</h3>
<p>Used icebreaker with very few dents.</p>
</h:outputLink>
When clicking on this or other outputLink components on the same page which have the same value, the buttons, select menu for the theme, etc quit working.
For <h:outputLink> if the value is not there, ie:-
(markup)
<mobi:outputListItem>
<h:outputLink >
<h:graphicImage library="images/auction"
name="icebreaker.png"/>
<h3>ICEsoft Icebreaker</h3>
<p>Used icebreaker with very few dents.</p>
</h:outputLink>
for all occurences on this page, the default behavior is that it navigates to the same page, so this might be an acceptable fix for this problem.
Activity
Judy Guglielmin
created issue -
Steve Maryka
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Fix Version/s | 1.1 Beta [ 10320 ] | |
Fix Version/s | EE 1.0 Final [ 10318 ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
won't fix . No longer a problem with current code base