[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
13 years, 6 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
13 years, 7 months
[JBoss JIRA] Created: (RF-9559) Autocomplete without button - input field doesn't fit whole component
by Lukas Fryc (JIRA)
Autocomplete without button - input field doesn't fit whole component
---------------------------------------------------------------------
Key: RF-9559
URL: https://jira.jboss.org/browse/RF-9559
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19668
Mojarra 2.0.2-FCS
Chrome 6.0.472.62, Firefox 3.6.11 @ Linux i686
Reporter: Lukas Fryc
Priority: Minor
Attachments: Screenshot-2.png, Screenshot.png
It is also visible in richfaces-showcase and especially using Webkit-based browsers because of border around the input field (see attached Screenshot.png).
But you can also see it in Firefox, when typing custom sample text, which overflows the input field size, the text is then wrapped before the actual component end (Screenshot-2.png).
Everything is then ok with showButton=true.
--
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
13 years, 7 months