[JBoss JIRA] (RF-13463) Photoalbum: improvements for adding images
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-13463?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13463:
-----------------------------
Description:
On the 'add images' page/view:
* there is a r:select where you can specify to which album the images will be uploaded, but you have to blur the input after such selection to reset the previously uploaded data, it would be more comfortable if it is done immediately after the selection
* when you upload some images there is a message on the bottom saying "Successfully downloaded images:", shouldn't there be 'uploaded' ?
* the upload result should be reset after page/view revisit. Now you can upload image, then e.g. browse to that uploaded image and return back to 'add images' view and the state of previous upload is still there.
* there should be a message, when trying to add an unacceptable type of image (others than jpg)
was:
On the 'add images' page/view:
* there is a r:select where you can specify to which album the images will be uploaded, but you have to blur the input after such selection to reset the previously uploaded data, it would be more comfortable if it is done immediately after the selection
* when you upload some images there is a message on the bottom saying "Successfully downloaded images:", shouldn't there be 'uploaded' ?
* the upload result should be reset after page/view revisit. Now you can upload image, then e.g. browse to that uploaded image and return back to 'add images' view and the state of previous upload is still there.
> Photoalbum: improvements for adding images
> ------------------------------------------
>
> Key: RF-13463
> URL: https://issues.jboss.org/browse/RF-13463
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.4
> Reporter: Jiří Štefek
> Assignee: Michal Petrov
> Priority: Trivial
>
> On the 'add images' page/view:
> * there is a r:select where you can specify to which album the images will be uploaded, but you have to blur the input after such selection to reset the previously uploaded data, it would be more comfortable if it is done immediately after the selection
> * when you upload some images there is a message on the bottom saying "Successfully downloaded images:", shouldn't there be 'uploaded' ?
> * the upload result should be reset after page/view revisit. Now you can upload image, then e.g. browse to that uploaded image and return back to 'add images' view and the state of previous upload is still there.
> * there should be a message, when trying to add an unacceptable type of image (others than jpg)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (RF-13455) The rich:tabPanel no longer visits tab header facets while rendering a response.
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13455?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-13455:
----------------------------
Sprint: 4.3.5 Sprint 1, 4.3.5.Sprint 2 (was: 4.3.5 Sprint 1)
> The rich:tabPanel no longer visits tab header facets while rendering a response.
> --------------------------------------------------------------------------------
>
> Key: RF-13455
> URL: https://issues.jboss.org/browse/RF-13455
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.4
> Environment: java 7,
> tomcat 7, JBoss AS,
> mojarra, myfaces
> chrome, firefox
> Reporter: Alexey Shakov
> Assignee: Brian Leathem
> Labels: regression
> Fix For: 4.3.5, 4.5.0.Alpha2, 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> I use ajax to update the header label of rich:tab. That is why label is placed in a header-facet. Since RF 4.3.4 this does not work:
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html"
> xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j"
> xmlns:f="http://java.sun.com/jsf/core" xml:lang="en" lang="en">
> <h:head>
> </h:head>
> <h:body>
>
> <a4j:log hotkey="M" mode="popup" />
> <h:form id="form" prependId="false">
> <rich:tabPanel id="tabPanel">
> <rich:tab header="tab 1">
> <a4j:commandLink value="click me" action="#{testBean.put('clicks',testBean.clicks + 1)}" render="label" execute="@this" />
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> <h:outputText id="label" value="#{testBean.clicks} clicks" />
> </f:facet>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {code}
> testBean is a simple session-scoped HashMap.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years