[JBoss JIRA] Created: (RF-8338) Some RichFaces components strip white space
by Brian Chicos (JIRA)
Some RichFaces components strip white space
-------------------------------------------
Key: RF-8338
URL: https://jira.jboss.org/jira/browse/RF-8338
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Environment: RichFaces 3.3.1 libraries w/ JBOSS EAP 4.3
Reporter: Brian Chicos
Fix For: 3.3.1
RichFaces seems to be stripping out extra white space in data before sending it to the browser. I see this for data being displayed in both the rich:dataTable and rich:suggestionbox components. If there is data that has multiple spaces next to each other (ex: this data) it will get returned with a single space (ex: this data). This creates a problem especially on the rich:suggestionbox component. If the data being searched on has 2 spaces and the rich:suggestionbox returns the data with one space then the search will fail when the value is selected from the suggestionbox and the user then attempts to run the search. It seems that RichFaces should send back the data from the server without altering it and let the browser decide how to display it.
--
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
14 years, 12 months
[JBoss JIRA] Created: (RF-9722) a4j:status - error handling - lifecycle broken (MyFaces)
by Lukas Fryc (JIRA)
a4j:status - error handling - lifecycle broken (MyFaces)
--------------------------------------------------------
Key: RF-9722
URL: https://jira.jboss.org/browse/RF-9722
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0.20101107-M4 r.19981
Metamer 4.0.0.20101107-M4 r.19986
Mojarra 2.0.2-FCS
Apache Tomcat 6.0.28
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 7.0.517.44@ Win32, Firefox 3.6.12 @ Linux
Reporter: Lukas Fryc
When binding event handlers to status, you can see following lifecycle using Mojarra:
1. start
2. success
3. stop
But using MyFaces, you will see:
1. start
2. error
3. stop
4. success
5. stop
but only one request was actually done.
Also the status are showing STOP facet instead of ERROR.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (RF-10176) Panel Menu - review hovering model (@hoverClass)
by Lukas Fryc (JIRA)
Panel Menu - review hovering model (@hoverClass)
------------------------------------------------
Key: RF-10176
URL: https://issues.jboss.org/browse/RF-10176
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone5
Reporter: Lukas Fryc
Groups and Items in Panel Menu are highlighted once you hover on them.
But the model to influence this behavior is quite inconsistent:
a) the only place you can redefine @hoverClass is Item
b) the items and groups get "rf-pm-itm-hov" class when hovered, but this averts to change styling of Group hovering in comparison to Item
I propose:
1) add new class "rf-pm-grp-hov" to classes with same initial styling as "rf-pm-itm-hov"
2) add new attribute @hoverClass to Group to add custom classes to group when hovered
3) add new attributes @itemHoverClass and @groupHoverClass to Panel Menu to define style classes in scope of whole Panel Menu
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years