[JBoss JIRA] Created: (RF-10871) rich:message wrong format of error message
by Juraj Huska (JIRA)
rich:message wrong format of error message
------------------------------------------
Key: RF-10871
URL: https://issues.jboss.org/browse/RF-10871
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo application - richfaces-showcase-4.0.0.Final-jee6.war
container - Jboss AS 6.0.0.Final
mobile device - iPhone 4 - OS version iOS 4.2.1 - browser Safari
Reporter: Juraj Huska
The error messages which are rendered have bad format, because it should have font size as text labels before inputs, but they have bigger font size.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-10873) rich:poppupPanel shadow which should block the main screen is not rendered whole
by Juraj Huska (JIRA)
rich:poppupPanel shadow which should block the main screen is not rendered whole
--------------------------------------------------------------------------------
Key: RF-10873
URL: https://issues.jboss.org/browse/RF-10873
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo application - richfaces-showcase-4.0.0.Final-jee6.war
container - Jboss AS 6.0.0.Final
mobile devices - iPhone 4 - OS version iOS 4.2.1 - browser Safari, Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
The shadow which is under poppup panel and should block the main screen is not rendered for the whole page, but covers only top - left of the page.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-11289) Support for Editor on mobiles
by Lukáš Fryč (JIRA)
Support for Editor on mobiles
-----------------------------
Key: RF-11289
URL: https://issues.jboss.org/browse/RF-11289
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-input, mobile
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
Fix For: 4.1.0.Milestone2
As we have discussed on forums [1]
it would be necessary to satisfy that textarea which editor uses for constructing content-editable area is used on the mobiles, since there are no editor support on mobiles and also mobiles are not target platform for such rich experience.
Consequently, it is necessary to satisfy that no resources for editor (CSS/JS) are downloaded when not required.
[1] http://community.jboss.org/message/616994#616994
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-11426) Ordering List - valueChangeListener attribute
by Jan Papousek (JIRA)
Ordering List - valueChangeListener attribute
---------------------------------------------
Key: RF-11426
URL: https://issues.jboss.org/browse/RF-11426
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0-SNAPSHOT r.5debbf8981de1839984bdaa38b31f58ed028239d
Metamer 4.1.0-SNAPSHOT r.22728
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.16
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0
Reporter: Jan Papousek
It seems that the valueChangeListener attribute doesn't work.
This can be reproduced in Metamer on page faces/components/richOrderingList/simple.xhtml: after the list is submitted, the info panel in the top right corner should contain information from called listener.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-11367) rich:tree doesn't display default icons in tree items
by Ján Jamrich (JIRA)
rich:tree doesn't display default icons in tree items
-----------------------------------------------------
Key: RF-11367
URL: https://issues.jboss.org/browse/RF-11367
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0-SNAPSHOT r.d4cacc1028d08b8e6e4da1e28bd58013638fd5f2
Metamer 4.1.0-SNAPSHOT r.unknown
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.19
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30
Reporter: Ján Jamrich
Assignee: Lukáš Fryč
Problem reported by community is possible simulate in Metamer as well.
rich:tree (or rich:treeNode) displays own images before tree item if not set explicitly.
But now this icon is missing. The placeholder for icon is span with class "rf-trn-ico-lf" with following definition:
.rf-trn-ico-lf {
background: url(http://localhost:8080/metamer-mojarra/faces/rfRes/tree.ecss?db=eAFLq7x7HgAFkAKM&ln=org.richfaces) no-repeat 50% 50%;
}
But when open URL "http://localhost:8080/metamer-mojarra/faces/rfRes/tree.ecss?db=eAFLq7x7Hg...", no image is returned (image is missing)
The class definition in resources (richfaces-components-ui.jar /META-INF/resources/org.richfaces/tree.ecss) is following:
.rf-trn-ico-lf {
background: "url(#{resource['org.richfaces.images:leaf_icon.gif']}) no-repeat center";
}
But no folder named "org.richfaces.images" exists within richfaces-component-ui.jar neither richfaces-core-impl.jar
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months