[JBoss JIRA] Created: (RF-6971) realworld/images: Incorrect behaviour of Upload and Cancel on Files upload page
by Inna Shchibrya (JIRA)
realworld/images: Incorrect behaviour of Upload and Cancel on Files upload page
-------------------------------------------------------------------------------
Key: RF-6971
URL: https://jira.jboss.org/jira/browse/RF-6971
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.1
Environment: All browsers
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
1. Login to the application.
2. Click on Add images icon.
3. Add several images.
4. Click on Cancel link near any image. --> Nothing happened.
5. Click on Upload button and Stop button. --> The image is uploaded but doesn't appear from upload list.
6. Click on Upload button and Stop button again. --> The same image is uploaded and doesn't appear from upload list.
Expected result: If user clicks on Cancel link image should be removed from upload list. If image is uploaded it should be removed from upload list.
--
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
16 years, 7 months
[JBoss JIRA] Created: (RF-6936) realworld/ui/Opera: Vertical scroll bar appares on the page when it shouldn't
by Inna Shchibrya (JIRA)
realworld/ui/Opera: Vertical scroll bar appares on the page when it shouldn't
-----------------------------------------------------------------------------
Key: RF-6936
URL: https://jira.jboss.org/jira/browse/RF-6936
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.1
Environment: Opera
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
Priority: Minor
1. Login to the application like user with shelves.
2. Click on Delete shelf link (or Delete album). --> Confirmation message appeared. Vertical scroll bar appeared.
3. Scroll down the page. --> See attachment.
The same situation takes place if user add some image.
Vertical scroll without scrolling ability appeared after any click on shelves in the tree, Edite album or shelves.
Expected result: Vertical scroll bar shouldn't appaer if the page fits to the screen.
--
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
16 years, 7 months
[JBoss JIRA] Created: (RF-7283) rich:dataGrid empty cell generates invalid XML
by Jeremie Panzer (JIRA)
rich:dataGrid empty cell generates invalid XML
-----------------------------------------------
Key: RF-7283
URL: https://jira.jboss.org/jira/browse/RF-7283
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: Jboss 4.2, RedHat 5.2, RF 3.3.1
Reporter: Jeremie Panzer
I'm using a4j:include navigation and the navigation is working fine as long as I'm not trying to access a page containing a rich:dataGrid component.
The starting page is the one containing the dataGrid and is shown correctly. I have a commandLink pointing to another page, and a back button on that second page.
When using the back button, thus retrieving the dataGrid page through Ajax, I'm getting the following error:
error[9:04:56,090]: Error parsing XML
error[9:04:56,091]: Parse Error: XML Parsing Error: undefined entity Location: http://genesis1.spacebel.be/genesis-jsf/portlets/serviceordering/index.js... Line Number 105, Column 61: </div></div></td><td class="dr-table-cell rich-table-cell "> </td></tr></tbody></table></div></div></td></tr></table></td><td id="__serviceordering_WAR_genesisjsf_INSTANCE_g8sA_:_viewRoot:j_id9:j_id10:j_id190" style="display: none;;height:100%"><table border="0" cellpadding="10" cellspacing="0" class="dr-tbpnl-cntnt-pstn rich-tabpanel-content-position" width="100%"><tr><td class="dr-tbpnl-cntnt rich-tabpanel-content " style="; "><div class="dr-tree rich-tree " id="__serviceordering_WAR_genesisjsf_INSTANCE_g8sA_:_viewRoot:j_id9:j_id10:me ------------------------------------------------------------^
It looks like the (which is inserted inside an empty cell) is causing this, because if the size of the collection used to populate the dataGrid is a multiple of the dataGrid number of columns, everything is working fine.
Here's how to reproduce:
index.xhtml
<a4j:form>
<a4j:include
viewId="page1.xhtml" />
</a4j:form>
page1.xhtml
<a4j:commandLink action="#{myBean.toSecondPage}"
value="Go" immediate="true" />
page2.xhtml
<rich:dataGrid value="#{myBean.elements}" var="element"
columns="3">
<rich:panel><h:outputText value="#{element.id}" /></rich:panel>
</rich:dataGrid>
and having the myBean.elements collection having less than 3 elements.
--
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
16 years, 7 months