File upload and myfaces: listener does not fire.
------------------------------------------------
Key: RF-2935
URL: http://jira.jboss.com/jira/browse/RF-2935
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Andrei Markavtsov
Assigned To: Andrei Markavtsov
Fix For: 3.2.1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
rich-menu-item-hover class is disappearing on menu group when user moves to sub-menu
------------------------------------------------------------------------------------
Key: RF-3288
URL: http://jira.jboss.com/jira/browse/RF-3288
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Nick Belaevski
Assigned To: Nick Belaevski
Fix For: 3.2.1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
ScollableDataTable: resizers misaligned in Opera
------------------------------------------------
Key: RF-1383
URL: http://jira.jboss.com/jira/browse/RF-1383
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Nick Belaevski
Assigned To: Konstantin Mishin
Fix For: Future Versions
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
File Upload: The dirrerent behavior in FF & IE7 when add the same file many times
---------------------------------------------------------------------------------
Key: RF-3234
URL: http://jira.jboss.com/jira/browse/RF-3234
Project: RichFaces
Issue Type: Task
Affects Versions: 3.2.1
Reporter: Andrei Markavtsov
Assigned To: Andrei Markavtsov
Fix For: 3.2.1
Add the same file twice in FF and IE7.
FF: file has not been added.
IE7: file added successfully.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
AjaxStateManager is not cluster safe
------------------------------------
Key: RF-1924
URL: http://jira.jboss.com/jira/browse/RF-1924
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Michael Youngstrom
Fix For: 3.1.4
The JSF-RI recently discovered that it's state management was not cluster safe since it uses a local value for state ids multiple nodes in a cluster could potentially start overriding the state for other pages.
AjaxStateManager is using a local variable for state id generation so will have the same problems the RI used to have in cluster environments.
For more context see this RI issue:
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=662
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
scrollableDataTable: column resize doesn't work in IE 6
-------------------------------------------------------
Key: RF-3264
URL: http://jira.jboss.com/jira/browse/RF-3264
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: 3.2.1
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
Mouse cursor doesn't even converts into resizing view if hovered between adjacent roe herders
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
File upload: upload request should be as ajax single.
-----------------------------------------------------
Key: RF-2907
URL: http://jira.jboss.com/jira/browse/RF-2907
Project: RichFaces
Issue Type: Bug
Reporter: Andrei Markavtsov
No any component's value should be updated after file uploaded.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
File Upload: application failes after file uploaded
---------------------------------------------------
Key: RF-2514
URL: http://jira.jboss.com/jira/browse/RF-2514
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: myfaces 1.2
jsp
Reporter: Andrei Markavtsov
Assigned To: Andrei Markavtsov
Fix For: 3.2.0
1. Click on component's upload button
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
inplaceInput produces Javascript error
--------------------------------------
Key: RF-3188
URL: http://jira.jboss.com/jira/browse/RF-3188
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: RF 3.2.1CR1, JBoss Tools 2.1.0beta1
Reporter: Juergen Zimmermann
Using the webbrowser of JBoss Tools I get a Javascript error when completing an input field with rich:inplaceInput and clicking just somewhere into the background. Screenshots will be provided
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
fileUpload: converter dosn't work. It's impossible to call converter's methods(getAsObject & getAsString) using "converter" attribute.
--------------------------------------------------------------------------------------------------------------------------------------
Key: RF-3230
URL: http://jira.jboss.com/jira/browse/RF-3230
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: IE, FF, Safari, Opera
Reporter: Mikhail Vitenkov
Assigned To: Andrei Markavtsov
Step 1. Create class implements Converter interface.
Step 2. Declare this class in .xml configuration file.
Step 3. Bind it inside rich:fileUpload tag using "converter" attribute.
Step 4. Navigate to page contained fileUpload rich component.
Step 5. Initiate uploading process & verify converter methods call.
Actual behavior:
Methods of class implements converter interface have never called.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira