[JBoss JIRA] Created: (RF-10713) Messages: add attribute that will render a list
by Pavol Pitonak (JIRA)
Messages: add attribute that will render a list
-----------------------------------------------
Key: RF-10713
URL: https://issues.jboss.org/browse/RF-10713
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT r.22080
Reporter: Pavol Pitonak
Attachments: messages.png
In 4.0.0.CR1 rich:messages renders all messages in one line which is very difficult to read (see screenshot). Add some attribute that will cause rich:messages to render a list with messages below each other like in 3.3.x similarly to h:messages.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (RF-4582) RichFaces JSMin compressor can create invalid Javascript
by Matt Wheeler (JIRA)
RichFaces JSMin compressor can create invalid Javascript
--------------------------------------------------------
Key: RF-4582
URL: https://jira.jboss.org/jira/browse/RF-4582
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Windows XP
Reporter: Matt Wheeler
If a Javascript file has something like:
var something = 'abc' + ++this.increment;
then, after compression, it will look something like var a='abc'+++this.increment. This may not be the exact translation, but, the important part is the three plus signs together which make the Javascript invalid. It can of course be fixed by changing the original script to var something = 'abc' + (++this.increment);, but everyone may not have that liberty. I tried this with the YUI Compressor, and it seemed to handle it correctly, but we could not use that for other reasons.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (RF-10872) rich:poppupPanel it is not rendered whole and not rendered on the current user focus
by Juraj Huska (JIRA)
rich:poppupPanel it is not rendered whole and not rendered on the current user focus
------------------------------------------------------------------------------------
Key: RF-10872
URL: https://issues.jboss.org/browse/RF-10872
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
demo sample - editable data table
container - Jboss AS 6.0.0.Final
mobile device - iPhone 4 - OS version iOS 4.2.1 - browser Safari
Reporter: Juraj Huska
In demo for editable data table, when clicking on edit, the poppup panel is rendered in the left corner, not in the place where the current user focus is, and also it is not rendered whole, there is missing a bottom part of the poppup panel.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (RF-10889) rich:select highlighting of options does not work
by Juraj Huska (JIRA)
rich:select highlighting of options does not work
-------------------------------------------------
Key: RF-10889
URL: https://issues.jboss.org/browse/RF-10889
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
iPad1 - OS version iOS 4.2.1 - browser Safari
Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
There is no highlighting when I touch the option.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month