From jira-events at lists.jboss.org Fri Jan 2 08:21:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 2 Jan 2009 08:21:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-3510) toolTip: JS API
doesn't work for toolTip, which doesn't contain parent component.
In-Reply-To: <8968944.1211464499947.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20715976.1230902514567.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-3510.
--------------------------------
Resolution: Cannot Reproduce Bug
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
DEFAULT VALUE
> toolTip: JS API doesn't work for toolTip, which doesn't contain parent component.
> ---------------------------------------------------------------------------------
>
> Key: RF-3510
> URL: https://jira.jboss.org/jira/browse/RF-3510
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE, FF, Safari, Opera(3.2.1.CR5)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
>
> Step 1. Add rich:toolTip on the page:
> hideDelay="#{tooltip.hideDelay}" showDelay="#{tooltip.showDelay}" layout="#{tooltip.layout}"
> horizontalOffset="#{tooltip.horizontalOffset}" verticalOffset="#{tooltip.verticalOffset}" followMouse="#{tooltip.followMouse}"
> direction="#{tooltip.direction}" disabled="#{tooltip.disabled}" rendered="#{tooltip.rendered}"
> event="#{tooltip.event}" onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" onhide="#{event.onhide}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" onshow="#{event.onshow}">
>
> Link
>
> Step 2. Add "show" JS API functionality:
>
> Step 3. Click on "show" ajax link.
> Actual behavior:
> toolTip doesn't appear.
--
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
From jira-events at lists.jboss.org Fri Jan 2 08:31:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 2 Jan 2009 08:31:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5499) drag'n'drop in
tree: dropListener
isn't called after tree node selection when ajaxSubmitSelection="true".
In-Reply-To: <31477528.1230642955962.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31725363.1230903114627.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5499:
-------------------------------
Fix Version/s: 3.3.0
> drag'n'drop in tree: dropListener isn't called after tree node selection when ajaxSubmitSelection="true".
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5499
> URL: https://jira.jboss.org/jira/browse/RF-5499
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR1)
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> Precondition - use following code:
>
>
> value="#{documentDirectoryTreeDAO.rootNode}"
> id="tree"
> treeNodeVar="treeNode"
> reRender="documents"
> switchType="client"
> acceptedTypes="#{item.group.name}"
> nodeSelectListener="#{documentDirectoryTreeDAO.listenerNodeSelected}"
> ajaxSubmitSelection="true">
> dragType="#{item.group.name}"
> dragIndicator="indicator2"
> dropListener="#{documentDirectoryTreeDAO.listenerDropToTree}"
> id="treeNode"
> rendered="#{accountDAO.account.admin}"
> reRender="documents, tree">
>
>
>
>
>
>
>
>
>
>
>
> #1. Navigate to the page.
> #2. Expand a node.
> #3. Select sub node and drag it to parent node.
> #4. Verify dropListener call.
--
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
From jira-events at lists.jboss.org Fri Jan 2 08:31:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 2 Jan 2009 08:31:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5509) CSS Classes Not
picked up (styleClass, viewClass, editClass, etc.)
In-Reply-To: <20232090.1230759894326.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29500808.1230903115005.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reassigned RF-5509:
----------------------------------
Assignee: Anton Belevich
> CSS Classes Not picked up (styleClass, viewClass, editClass, etc.)
> ------------------------------------------------------------------
>
> Key: RF-5509
> URL: https://jira.jboss.org/jira/browse/RF-5509
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, JDK 1.6, Seam 2.1.0 w/upgraded Richfaces to 3.3.0.CR1, facelets
> Reporter: Greg Zoller
> Assignee: Anton Belevich
>
> If I specify code like below, none of my CSS styling of the inplaceSelect widget is picked up--only the default is visible.
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable" showValueInView="true">
>
>
>
> The styling was working fine in 3.2.2 but broke in 3.3.0 betas onward.
--
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
From jira-events at lists.jboss.org Fri Jan 2 08:31:55 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 2 Jan 2009 08:31:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5510) inplaceSelect
visual display stuck in edit mode (doesn't re-draw itself)
In-Reply-To: <12675980.1230760134347.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10218011.1230903115358.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reassigned RF-5510:
----------------------------------
Assignee: Anton Belevich
> inplaceSelect visual display stuck in edit mode (doesn't re-draw itself)
> ------------------------------------------------------------------------
>
> Key: RF-5510
> URL: https://jira.jboss.org/jira/browse/RF-5510
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, Seam 3.2.1 w/upgraded Richfaces 3.3.0.CR1, facelets, JDK 1.6
> Reporter: Greg Zoller
> Assignee: Anton Belevich
>
> When using any rich:inplaceSelect widget the view state initially renders. I then click on the widget to drop the selection list down. Of course this triggers the edit mode and visualization. But after I select an option the drop-down list disappears but the value field does not re-draw itself in a view-mode rendering, but rather stays drawn in the edit mode rendering (yellow background w/little arrow on the right).
> If I re-render the widget manually it seems to behave fine, but before I didn't have to do this. The widget took care of this itself.
--
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
From jira-events at lists.jboss.org Fri Jan 2 08:31:55 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 2 Jan 2009 08:31:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5511) inplaceSelect
with a4j:support not sending values to backing bean
In-Reply-To: <7977000.1230762294320.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8979540.1230903115607.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reassigned RF-5511:
----------------------------------
Assignee: Anton Belevich
> inplaceSelect with a4j:support not sending values to backing bean
> -----------------------------------------------------------------
>
> Key: RF-5511
> URL: https://jira.jboss.org/jira/browse/RF-5511
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, JDK 1.6, Seam 2.1.0 w/Richfaces 3.3.0.CR1, Firefox 3, and IE7
> Reporter: Greg Zoller
> Assignee: Anton Belevich
>
> See code below. This worked until this latest 3.3.0.CR1 release.
> When a value is selected the setter (foo.setHey()) is not called. Although this worked with a4j:support event=onviewactivated before, I've also tried with onchange but the result is the same.
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable"
> showValueInView="true">
>
>
>
> NOTE: This might be related to https://jira.jboss.org/jira/browse/RF-5510
--
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
From jira-events at lists.jboss.org Fri Jan 2 08:33:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 2 Jan 2009 08:33:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5508) Provide a
facility to cache on the
browser the data/records that were already loaded through AJAX in
tabPanel/scrollableDataTable. Also a refresh machanism is desired.
In-Reply-To: <7904885.1230758634250.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13190843.1230903234234.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5508:
-------------------------------
Fix Version/s: Wishes
> Provide a facility to cache on the browser the data/records that were already loaded through AJAX in tabPanel/scrollableDataTable. Also a refresh machanism is desired.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5508
> URL: https://jira.jboss.org/jira/browse/RF-5508
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.2.2
> Environment: Any JEE supporting Web/App Server and any standards compliant Browser
> Reporter: Samba Siva Rao Kolusu
> Fix For: Wishes
>
>
> It would be highly desirable to have the data already loaded through AJAX be cached on the Browser rather than fetching it again every time the component accessed!
> For example,in scrollableDataTable caching the data while we scroll down and showing the same when the user scrolls up reduces lot of requests to the server and database. Similarly, In case of tabPanel, loading the data through AJAX only when the tab is created,and then displaying the cached data on every subsequent tab focus reduces many server calls. Similarly the tree nodes can be cached if loaded through AJAX. In general,this feature can be applied to other components in situations where data is loaded through AJAX. Preferably, this caching feature should be made optional by providing an attribute at the component level.
> Also a means to refresh the cached data in the browser should be put in the component itself in either or both of the following ways :
> 1.the end user explicitly requesting "refresh cache" by clicking a link on the corresponding component or
> 2.based on some input or on meeting certain criteria, the page developer should be able to clear the cache and load records freshly.
> It should be noticed that loading the same number of records as were there before clearing the cache (if they are still available) would be better from usability perspective.
> Caching the data on the client-side improves performance manifold for those sites where there won't be any changes in the existing data set. But if there would be new records being added or existing records being deleted in the database , then client-side caching may not be any option to choose. Or may be we must ponder over how we can detect if there is a difference between the client-side cache and the data in the database,and then refresh the cache when a change is found!
--
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
From jira-events at lists.jboss.org Fri Jan 2 08:45:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 2 Jan 2009 08:45:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5456) Non-Ajax
requests badly handled if
ViewExpiredExceptions are managed on client
In-Reply-To: <22607511.1229963108814.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29159760.1230903954593.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5456:
-------------------------------
Fix Version/s: (was: Future)
> Non-Ajax requests badly handled if ViewExpiredExceptions are managed on client
> ------------------------------------------------------------------------------
>
> Key: RF-5456
> URL: https://jira.jboss.org/jira/browse/RF-5456
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Tomcat 6 + Facelets + JSF 1.2_09 RI
> Reporter: Pierre Wargnier
>
> If you activate org.ajax4jsf.handleViewExpiredOnClient in web.xml, the ViewExpiredExceptions are catched by the Ajax filter and a Ajax response will create a javascript "confim" window to ask the user to reload the page.
> If the request that cause the ViewExpiredExceptions is not an AJAX one: only a blank page with the AJAX XML behind.
> Proposed solution: Handle ViewExpired on client _only_ if request is AJAX. Throw the exception the normal way otherwise.
> In org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(FilterChain, HttpServletRequest, HttpServletResponse)
> instead of
> log.error("Exception in the filter chain", e);
> if(handleViewExpiredOnClient && isViewExpired(e)){
> do this:
> if(handleViewExpiredOnClient && isViewExpired(e) && request.getParameterMap().containsKey("AJAXREQUEST")){
> log.info("View expired handling sent to client"); //View expired exceptions are quite commons, don't clog the logs tracing them
--
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
From jira-events at lists.jboss.org Sat Jan 3 01:36:55 2009
From: jira-events at lists.jboss.org (Lincoln Baxter III (JIRA))
Date: Sat, 3 Jan 2009 01:36:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3314) CommandLink
action within dataTable is not executed in request scope
In-Reply-To: <30032012.1209569239224.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31844253.1230964615523.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444403#action_12444403 ]
Lincoln Baxter III commented on RF-3314:
----------------------------------------
This also occurs using h:dataTable on Mojarra 1.2_10, using facelets 1.1.14. This same issue also occurs in facelets using the ui:repeat.
> CommandLink action within dataTable is not executed in request scope
> --------------------------------------------------------------------
>
> Key: RF-3314
> URL: https://jira.jboss.org/jira/browse/RF-3314
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: myfaces 1.2.2
> Reporter: Robert Stone
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: rf3314.zip
>
>
> When clicking on links within datatable action/actionListener/actionparam is not executed when bean is placed in request scope. Code works with backing bean in the session scope.
> value="${modalForm.searchResults}">
>
> id="selectSearchValue" reRender="modalMasterValue">
> assignTo="#{modalMaster.searchFor}" />
>
> event="onclick" />
>
>
> Backing beans Spring configuration (works if the second bean is moved to the session scope):
>
>
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 3 01:50:54 2009
From: jira-events at lists.jboss.org (Lincoln Baxter III (JIRA))
Date: Sat, 3 Jan 2009 01:50:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3314) CommandLink
action within dataTable is not executed in request scope
In-Reply-To: <30032012.1209569239224.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18937935.1230965454578.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444404#action_12444404 ]
Lincoln Baxter III commented on RF-3314:
----------------------------------------
I'm not sure if I can use keepAlive, because the bean which would require serialization contains objects which cannot be serialized. (Namely spring-hibernate services.) Is there a way around this?
> CommandLink action within dataTable is not executed in request scope
> --------------------------------------------------------------------
>
> Key: RF-3314
> URL: https://jira.jboss.org/jira/browse/RF-3314
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: myfaces 1.2.2
> Reporter: Robert Stone
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: rf3314.zip
>
>
> When clicking on links within datatable action/actionListener/actionparam is not executed when bean is placed in request scope. Code works with backing bean in the session scope.
> value="${modalForm.searchResults}">
>
> id="selectSearchValue" reRender="modalMasterValue">
> assignTo="#{modalMaster.searchFor}" />
>
> event="onclick" />
>
>
> Backing beans Spring configuration (works if the second bean is moved to the session scope):
>
>
>
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 05:10:54 2009
From: jira-events at lists.jboss.org (Rong Tao (JIRA))
Date: Sun, 4 Jan 2009 05:10:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5512) Scrollable
DataTable cannot be used
when adding @charset statement to css files.
Message-ID: <11365731.1231063854503.JavaMail.jira@cloud.prod.atl2.jboss.com>
Scrollable DataTable cannot be used when adding @charset statement to css files.
--------------------------------------------------------------------------------
Key: RF-5512
URL: https://jira.jboss.org/jira/browse/RF-5512
Project: RichFaces
Issue Type: Bug
Components: portal
Affects Versions: 3.2.2
Environment: windows xp + glassfish v2u2 + jdk 1.6
Reporter: Rong Tao
This is a very strange bug, when I add a statement '@charset "utf-8"' to a css file or the css section of the xhtml file, the Scrollable DataTable becomes very strange and cannot be used, the problems are:
1. the table header is not displayed.
2. scroll bar is not displayed.
3. cannot select any rows.
4. the 1st and 2nd columns are overlap.
Very easy to reproduce: download and deploy the demo scrollableDataTable.xhtml and DataTableScrollerBean.java; then add '@charset "utf-8"' to scrollableDataTable.xhtml, the
Refresh the page and you will see the problems.
Not only "utf-8", other charset such as "iso-8859-1" can also cause the issue.
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:05:06 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:05:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3314) CommandLink
action within dataTable is not executed in request scope
In-Reply-To: <30032012.1209569239224.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20799051.1231077906073.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444425#action_12444425 ]
Nick Belaevski commented on RF-3314:
------------------------------------
Use session-scoped or conversation-scoped (Seam) beans
> CommandLink action within dataTable is not executed in request scope
> --------------------------------------------------------------------
>
> Key: RF-3314
> URL: https://jira.jboss.org/jira/browse/RF-3314
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: myfaces 1.2.2
> Reporter: Robert Stone
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: rf3314.zip
>
>
> When clicking on links within datatable action/actionListener/actionparam is not executed when bean is placed in request scope. Code works with backing bean in the session scope.
> value="${modalForm.searchResults}">
>
> id="selectSearchValue" reRender="modalMasterValue">
> assignTo="#{modalMaster.searchFor}" />
>
> event="onclick" />
>
>
> Backing beans Spring configuration (works if the second bean is moved to the session scope):
>
>
>
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:08:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:08:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5513) Regression-area
setup application on Hudson
Message-ID: <19885218.1231078134410.JavaMail.jira@cloud.prod.atl2.jboss.com>
Regression-area setup application on Hudson
-------------------------------------------
Key: RF-5513
URL: https://jira.jboss.org/jira/browse/RF-5513
Project: RichFaces
Issue Type: Task
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:08:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:08:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5514) Refactor
application
Message-ID: <17315427.1231078134640.JavaMail.jira@cloud.prod.atl2.jboss.com>
Refactor application
--------------------
Key: RF-5514
URL: https://jira.jboss.org/jira/browse/RF-5514
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:10:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:10:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5515) Setup cargo
plugin for execution on Hudson
Message-ID: <7222958.1231078254349.JavaMail.jira@cloud.prod.atl2.jboss.com>
Setup cargo plugin for execution on Hudson
------------------------------------------
Key: RF-5515
URL: https://jira.jboss.org/jira/browse/RF-5515
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:16:55 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:16:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4813) actionparam not
working in rich:dataTable
In-Reply-To: <10397588.1225661960764.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1938856.1231078615046.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4813:
-------------------------------
Original Estimate: (was: 4 hours)
Remaining Estimate: (was: 4 hours)
Component/s: (was: planning_all)
Due Date: (was: 12/Dec/08)
Assignee: Denis Morozov (was: Nick Belaevski)
> actionparam not working in rich:dataTable
> -----------------------------------------
>
> Key: RF-4813
> URL: https://jira.jboss.org/jira/browse/RF-4813
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Denis Morozov
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:30:56 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:30:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-4226)
Tree:oncontextmenu attribute is missing
In-Reply-To: <5182715.1219099686506.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14131568.1231079456726.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-4226 started by Nick Belaevski.
> Tree:oncontextmenu attribute is missing
> ---------------------------------------
>
> Key: RF-4226
> URL: https://jira.jboss.org/jira/browse/RF-4226
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:49:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:49:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-4226)
Tree:oncontextmenu attribute is missing
In-Reply-To: <5182715.1219099686506.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19743544.1231080594827.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-4226.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> Tree:oncontextmenu attribute is missing
> ---------------------------------------
>
> Key: RF-4226
> URL: https://jira.jboss.org/jira/browse/RF-4226
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:51:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:51:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5477) Refactor test
suite to obtain correct tests report
In-Reply-To: <31164130.1230507895073.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <178595.1231080714572.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444428#action_12444428 ]
Nick Belaevski commented on RF-5477:
------------------------------------
Moved to next iteration due to Hudson server inaccessible
> Refactor test suite to obtain correct tests report
> --------------------------------------------------
>
> Key: RF-5477
> URL: https://jira.jboss.org/jira/browse/RF-5477
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:51:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:51:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5476) Check Firefox
version
In-Reply-To: <19972685.1230507894882.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28050291.1231080714718.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444429#action_12444429 ]
Nick Belaevski commented on RF-5476:
------------------------------------
Moved to next iteration due to Hudson server inaccessible
> Check Firefox version
> ---------------------
>
> Key: RF-5476
> URL: https://jira.jboss.org/jira/browse/RF-5476
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:51:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:51:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5477) Refactor test
suite to obtain correct tests report
In-Reply-To: <31164130.1230507895073.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15606934.1231080714873.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5477:
-------------------------------
Due Date: 11/Jan/09 (was: 04/Jan/09)
> Refactor test suite to obtain correct tests report
> --------------------------------------------------
>
> Key: RF-5477
> URL: https://jira.jboss.org/jira/browse/RF-5477
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 09:51:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sun, 4 Jan 2009 09:51:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5476) Check Firefox
version
In-Reply-To: <19972685.1230507894882.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23879645.1231080715056.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5476:
-------------------------------
Due Date: 11/Jan/09 (was: 04/Jan/09)
> Check Firefox version
> ---------------------
>
> Key: RF-5476
> URL: https://jira.jboss.org/jira/browse/RF-5476
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Sun Jan 4 17:13:54 2009
From: jira-events at lists.jboss.org (Pjotr Andreev (JIRA))
Date: Sun, 4 Jan 2009 17:13:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5516) Add the
onContextMenu event to the ExtendedDataTable and ScrollableDataTable
Message-ID: <27939183.1231107234343.JavaMail.jira@cloud.prod.atl2.jboss.com>
Add the onContextMenu event to the ExtendedDataTable and ScrollableDataTable
----------------------------------------------------------------------------
Key: RF-5516
URL: https://jira.jboss.org/jira/browse/RF-5516
Project: RichFaces
Issue Type: Feature Request
Components: planning_all
Affects Versions: Wishes
Environment: Any
Reporter: Pjotr Andreev
It would be nice to add the onContextMenu event to the ExtendedDataTable and ScrollableDataTable either.
--
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
From jira-events at lists.jboss.org Sun Jan 4 17:17:54 2009
From: jira-events at lists.jboss.org (Pjotr Andreev (JIRA))
Date: Sun, 4 Jan 2009 17:17:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5516) Add the
onContextMenu event to the ExtendedDataTable and ScrollableDataTable
In-Reply-To: <27939183.1231107234343.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2179538.1231107474347.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pjotr Andreev updated RF-5516:
------------------------------
Attachment: ui_onRowContextMenu_ExtDT_ScrollDT.zip
The implementation for onRowContextMenu support. JAR-ed file contains sources and configurations, placed relative to the SVN-root path. SVN-version as of 04 Jan 2009.
> Add the onContextMenu event to the ExtendedDataTable and ScrollableDataTable
> ----------------------------------------------------------------------------
>
> Key: RF-5516
> URL: https://jira.jboss.org/jira/browse/RF-5516
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: Wishes
> Environment: Any
> Reporter: Pjotr Andreev
> Attachments: ui_onRowContextMenu_ExtDT_ScrollDT.zip
>
>
> It would be nice to add the onContextMenu event to the ExtendedDataTable and ScrollableDataTable either.
--
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
From jira-events at lists.jboss.org Sun Jan 4 17:23:54 2009
From: jira-events at lists.jboss.org (Pjotr Andreev (JIRA))
Date: Sun, 4 Jan 2009 17:23:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5516) Add the
onRowContextMenu event to
the ExtendedDataTable and ScrollableDataTable
In-Reply-To: <27939183.1231107234343.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4863623.1231107834288.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pjotr Andreev updated RF-5516:
------------------------------
Summary: Add the onRowContextMenu event to the ExtendedDataTable and ScrollableDataTable (was: Add the onContextMenu event to the ExtendedDataTable and ScrollableDataTable)
Description: It would be nice to add the onRowContextMenu event to the ExtendedDataTable and ScrollableDataTable either. (was: It would be nice to add the onContextMenu event to the ExtendedDataTable and ScrollableDataTable either.)
> Add the onRowContextMenu event to the ExtendedDataTable and ScrollableDataTable
> -------------------------------------------------------------------------------
>
> Key: RF-5516
> URL: https://jira.jboss.org/jira/browse/RF-5516
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: Wishes
> Environment: Any
> Reporter: Pjotr Andreev
> Attachments: ui_onRowContextMenu_ExtDT_ScrollDT.zip
>
>
> It would be nice to add the onRowContextMenu event to the ExtendedDataTable and ScrollableDataTable either.
--
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
From jira-events at lists.jboss.org Mon Jan 5 04:03:54 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Mon, 5 Jan 2009 04:03:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5504) Queue demo:
remove delay in action
In-Reply-To: <28985531.1230676255241.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20190454.1231146234306.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky resolved RF-5504.
---------------------------------
Resolution: Done
> Queue demo: remove delay in action
> ----------------------------------
>
> Key: RF-5504
> URL: https://jira.jboss.org/jira/browse/RF-5504
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Ilya Shaikovsky
> Fix For: 3.3.0
>
>
> http://livedemo.exadel.com/richfaces-demo-3.3.0.CR1/richfaces/queue.jsf?tab=queueSettings - Thread.sleep in action should be removed from this demo
--
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
From jira-events at lists.jboss.org Mon Jan 5 04:24:54 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Mon, 5 Jan 2009 04:24:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5505) queue: In
"Queue Settings" example
requestDelay doesn't affect to time of request delay, plus exception take
place java.lang.IllegalArgumentException: argument type mismatch
In-Reply-To: <19333826.1230714354522.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32401899.1231147494381.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky resolved RF-5505.
---------------------------------
Resolution: Done
was already there in nightly.
So broken repeat after incorrect input - was not reproducible for me. Do you really waited 5000 mls? :)
I've added just message component in order to show error and made the input disabled if there are incorrect input. Also exception doesn't thrown anymore.
> queue: In "Queue Settings" example requestDelay doesn't affect to time of request delay, plus exception take place java.lang.IllegalArgumentException: argument type mismatch
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5505
> URL: https://jira.jboss.org/jira/browse/RF-5505
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR1)
> Reporter: Mikhail Vitenkov
> Assignee: Ilya Shaikovsky
> Priority: Minor
> Fix For: 3.3.0
>
>
> #1. Navigate to Ajax Support -> Queue -> Queue Settings richfaces-demo example.
> #2. Enter 5,000 in "requestDelay" input.
> #3. Click "Apply" button.
> #4. Enter "something" in "Type here:" input and verify real delay.
> Actual behavior:
> requestDelay isn't applied, plus exception take place:
> SEVERE: /richfaces/queue/examples/repeater.xhtml @37,53 value="#{queueBean.requestDelay}": java.lang.IllegalArgumentException: argument type mismatch
> java.lang.IllegalArgumentException: argument type mismatch
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at javax.el.BeanELResolver.setValue(BeanELResolver.java:108)
> at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:68)
> at com.sun.faces.el.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:100)
> at org.apache.el.parser.AstValue.setValue(AstValue.java:114)
> at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
> at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:93)
> at javax.faces.component.UIInput.updateModel(UIInput.java:771)
> at javax.faces.component.UIInput.processUpdates(UIInput.java:703)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIForm.processUpdates(UIForm.java:261)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at org.richfaces.component.UISwitchablePanel.processUpdates(UISwitchablePanel.java:208)
> at org.ajax4jsf.component.AjaxViewRoot$2.invokeContextCallback(AjaxViewRoot.java:416)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processUpdates(AjaxViewRoot.java:432)
> at com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:78)
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Unknown Source)
--
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
From jira-events at lists.jboss.org Mon Jan 5 05:00:54 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Mon, 5 Jan 2009 05:00:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5517) Rich:columns
cannot be used without facelet
Message-ID: <10475490.1231149654580.JavaMail.jira@cloud.prod.atl2.jboss.com>
Rich:columns cannot be used without facelet
-------------------------------------------
Key: RF-5517
URL: https://jira.jboss.org/jira/browse/RF-5517
Project: RichFaces
Issue Type: Bug
Components: planning_all
Reporter: Andrei Markavtsov
Assignee: Andrei Markavtsov
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Mon Jan 5 05:03:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Mon, 5 Jan 2009 05:03:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5517)
Rich:columns cannot be used without facelet
In-Reply-To: <10475490.1231149654580.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11144608.1231149784486.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5517 started by Andrei Markavtsov.
> Rich:columns cannot be used without facelet
> -------------------------------------------
>
> Key: RF-5517
> URL: https://jira.jboss.org/jira/browse/RF-5517
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Reporter: Andrei Markavtsov
> Assignee: Andrei Markavtsov
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 05:06:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 05:06:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5518) ModalPanel:
incorrect view under Opera.
Message-ID: <20171895.1231150014582.JavaMail.jira@cloud.prod.atl2.jboss.com>
ModalPanel: incorrect view under Opera.
---------------------------------------
Key: RF-5518
URL: https://jira.jboss.org/jira/browse/RF-5518
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR1, Opera 9.62
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Attachments: 34.png
Open modalPanel page in richfaces-demo and show panel.
Result: see screen shot.
--
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
From jira-events at lists.jboss.org Mon Jan 5 05:06:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 05:06:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5518) ModalPanel:
incorrect view under Opera.
In-Reply-To: <20171895.1231150014582.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4067517.1231150014995.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5518:
-----------------------------------
Attachment: 34.png
> ModalPanel: incorrect view under Opera.
> ---------------------------------------
>
> Key: RF-5518
> URL: https://jira.jboss.org/jira/browse/RF-5518
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, Opera 9.62
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Attachments: 34.png
>
>
> Open modalPanel page in richfaces-demo and show panel.
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Mon Jan 5 05:19:54 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Mon, 5 Jan 2009 05:19:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5517) Rich:columns
cannot be used without facelet
In-Reply-To: <10475490.1231149654580.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18494219.1231150794524.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5517.
-----------------------------------
Resolution: Done
Assignee: Alexander Dubovsky (was: Andrei Markavtsov)
> Rich:columns cannot be used without facelet
> -------------------------------------------
>
> Key: RF-5517
> URL: https://jira.jboss.org/jira/browse/RF-5517
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Reporter: Andrei Markavtsov
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 05:38:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 05:38:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5519) Calendar problem
under IE6-7 if dir="rtl" for body tag.
Message-ID: <24713303.1231151934381.JavaMail.jira@cloud.prod.atl2.jboss.com>
Calendar problem under IE6-7 if dir="rtl" for body tag.
-------------------------------------------------------
Key: RF-5519
URL: https://jira.jboss.org/jira/browse/RF-5519
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR1, IE6-7
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Source:
# Open page under IE 6 or 7.
# Try to show calendar pop up.
Result: it is not shown.
# Repeate the same stepd after define direction="bottom-left" for calendar
Result: pop up appears, but in incorrect place.
--
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
From jira-events at lists.jboss.org Mon Jan 5 06:07:54 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Mon, 5 Jan 2009 06:07:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5300) columns: begin
attribute ignore
last columns, instead of earliest under facelets & seamApp
application(jsf1.2_10)
In-Reply-To: <18538598.1228911526755.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22095455.1231153674373.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5300.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> columns: begin attribute ignore last columns, instead of earliest under facelets & seamApp application(jsf1.2_10)
> -----------------------------------------------------------------------------------------------------------------
>
> Key: RF-5300
> URL: https://jira.jboss.org/jira/browse/RF-5300
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA3)
> Reporter: Mikhail Vitenkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> #1. Add rich:columns inside rich:dataTable following way:
>
> ... columns="#{columns.columns}" index="index" rowspan="#{columns.rowspan}" begin="#{columns.begin}" end="#{columns.end}" width="#{columns.width}" style="#{style.style}" styleClass="#{style.styleClass}"
> sortOrder="#{columns.orderings[index]}" sortBy="#{d1.str0}"
> filterBy="#{d1.str0}" selfSorted="true" sortable="true"
> filterValue="#{columns.filterValue[index]}" filterMethod="#{columns.filterMethod}">
>
>
>
>
> Link
>
>
>
>
> ...
> #2. Define data for columns and fill it:
> private ArrayList data2;
> for (int i = 0; i < length1; i++) {
> data2.add("data[" + i + "]");
> }
> getter & setter.
> #3. Set begin attribute to '2';
> #4. Navigate to page & verify columns' data.
> Actual behavior:
> The last colunm is ignored.
> Expected behavior:
> The first colunm is ignored.
--
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
From jira-events at lists.jboss.org Mon Jan 5 06:17:54 2009
From: jira-events at lists.jboss.org (Denis Morozov (JIRA))
Date: Mon, 5 Jan 2009 06:17:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-4813) actionparam not
working in rich:dataTable
In-Reply-To: <10397588.1225661960764.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32135852.1231154274390.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Denis Morozov resolved RF-4813.
-------------------------------
Resolution: Won't Fix
Assignee: Alexander Dubovsky (was: Denis Morozov)
richfaces guide says: "The extends , so the "name" attribute is mandatory "
> actionparam not working in rich:dataTable
> -----------------------------------------
>
> Key: RF-4813
> URL: https://jira.jboss.org/jira/browse/RF-4813
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 06:53:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 06:53:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4813) actionparam not
working in rich:dataTable
In-Reply-To: <10397588.1225661960764.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15163409.1231156434674.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4813.
----------------------------------
> actionparam not working in rich:dataTable
> -----------------------------------------
>
> Key: RF-4813
> URL: https://jira.jboss.org/jira/browse/RF-4813
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 07:07:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 07:07:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4518) Bug introduces on
suggestionbox when upgrading from 3.2.1 to 3.2.2
In-Reply-To: <32470516.1222097781389.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21610693.1231157274632.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4518.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> Bug introduces on suggestionbox when upgrading from 3.2.1 to 3.2.2
> ------------------------------------------------------------------
>
> Key: RF-4518
> URL: https://jira.jboss.org/jira/browse/RF-4518
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: JBoss 4.2.2 , Seam 2.0.2.SP1
> Reporter: Shervin Asgari
> Assignee: Alexander Dubovsky
> Attachments: correct_WithRichFaces_3_2_1.jpg, operaBug.png, pageSource.html, protected.zip, screenshot-1.jpg, screenshot-2.jpg, template_4level1.xhtml
>
>
> I have just upgraded to 3.2.2.GA from 3.2.1.GA and suddenly something is terribly wrong with my suggestionbox.
> It looks like it is a styling issue of some sort.
> Because combined it is correct.
> The suggestionbox lists all the elements withouth any styling, but however the styling appears on top left corner of the screen.
> And I cannot select.
> The code worked on 3.2.1
> Please see the forum link for more description on the code.
> There are other suggestionboxes we use in the same project and there it works correctly.
--
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
From jira-events at lists.jboss.org Mon Jan 5 07:19:56 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 07:19:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4329) rich:calendar in
modalPanel is cutoff
In-Reply-To: <7666000.1219953878702.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32464230.1231157996300.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4329.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> rich:calendar in modalPanel is cutoff
> -------------------------------------
>
> Key: RF-4329
> URL: https://jira.jboss.org/jira/browse/RF-4329
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: IE7/Firefox3
> Reporter: Michael Edwards
> Assignee: Alexander Dubovsky
>
> A rich:calendar in popup mode near the bottom of a modal will have the parts that extend past the modalPanel cut off. Let me know if you need a test case...
--
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
From jira-events at lists.jboss.org Mon Jan 5 07:27:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 07:27:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4982) rich:calendar
component styleClass
is applied on the table and not the actual input component
In-Reply-To: <18892713.1227093276660.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9588627.1231158474316.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4982.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> rich:calendar component styleClass is applied on the table and not the actual input component
> ---------------------------------------------------------------------------------------------
>
> Key: RF-4982
> URL: https://jira.jboss.org/jira/browse/RF-4982
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.2.0, 3.2.0.SR1, 3.2.1, 3.2.2
> Environment: Win XP, Linux Ubuntu 8.10, Jboss 4.2.2, JDK1.5 / JDK1.6 JSF1.2 RI (mojarra)
> Reporter: Mike
> Assignee: Alexander Dubovsky
>
> In case of a validation error we add a styleClass property (e.g. css-class 'failureMarker') on the relevant element (input, select etc.)
> Unfortunately the rich:calendar component added this property on the table of the calendar-popup, not at the input field as expected, see example:
> Section of the rendered html of a calendar component:
> Actual
> ...
>
> ...
>
>
>
>
>
> ...
> Expected
> ...
>
> ...
>
>
>
>
>
> ...
--
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
From jira-events at lists.jboss.org Mon Jan 5 07:38:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 07:38:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5210) Calendar: time
selected has not applied on server side in case of popup=false mode
In-Reply-To: <30877640.1228316797007.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7008946.1231159134378.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5210.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> Calendar: time selected has not applied on server side in case of popup=false mode
> ----------------------------------------------------------------------------------
>
> Key: RF-5210
> URL: https://jira.jboss.org/jira/browse/RF-5210
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Andrei Markavtsov
> Assignee: Alexander Dubovsky
> Priority: Critical
> Fix For: 3.3.0
>
>
> 1.Open calendar in popup=false mode;
> 2. Select time widthout date changing
> 3. Submit form.
> 4. Calendar shows old time.
--
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
From jira-events at lists.jboss.org Mon Jan 5 07:38:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 07:38:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-2835) Calendar control
sets the time in
the backing bean value only if you select first the time and after that the
date and not if otherwise.
In-Reply-To: <11495900.1206718660066.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16508298.1231159134821.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-2835.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> Calendar control sets the time in the backing bean value only if you select first the time and after that the date and not if otherwise.
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-2835
> URL: https://jira.jboss.org/jira/browse/RF-2835
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.1.4
> Environment: Jboss 4.2.2GA
> Reporter: Mario Balaban
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Attachments: testWeb.zip
>
> Original Estimate: 6 hours
> Remaining Estimate: 6 hours
>
> value="#{definitionManager.scheduledDate}" popup="false"
> datePattern="d/M/yy HH:mm" showApplyButton="true" >
>
>
> action="#{definitionManager.schedule}">
> onsubmit="new Effect.BlindUp($('mainForm:bubox'), {duration:.3});" />
>
> When you click on some date the selected date and time (12:00 and not the current) appears in the footer facet of the control. If you try to change the time the new value is rendered in the footer but is not set in the backing bean value when you click the "Submit" button, instead 12:00 is always set. Otherwise if you first select the time and only after that select the day and click the "Submit" button, the backing bean value have date and time correctly assigned.
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:00:54 2009
From: jira-events at lists.jboss.org (Alex Tserbo (JIRA))
Date: Mon, 5 Jan 2009 08:00:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5093) dataTable
sorting update
In-Reply-To: <14076608.1227708816875.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29854698.1231160454270.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alex Tserbo resolved RF-5093.
-----------------------------
Resolution: Incomplete Description
Assignee: Svetlana mukhina (was: Alex Tserbo)
Need more input info on this task.
> dataTable sorting update
> -------------------------
>
> Key: RF-5093
> URL: https://jira.jboss.org/jira/browse/RF-5093
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Svetlana mukhina
> Fix For: 3.3.0
>
>
> Update info on dataTable sorting
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:15:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 08:15:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3510) toolTip: JS API
doesn't work for toolTip, which doesn't contain parent component.
In-Reply-To: <8968944.1211464499947.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31114893.1231161354225.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-3510.
--------------------------------
Verified at last code snippet. 3.3.0.CR1
> toolTip: JS API doesn't work for toolTip, which doesn't contain parent component.
> ---------------------------------------------------------------------------------
>
> Key: RF-3510
> URL: https://jira.jboss.org/jira/browse/RF-3510
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE, FF, Safari, Opera(3.2.1.CR5)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
>
> Step 1. Add rich:toolTip on the page:
> hideDelay="#{tooltip.hideDelay}" showDelay="#{tooltip.showDelay}" layout="#{tooltip.layout}"
> horizontalOffset="#{tooltip.horizontalOffset}" verticalOffset="#{tooltip.verticalOffset}" followMouse="#{tooltip.followMouse}"
> direction="#{tooltip.direction}" disabled="#{tooltip.disabled}" rendered="#{tooltip.rendered}"
> event="#{tooltip.event}" onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" onhide="#{event.onhide}" onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}" onshow="#{event.onshow}">
>
> Link
>
> Step 2. Add "show" JS API functionality:
>
> Step 3. Click on "show" ajax link.
> Actual behavior:
> toolTip doesn't appear.
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:37:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:37:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5368) Create basic
use-cases for realworld demo
In-Reply-To: <11990052.1229092959598.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22941972.1231162675079.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5368.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Andrey Markhel)
> Create basic use-cases for realworld demo
> -----------------------------------------
>
> Key: RF-5368
> URL: https://jira.jboss.org/jira/browse/RF-5368
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Time Spent: 1 day
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:37:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:37:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5369) Refactor code
In-Reply-To: <27585974.1229092959785.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13512166.1231162675369.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5369.
---------------------------------
> Refactor code
> -------------
>
> Key: RF-5369
> URL: https://jira.jboss.org/jira/browse/RF-5369
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Andrey Markhel
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Time Spent: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:37:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:37:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5370)
Internationalisation of real-world demo
In-Reply-To: <14689256.1229093076591.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23017177.1231162675685.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5370.
---------------------------------
> Internationalisation of real-world demo
> ---------------------------------------
>
> Key: RF-5370
> URL: https://jira.jboss.org/jira/browse/RF-5370
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Andrey Markhel
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Time Spent: 1 day
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:37:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:37:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5371) Add exception
handling
In-Reply-To: <11697187.1229093076737.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31364803.1231162675977.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5371.
---------------------------------
> Add exception handling
> ----------------------
>
> Key: RF-5371
> URL: https://jira.jboss.org/jira/browse/RF-5371
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Andrey Markhel
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Time Spent: 1 day
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:37:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:37:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5378) Fix tabPanel.js
error
In-Reply-To: <14746518.1229108916630.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8771532.1231162676382.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5378.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Wesley Hales)
> Fix tabPanel.js error
> ---------------------
>
> Key: RF-5378
> URL: https://jira.jboss.org/jira/browse/RF-5378
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.2.2
> Reporter: Wesley Hales
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Add simple try catch for tabPanel.js in multiple portlets
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:37:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:37:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5445) add more detailed
JUnit tests for the UISuggestionBox
In-Reply-To: <19379221.1229783814335.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16585871.1231162676947.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5445.
---------------------------------
> add more detailed JUnit tests for the UISuggestionBox
> -----------------------------------------------------
>
> Key: RF-5445
> URL: https://jira.jboss.org/jira/browse/RF-5445
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 4 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:37:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:37:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5446) Refactor code
3-rd phase
In-Reply-To: <2777712.1229785255517.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20371396.1231162677286.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5446.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Andrey Markhel)
> Refactor code 3-rd phase
> ------------------------
>
> Key: RF-5446
> URL: https://jira.jboss.org/jira/browse/RF-5446
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Time Spent: 2 days, 4 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:39:59 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:39:59 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5486) Correct
testSelectDateComponent method
In-Reply-To: <4509188.1230558295091.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25748731.1231162799980.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5486.
---------------------------------
> Correct testSelectDateComponent method
> --------------------------------------
>
> Key: RF-5486
> URL: https://jira.jboss.org/jira/browse/RF-5486
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:40:00 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:40:00 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5487) Correct
testResetTimeOnDateSelect method
In-Reply-To: <27898332.1230558295739.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23877686.1231162800410.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5487.
---------------------------------
> Correct testResetTimeOnDateSelect method
> ----------------------------------------
>
> Key: RF-5487
> URL: https://jira.jboss.org/jira/browse/RF-5487
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:40:01 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:40:01 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5488) Correct
testCalendarComponent method
In-Reply-To: <6380713.1230558425622.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23593600.1231162801055.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5488.
---------------------------------
> Correct testCalendarComponent method
> ------------------------------------
>
> Key: RF-5488
> URL: https://jira.jboss.org/jira/browse/RF-5488
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:40:01 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:40:01 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5491) Correct
testTodayControlMode method
In-Reply-To: <11853.1230558427244.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21500012.1231162801846.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5491.
---------------------------------
> Correct testTodayControlMode method
> -----------------------------------
>
> Key: RF-5491
> URL: https://jira.jboss.org/jira/browse/RF-5491
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:40:02 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:40:02 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5495) Correct
testFirstWeekDay method
In-Reply-To: <20450069.1230558654737.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31677642.1231162802263.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5495.
---------------------------------
> Correct testFirstWeekDay method
> -------------------------------
>
> Key: RF-5495
> URL: https://jira.jboss.org/jira/browse/RF-5495
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:40:02 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:40:02 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5496) Correct
testDatePatternPopupMode method
In-Reply-To: <28628931.1230558774283.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9236478.1231162802557.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5496.
---------------------------------
> Correct testDatePatternPopupMode method
> ---------------------------------------
>
> Key: RF-5496
> URL: https://jira.jboss.org/jira/browse/RF-5496
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:41:55 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 08:41:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-3442) pickList:
horizontal scroll appears after vertical scroll appearense under IE.
In-Reply-To: <25039622.1210950802547.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <213436.1231162915090.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov reopened RF-3442:
----------------------------------
Assignee: Nick Belaevski (was: Mikhail Vitenkov)
Still reproducible at 3.3.0.CR1
> pickList: horizontal scroll appears after vertical scroll appearense under IE.
> ------------------------------------------------------------------------------
>
> Key: RF-3442
> URL: https://jira.jboss.org/jira/browse/RF-3442
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE6, IE7
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: pickListIE.png
>
>
> Step 1. Navigate to live demo - Rich Selects - Pick List;
> Step 2. Verify horizontal scroll for the 2nd example on the page.
> Actual behavior:
> Horizontal scroll is present. See attached mock up.
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:45:59 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Mon, 5 Jan 2009 08:45:59 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5448) rich:column -
sortExpression attribute isn't deprecated
In-Reply-To: <1866432.1229788914469.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8065918.1231163159958.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Svetlana mukhina reassigned RF-5448:
------------------------------------
Assignee: Catherine Luts (was: Svetlana mukhina)
> rich:column - sortExpression attribute isn't deprecated
> -------------------------------------------------------
>
> Key: RF-5448
> URL: https://jira.jboss.org/jira/browse/RF-5448
> Project: RichFaces
> Issue Type: Bug
> Components: doc
> Affects Versions: 3.3.0
> Reporter: Gleb Galkin
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
> The sortExpression attribute isn't deprecated for rich:column because it is used with rich:scrollableDataTable. Actually the whole section about Sorting should be verified.
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:47:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 08:47:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3372) fileUpload:
java.lang.NumberFormatException take palce in case user upload file with
such name: &.txt
In-Reply-To: <26540853.1210250820810.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20224309.1231163274234.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-3372.
--------------------------------
Verified at 3.3.0.CR1
> fileUpload: java.lang.NumberFormatException take palce in case user upload file with such name: &.txt
> --------------------------------------------------------------------------------------------------------
>
> Key: RF-3372
> URL: https://jira.jboss.org/jira/browse/RF-3372
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE,FF,Opera, Safari(3.2.1.CR3)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Fix For: Future
>
>
> Create "&" txt file & upload it through the rich:fileUpload component.
> Actual behavior:
> File is uploaded, but following exception take place:
> SEVERE: Servlet.service() for servlet Faces Servlet threw exception
> java.lang.NumberFormatException: For input string: "amp.txt"
> at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
> at java.lang.Integer.parseInt(Integer.java:447)
> at java.lang.Integer.parseInt(Integer.java:497)
> at org.ajax4jsf.request.MultipartRequest.decodeFileName(MultipartRequest.java:300)
> at org.ajax4jsf.request.MultipartRequest.parseFileName(MultipartRequest.java:561)
> at org.ajax4jsf.request.MultipartRequest.parseParams(MultipartRequest.java:550)
> at org.ajax4jsf.request.MultipartRequest.parseRequest(MultipartRequest.java:368)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:330)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:493)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Thread.java:619)
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:49:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 08:49:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5520) Calendar:
problem with direction attribute inside
Message-ID: <1467557.1231163394329.JavaMail.jira@cloud.prod.atl2.jboss.com>
Calendar: problem with direction attribute inside
------------------------------------------------------------------
Key: RF-5520
URL: https://jira.jboss.org/jira/browse/RF-5520
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR1, IE6-7
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Code:
# Open page in IE6 or 7
# Click calendar button several times
Result: pop up is opened to the left and to the right serially.
# Define direction="auto" on page.
# Try to show pop up again
Result: JS Error on page, pop up is not opened.
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:54:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5521) fileUpload: in
case
allowFlash="true" or "auto", impossible to make component disabled through
disabled="true"
Message-ID: <10925275.1231163644728.JavaMail.jira@cloud.prod.atl2.jboss.com>
fileUpload: in case allowFlash="true" or "auto", impossible to make component disabled through disabled="true"
--------------------------------------------------------------------------------------------------------------
Key: RF-5521
URL: https://jira.jboss.org/jira/browse/RF-5521
Project: RichFaces
Issue Type: Task
Components: QA-environment
Affects Versions: 3.3.0
Reporter: Tsikhon Kuprevich
Assignee: Mikhail Vitenkov
Fix For: 3.3.0
see the related issue https://jira.jboss.org/jira/browse/RF-5462
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:55:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:55:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5462) Disabled Add
button allows browse files
In-Reply-To: <27000490.1230029634229.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24303538.1231163755000.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5462.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Disabled Add button allows browse files
> ---------------------------------------
>
> Key: RF-5462
> URL: https://jira.jboss.org/jira/browse/RF-5462
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Pavel Yaschenko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:55:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:55:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5521) fileUpload: in
case
allowFlash="true" or "auto", impossible to make component disabled through
disabled="true"
In-Reply-To: <10925275.1231163644728.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2110154.1231163756510.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5521.
---------------------------------
Resolution: Rejected
> fileUpload: in case allowFlash="true" or "auto", impossible to make component disabled through disabled="true"
> --------------------------------------------------------------------------------------------------------------
>
> Key: RF-5521
> URL: https://jira.jboss.org/jira/browse/RF-5521
> Project: RichFaces
> Issue Type: Task
> Components: QA-environment
> Affects Versions: 3.3.0
> Reporter: Tsikhon Kuprevich
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
>
> see the related issue https://jira.jboss.org/jira/browse/RF-5462
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:55:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:55:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5521) fileUpload: in
case
allowFlash="true" or "auto", impossible to make component disabled through
disabled="true"
In-Reply-To: <10925275.1231163644728.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16795919.1231163757103.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-5521:
-------------------------------------
Assignee: Tsikhon Kuprevich (was: Mikhail Vitenkov)
> fileUpload: in case allowFlash="true" or "auto", impossible to make component disabled through disabled="true"
> --------------------------------------------------------------------------------------------------------------
>
> Key: RF-5521
> URL: https://jira.jboss.org/jira/browse/RF-5521
> Project: RichFaces
> Issue Type: Task
> Components: QA-environment
> Affects Versions: 3.3.0
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> see the related issue https://jira.jboss.org/jira/browse/RF-5462
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:57:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:57:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5316) component with
limitToList = true skips ajaxRendered areas update
In-Reply-To: <5933333.1228926277189.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30202960.1231163874524.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5316.
---------------------------------
> component with limitToList = true skips ajaxRendered areas update
> ------------------------------------------------------------------
>
> Key: RF-5316
> URL: https://jira.jboss.org/jira/browse/RF-5316
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 4 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:57:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:57:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5317) onsubmit event
fires on component
activation then oncomplete with proper request data
In-Reply-To: <22218052.1228926277331.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3898301.1231163875158.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5317.
---------------------------------
> onsubmit event fires on component activation then oncomplete with proper request data
> --------------------------------------------------------------------------------------
>
> Key: RF-5317
> URL: https://jira.jboss.org/jira/browse/RF-5317
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 4 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:58:00 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:58:00 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5321) Check that
renderIfSinglePage works correctly
In-Reply-To: <2406493.1228929936651.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10768635.1231163880707.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5321.
---------------------------------
> Check that renderIfSinglePage works correctly
> ---------------------------------------------
>
> Key: RF-5321
> URL: https://jira.jboss.org/jira/browse/RF-5321
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrei Markavtsov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 4 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:59:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:59:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5343) Check facets of
the component:
"header", "footer", "optionalHeader", "optionalFooter", "weekNumber" and
""weekDay""
In-Reply-To: <33364546.1229013217568.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28693886.1231163996264.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5343.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Check facets of the component: "header", "footer", "optionalHeader", "optionalFooter", "weekNumber" and ""weekDay""
> --------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5343
> URL: https://jira.jboss.org/jira/browse/RF-5343
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:59:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:59:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5345) Check "locale"
attribute
In-Reply-To: <25512691.1229013340229.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20102226.1231163997070.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5345.
---------------------------------
> Check "locale" attribute
> -------------------------
>
> Key: RF-5345
> URL: https://jira.jboss.org/jira/browse/RF-5345
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:59:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:59:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5346) Check
"jointPoint" and "direction" attributes
In-Reply-To: <28445060.1229013340779.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7683343.1231163997746.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5346.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Check "jointPoint" and "direction" attributes
> ----------------------------------------------
>
> Key: RF-5346
> URL: https://jira.jboss.org/jira/browse/RF-5346
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:59:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:59:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5347) Check
"defaultTime" and "resetTimeOnDateSelect" attributes
In-Reply-To: <1193295.1229013341804.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24863394.1231163998011.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5347.
---------------------------------
> Check "defaultTime" and "resetTimeOnDateSelect" attributes
> -----------------------------------------------------------
>
> Key: RF-5347
> URL: https://jira.jboss.org/jira/browse/RF-5347
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:59:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:59:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5348) Check
"enableManualInput" attribute
In-Reply-To: <26881626.1229013456937.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20964050.1231163998545.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5348.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Check "enableManualInput" attribute
> ------------------------------------
>
> Key: RF-5348
> URL: https://jira.jboss.org/jira/browse/RF-5348
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 08:59:59 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 08:59:59 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5349) Check
"boundaryDatesMode" attribute
In-Reply-To: <25586400.1229013457641.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11887797.1231163999971.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5349.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Check "boundaryDatesMode" attribute
> ------------------------------------
>
> Key: RF-5349
> URL: https://jira.jboss.org/jira/browse/RF-5349
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:00:00 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:00:00 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5350) Check "cellWidth"
and "cellHeight" attributes
In-Reply-To: <20551147.1229013457996.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19112613.1231164000727.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5350.
---------------------------------
> Check "cellWidth" and "cellHeight" attributes
> ----------------------------------------------
>
> Key: RF-5350
> URL: https://jira.jboss.org/jira/browse/RF-5350
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:00:02 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:00:02 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5351) Check "disabled"
attribute
In-Reply-To: <10431546.1229013576614.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22613190.1231164002582.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5351.
---------------------------------
> Check "disabled" attribute
> ---------------------------
>
> Key: RF-5351
> URL: https://jira.jboss.org/jira/browse/RF-5351
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:00:03 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:00:03 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5352) Check
"firstWeekDay" attribute
In-Reply-To: <20677197.1229013576743.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6256698.1231164003393.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5352.
---------------------------------
> Check "firstWeekDay" attribute
> -------------------------------
>
> Key: RF-5352
> URL: https://jira.jboss.org/jira/browse/RF-5352
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:01:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5309) Respective number
of columns, header dimensions
In-Reply-To: <4712127.1228918656988.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16673600.1231164115221.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5309.
---------------------------------
> Respective number of columns, header dimensions
> -----------------------------------------------
>
> Key: RF-5309
> URL: https://jira.jboss.org/jira/browse/RF-5309
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:01:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5306) Datascroller
inside dataTable facet
is correctly updated together with table on scroll
In-Reply-To: <1470255.1228914518556.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27491773.1231164115682.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5306.
---------------------------------
> Datascroller inside dataTable facet is correctly updated together with table on scroll
> --------------------------------------------------------------------------------------
>
> Key: RF-5306
> URL: https://jira.jboss.org/jira/browse/RF-5306
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrei Markavtsov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 4 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:01:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5305) The same with
shared page binding
In-Reply-To: <15805814.1228914518413.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20555485.1231164116193.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5305.
---------------------------------
> The same with shared page binding
> ---------------------------------
>
> Key: RF-5305
> URL: https://jira.jboss.org/jira/browse/RF-5305
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrei Markavtsov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:01:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5304) Paired scrollers
function correctly
In-Reply-To: <30605808.1228914517908.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25908633.1231164116749.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5304.
---------------------------------
> Paired scrollers function correctly
> -----------------------------------
>
> Key: RF-5304
> URL: https://jira.jboss.org/jira/browse/RF-5304
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrei Markavtsov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 6 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:01:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5302) globalOnly
attribute work
In-Reply-To: <21185727.1228914276536.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20402142.1231164117371.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5302.
---------------------------------
> globalOnly attribute work
> -------------------------
>
> Key: RF-5302
> URL: https://jira.jboss.org/jira/browse/RF-5302
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:01:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5280) queue wiki update
In-Reply-To: <2567925.1228820196482.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23456389.1231164117885.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5280.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> queue wiki update
> -----------------
>
> Key: RF-5280
> URL: https://jira.jboss.org/jira/browse/RF-5280
> Project: RichFaces
> Issue Type: Sub-task
> Components: docs updated
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:01:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5277) InPlaceInput and
InPlaceSelect chapters update
In-Reply-To: <5564916.1228761816591.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19290099.1231164118103.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5277.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Svetlana mukhina)
> InPlaceInput and InPlaceSelect chapters update
> ----------------------------------------------
>
> Key: RF-5277
> URL: https://jira.jboss.org/jira/browse/RF-5277
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> min/max width could be applied to In-place input & select in "view" mode also
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:01:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5273) Investigate and
fix encoding issues of ScriptUtils
In-Reply-To: <27385907.1228677096568.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25825545.1231164118355.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5273.
---------------------------------
> Investigate and fix encoding issues of ScriptUtils
> --------------------------------------------------
>
> Key: RF-5273
> URL: https://jira.jboss.org/jira/browse/RF-5273
> Project: RichFaces
> Issue Type: Task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:01:58 2009
From: jira-events at lists.jboss.org (bimlendu shekhar (JIRA))
Date: Mon, 5 Jan 2009 09:01:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5522) Model Panel
appears with a shadow
on its right when right to left rendering is used.
Message-ID: <2551005.1231164118511.JavaMail.jira@cloud.prod.atl2.jboss.com>
Model Panel appears with a shadow on its right when right to left rendering is used.
------------------------------------------------------------------------------------
Key: RF-5522
URL: https://jira.jboss.org/jira/browse/RF-5522
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: windows xp ,jboss 4.3,jsf application.
Reporter: bimlendu shekhar
Fix For: Wishes
When the dir attribute of the html tag is set to "rtl".The Model panel appears with a shadow on its right side.The jsp code
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@taglib uri="http://richfaces.org/rich" prefix="rich"%>
Show Modal Panel
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:05:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:05:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5260) create UI for
browse friends albums
In-Reply-To: <1235422.1228487807062.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1452593.1231164305593.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5260.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Andrey Markhel)
> create UI for browse friends albums
> -----------------------------------
>
> Key: RF-5260
> URL: https://jira.jboss.org/jira/browse/RF-5260
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Time Spent: 1 day
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:05:06 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:05:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5362)
editorSeam-sample: rewrite pom file
in order to allow the example to be loaded under tomcat by default.
In-Reply-To: <10773423.1229081496872.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6299985.1231164306390.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5362.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> editorSeam-sample: rewrite pom file in order to allow the example to be loaded under tomcat by default.
> -------------------------------------------------------------------------------------------------------
>
> Key: RF-5362
> URL: https://jira.jboss.org/jira/browse/RF-5362
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
> Original Estimate: 1 day, 2 hours
> Time Spent: 1 day, 2 hours
> Remaining Estimate: 0 minutes
>
> should be separate profiles for jboss and tomcat.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:05:06 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:05:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5323)
trimOverlaidElements = false allows
usage of popup elements in modal panel
In-Reply-To: <13542960.1228931988016.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29990054.1231164307191.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5323.
---------------------------------
> trimOverlaidElements = false allows usage of popup elements in modal panel
> --------------------------------------------------------------------------
>
> Key: RF-5323
> URL: https://jira.jboss.org/jira/browse/RF-5323
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrei Markavtsov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:05:07 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:05:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5315) component with
bypassUpdates = true skips update model values phase
In-Reply-To: <21890567.1228926157137.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19445299.1231164307793.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5315.
---------------------------------
> component with bypassUpdates = true skips update model values phase
> --------------------------------------------------------------------
>
> Key: RF-5315
> URL: https://jira.jboss.org/jira/browse/RF-5315
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 4 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:00 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:07:00 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5314) the same for
ajaxSingle = true
component for the case of external validation failure + process for
validation failed field - listeners and navigation do not work
In-Reply-To: <32629668.1228926052443.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21722315.1231164420680.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5314.
---------------------------------
> the same for ajaxSingle = true component for the case of external validation failure + process for validation failed field - listeners and navigation do not work
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5314
> URL: https://jira.jboss.org/jira/browse/RF-5314
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 4 hours
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:01 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Mon, 5 Jan 2009 09:07:01 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-5404)
RichFacesLiveDemo: Editor
component: cursor isn't displayed in the dialog window (FF2.0)
In-Reply-To: <9116936.1229445237294.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15518830.1231164421651.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky reopened RF-5404:
---------------------------------
Assignee: Nick Belaevski (was: Tatyana Romanovich)
please attach the link before resolving. Or close after fix.
> RichFacesLiveDemo: Editor component: cursor isn't displayed in the dialog window (FF2.0)
> ----------------------------------------------------------------------------------------
>
> Key: RF-5404
> URL: https://jira.jboss.org/jira/browse/RF-5404
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: FF 2.0.0.7
> Reporter: Tatyana Romanovich
> Assignee: Nick Belaevski
> Priority: Minor
>
> 1. Go to the demo application
> 2. Select Editor component
> 3. Call any dialog window (insert/edit anchor, insert/edit image, edit HTML source)
> 4. Try to input some text
> FAILURE: user can input text, navigate between symbols and controls, but cursor isn't displayed.
> NOTE: only for FF 2.0
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:01 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:07:01 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5259) create
Not-logged-in functionality
In-Reply-To: <11175043.1228487677201.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6344060.1231164421864.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5259.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Andrey Markhel)
> create Not-logged-in functionality
> ----------------------------------
>
> Key: RF-5259
> URL: https://jira.jboss.org/jira/browse/RF-5259
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Time Spent: 1 day
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:02 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:07:02 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5258) Create slideshow
functionality
In-Reply-To: <6170943.1228487676966.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <267675.1231164422307.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5258.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Andrey Markhel)
> Create slideshow functionality
> ------------------------------
>
> Key: RF-5258
> URL: https://jira.jboss.org/jira/browse/RF-5258
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:02 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:07:02 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5257) Create search
functionality for realworld demo
In-Reply-To: <20428380.1228487676836.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1176689.1231164422508.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5257.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Andrey Markhel)
> Create search functionality for realworld demo
> ----------------------------------------------
>
> Key: RF-5257
> URL: https://jira.jboss.org/jira/browse/RF-5257
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Andrey Markhel
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Time Spent: 2 days
> Remaining Estimate: 0 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:02 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:07:02 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5256) Check "label"
attribute
In-Reply-To: <16796.1228483236930.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13880376.1231164422820.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5256.
---------------------------------
> Check "label" attribute
> ------------------------
>
> Key: RF-5256
> URL: https://jira.jboss.org/jira/browse/RF-5256
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:03 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:07:03 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5255) Check "inputSize"
attribute
In-Reply-To: <16635751.1228483236791.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18095246.1231164424190.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5255.
---------------------------------
> Check "inputSize" attribute
> ----------------------------
>
> Key: RF-5255
> URL: https://jira.jboss.org/jira/browse/RF-5255
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:07:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5253) Check
button-related attributes:
"buttonLabel", "buttonIcon" and "buttonIconDisabled"; verify that
"buttonIcon" and "buttonIconDisabled" are ignored in case buttonLabel is
set
In-Reply-To: <7174708.1228483116814.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17415915.1231164424675.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5253.
---------------------------------
> Check button-related attributes: "buttonLabel", "buttonIcon" and "buttonIconDisabled"; verify that "buttonIcon" and "buttonIconDisabled" are ignored in case buttonLabel is set
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5253
> URL: https://jira.jboss.org/jira/browse/RF-5253
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:07:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5252) Check
"preloadDateRangeBegin" and
"preloadDateRangeEnd" attributes (only in client mode)
In-Reply-To: <24287537.1228482997956.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4953200.1231164425218.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5252.
---------------------------------
> Check "preloadDateRangeBegin" and "preloadDateRangeEnd" attributes (only in client mode)
> -----------------------------------------------------------------------------------------
>
> Key: RF-5252
> URL: https://jira.jboss.org/jira/browse/RF-5252
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:07:05 2009
From: jira-events at lists.jboss.org (bimlendu shekhar (JIRA))
Date: Mon, 5 Jan 2009 09:07:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5522) Model Panel
appears with a shadow
on its right when right to left rendering is used.
In-Reply-To: <2551005.1231164118511.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6824439.1231164425646.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
bimlendu shekhar updated RF-5522:
---------------------------------
Attachment: screenshot-1.jpg
I have picked up the code from richfaces live demo to demonstarate model panel.I am using right to left rendering of this page by setting the dir attribute of the page to "rtl".
> Model Panel appears with a shadow on its right when right to left rendering is used.
> ------------------------------------------------------------------------------------
>
> Key: RF-5522
> URL: https://jira.jboss.org/jira/browse/RF-5522
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: windows xp ,jboss 4.3,jsf application.
> Reporter: bimlendu shekhar
> Fix For: Wishes
>
> Attachments: screenshot-1.jpg
>
>
> When the dir attribute of the html tag is set to "rtl".The Model panel appears with a shadow on its right side.The jsp code
> <%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
> <%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
> <%@taglib uri="http://richfaces.org/rich" prefix="rich"%>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Show Modal Panel
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:10:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 09:10:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-3348) fileUpload: in
case
disabled="true" when mouse pointer is over "Add" control - "Add" controll
have wrong style to display.
In-Reply-To: <5775486.1209830418358.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30050238.1231164654357.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov reopened RF-3348:
----------------------------------
Reproducible in test-application under 3.3.0.CR1 shapshot. See attached screenshot.
> fileUpload: in case disabled="true" when mouse pointer is over "Add" control - "Add" controll have wrong style to display.
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-3348
> URL: https://jira.jboss.org/jira/browse/RF-3348
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Priority: Minor
> Fix For: Future
>
>
> Step 1. Make disabled="true"
> Step 2. Mouse over "Add" controll
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5504) Queue demo:
remove delay in action
In-Reply-To: <28985531.1230676255241.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6320815.1231164775474.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5504.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> Queue demo: remove delay in action
> ----------------------------------
>
> Key: RF-5504
> URL: https://jira.jboss.org/jira/browse/RF-5504
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> http://livedemo.exadel.com/richfaces-demo-3.3.0.CR1/richfaces/queue.jsf?tab=queueSettings - Thread.sleep in action should be removed from this demo
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:55 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 09:12:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3348) fileUpload: in
case disabled="true"
when mouse pointer is over "Add" control - "Add" controll have wrong style
to display.
In-Reply-To: <5775486.1209830418358.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6004504.1231164775745.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-3348:
---------------------------------
Attachment: fileUploadHoveredDisAddButtonIE.png
> fileUpload: in case disabled="true" when mouse pointer is over "Add" control - "Add" controll have wrong style to display.
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-3348
> URL: https://jira.jboss.org/jira/browse/RF-3348
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Priority: Minor
> Fix For: Future
>
> Attachments: fileUploadHoveredDisAddButtonIE.png
>
>
> Step 1. Make disabled="true"
> Step 2. Mouse over "Add" controll
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5481) Refactor Editor
component code after code review
In-Reply-To: <33001955.1230556554498.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1904799.1231164776423.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5481.
---------------------------------
> Refactor Editor component code after code review
> ------------------------------------------------
>
> Key: RF-5481
> URL: https://jira.jboss.org/jira/browse/RF-5481
> Project: RichFaces
> Issue Type: Task
> Components: planning_all
> Reporter: Alexandr Levkovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 4 hours
> Remaining Estimate: 0 minutes
>
> Refactor Editor component code after code review.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5475) Update cookbook
wiki article
In-Reply-To: <26813087.1230466736788.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19525112.1231164777067.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5475.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Svetlana mukhina)
> Update cookbook wiki article
> ----------------------------
>
> Key: RF-5475
> URL: https://jira.jboss.org/jira/browse/RF-5475
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Cookbook links are invalid: http://www.jboss.org/community/docs/DOC-11852 , please correct them
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5473) Selects demo: add
converter
In-Reply-To: <25952257.1230213834378.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28793924.1231164777602.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5473.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> Selects demo: add converter
> ---------------------------
>
> Key: RF-5473
> URL: https://jira.jboss.org/jira/browse/RF-5473
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Priority: Minor
> Fix For: 3.3.0
>
>
> Log message appears when navigate to orderingList demo page:
> 2008-12-25 15:54:35.04:/richfaces-demo:INFO: Converter for component [j_id259:j
> _id260] cannot be discovered, so default implementation of converter will be use
> d. Component items will be converted to String on decoding.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5251) Check "required"
& "requiredMessage" attributes.
In-Reply-To: <23162046.1228482997644.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2114772.1231164777850.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5251.
---------------------------------
> Check "required" & "requiredMessage" attributes.
> -------------------------------------------------
>
> Key: RF-5251
> URL: https://jira.jboss.org/jira/browse/RF-5251
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5250) Check
"todayControlMode" attribute
(all 3 variants - hidden, select and scroll)
In-Reply-To: <15883282.1228482997365.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28932771.1231164778155.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5250.
---------------------------------
> Check "todayControlMode" attribute (all 3 variants - hidden, select and scroll)
> --------------------------------------------------------------------------------
>
> Key: RF-5250
> URL: https://jira.jboss.org/jira/browse/RF-5250
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:58 -0500 (EST)
Subject: [richfaces-issues]
[JBoss JIRA] Closed: (RF-5238) style and classes, standard HTML
attributes are output to client
In-Reply-To: <32920556.1228409267668.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24854771.1231164778356.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5238.
---------------------------------
> style and classes, standard HTML attributes are output to client
> -----------------------------------------------------------------
>
> Key: RF-5238
> URL: https://jira.jboss.org/jira/browse/RF-5238
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5237) Check "rendered"
attribute
In-Reply-To: <20178325.1228409267519.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16394522.1231164778572.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5237.
---------------------------------
> Check "rendered" attribute
> --------------------------
>
> Key: RF-5237
> URL: https://jira.jboss.org/jira/browse/RF-5237
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5236) Verify that
events attributes work as should
In-Reply-To: <2989832.1228409138572.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26727835.1231164779010.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5236.
---------------------------------
> Verify that events attributes work as should
> ---------------------------------------------
>
> Key: RF-5236
> URL: https://jira.jboss.org/jira/browse/RF-5236
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:12:59 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:12:59 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5235) Check JS API (14
functions)
In-Reply-To: <19631617.1228409138454.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19125428.1231164779594.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5235.
---------------------------------
> Check JS API (14 functions)
> ----------------------------
>
> Key: RF-5235
> URL: https://jira.jboss.org/jira/browse/RF-5235
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:13:00 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:13:00 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5234) check
internationalization
In-Reply-To: <33142883.1228409138313.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30668156.1231164780101.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5234.
---------------------------------
> check internationalization
> ---------------------------
>
> Key: RF-5234
> URL: https://jira.jboss.org/jira/browse/RF-5234
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:13:00 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:13:00 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5233) Check "reRender"
and "limitToList" attributes
In-Reply-To: <11014373.1228409137581.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25641629.1231164780642.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5233.
---------------------------------
> Check "reRender" and "limitToList" attributes
> ----------------------------------------------
>
> Key: RF-5233
> URL: https://jira.jboss.org/jira/browse/RF-5233
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:13:01 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:13:01 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5232) Check "converter"
attribute.
In-Reply-To: <16442422.1228409137452.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3585525.1231164781252.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5232.
---------------------------------
> Check "converter" attribute.
> ------------------------------
>
> Key: RF-5232
> URL: https://jira.jboss.org/jira/browse/RF-5232
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:13:01 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:13:01 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5231) Check component
validation. Specific
validator defined in "validator" attribute should be triggered. Verify
"validatorMessage" attribute
In-Reply-To: <1917756.1228409136870.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1949069.1231164781756.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5231.
---------------------------------
> Check component validation. Specific validator defined in "validator" attribute should be triggered. Verify "validatorMessage" attribute
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5231
> URL: https://jira.jboss.org/jira/browse/RF-5231
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:13:02 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:13:02 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5230) Check "immediate"
attribute
In-Reply-To: <19438673.1228409017198.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11899796.1231164782029.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5230.
---------------------------------
> Check "immediate" attribute
> ----------------------------
>
> Key: RF-5230
> URL: https://jira.jboss.org/jira/browse/RF-5230
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:13:02 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:13:02 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5229) Check
"ajaxSingle" and "process" attributes
In-Reply-To: <6121840.1228409017069.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18288508.1231164782236.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5229.
---------------------------------
> Check "ajaxSingle" and "process" attributes
> --------------------------------------------
>
> Key: RF-5229
> URL: https://jira.jboss.org/jira/browse/RF-5229
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:16:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 09:16:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3283) fileUpload:
'clear' JS API doesn't work.
In-Reply-To: <24383169.1209396678967.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23091305.1231165014397.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-3283.
--------------------------------
Verified at 3.3.0.CR1
> fileUpload: 'clear' JS API doesn't work.
> ----------------------------------------
>
> Key: RF-3283
> URL: https://jira.jboss.org/jira/browse/RF-3283
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE, FF, Safari, Opera
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Attachments: fileUploadClearJSA_PI.png
>
>
> Use code like this:
>
> Where FileUploadSubviewID - f:subview; fileUploadID - rich:fileUpload component's id.
> For more information see attached mock up.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:16:54 2009
From: jira-events at lists.jboss.org (bimlendu shekhar (JIRA))
Date: Mon, 5 Jan 2009 09:16:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5522) Model Panel
appears with a shadow
on its right when right to left rendering is used.
In-Reply-To: <2551005.1231164118511.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30427840.1231165014574.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
bimlendu shekhar updated RF-5522:
---------------------------------
Attachment: rtl.jsp
The jsp with
> Model Panel appears with a shadow on its right when right to left rendering is used.
> ------------------------------------------------------------------------------------
>
> Key: RF-5522
> URL: https://jira.jboss.org/jira/browse/RF-5522
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: windows xp ,jboss 4.3,jsf application.
> Reporter: bimlendu shekhar
> Fix For: Wishes
>
> Attachments: rtl.jsp, screenshot-1.jpg
>
>
> When the dir attribute of the html tag is set to "rtl".The Model panel appears with a shadow on its right side.The jsp code
> <%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
> <%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
> <%@taglib uri="http://richfaces.org/rich" prefix="rich"%>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Show Modal Panel
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:18:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:18:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5228) Check that if
"dataModel=null",
data requests are not sent. In this case the submission mode is equal to
the "client".
In-Reply-To: <25056506.1228409016896.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16402841.1231165134323.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5228.
---------------------------------
> Check that if "dataModel=null", data requests are not sent. In this case the submission mode is equal to the "client".
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5228
> URL: https://jira.jboss.org/jira/browse/RF-5228
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5164) 3.3.0.BETA2
In-Reply-To: <18683692.1227889596687.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24871864.1231165254988.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5164.
---------------------------------
> 3.3.0.BETA2
> -----------
>
> Key: RF-5164
> URL: https://jira.jboss.org/jira/browse/RF-5164
> Project: RichFaces
> Issue Type: Release
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Build 3.3.0.BETA2 Release
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5146) demo-site sample
In-Reply-To: <17353967.1227884136702.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15978491.1231165255361.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5146.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> demo-site sample
> ----------------
>
> Key: RF-5146
> URL: https://jira.jboss.org/jira/browse/RF-5146
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5144) demosite-sample
In-Reply-To: <3393565.1227884016706.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27771757.1231165255632.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5144.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> demosite-sample
> ---------------
>
> Key: RF-5144
> URL: https://jira.jboss.org/jira/browse/RF-5144
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.0.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:55 -0500 (EST)
Subject: [richfaces-issues]
[JBoss JIRA] Closed: (RF-5133) style and classes, standard HTML
attributes are output to client
In-Reply-To: <23966458.1227877656687.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21735992.1231165255891.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5133.
---------------------------------
> style and classes, standard HTML attributes are output to client
> ----------------------------------------------------------------
>
> Key: RF-5133
> URL: https://jira.jboss.org/jira/browse/RF-5133
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 5 hours
> Remaining Estimate: 5 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5132) showDetail and
showSummary attributes work
In-Reply-To: <17936977.1227877536918.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18924837.1231165256624.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5132.
---------------------------------
> showDetail and showSummary attributes work
> ------------------------------------------
>
> Key: RF-5132
> URL: https://jira.jboss.org/jira/browse/RF-5132
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 7 hours
> Remaining Estimate: 7 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5131) level selects
message of respective level
In-Reply-To: <3079596.1227877416581.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4129794.1231165257114.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5131.
---------------------------------
> level selects message of respective level
> -----------------------------------------
>
> Key: RF-5131
> URL: https://jira.jboss.org/jira/browse/RF-5131
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5130) component with
rendered = false is not present on the page
In-Reply-To: <7053740.1227876937100.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13389371.1231165257486.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5130.
---------------------------------
> component with rendered = false is not present on the page
> ----------------------------------------------------------
>
> Key: RF-5130
> URL: https://jira.jboss.org/jira/browse/RF-5130
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5128) component outputs
messages for a single component identified by "for" attribute only
In-Reply-To: <19331236.1227876817409.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9163933.1231165257807.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5128.
---------------------------------
> component outputs messages for a single component identified by "for" attribute only
> ------------------------------------------------------------------------------------
>
> Key: RF-5128
> URL: https://jira.jboss.org/jira/browse/RF-5128
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 7 hours
> Remaining Estimate: 7 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:20:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:20:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5127) component output
all messages by ajax request
In-Reply-To: <16283351.1227876697337.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14551592.1231165258073.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5127.
---------------------------------
> component output all messages by ajax request
> ---------------------------------------------
>
> Key: RF-5127
> URL: https://jira.jboss.org/jira/browse/RF-5127
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 7 hours
> Time Spent: 6 hours
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:22:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 09:22:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3197)
scrollableDataTable: incorrect view
of component take place after ajax submit under Safari browser only.
In-Reply-To: <11957259.1208888870618.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9177243.1231165374195.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-3197.
--------------------------------
Verified at 3.3.0.CR1
> scrollableDataTable: incorrect view of component take place after ajax submit under Safari browser only.
> --------------------------------------------------------------------------------------------------------
>
> Key: RF-3197
> URL: https://jira.jboss.org/jira/browse/RF-3197
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.5
> Environment: Safari
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Attachments: scrollableDataTableAjaxSubmit.png
>
>
> For more information see attached scrollableDataTableAjaxSubmit.png
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:28:54 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 09:28:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5510) inplaceSelect
visual display stuck in edit mode (doesn't re-draw itself)
In-Reply-To: <12675980.1230760134347.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1098514.1231165734896.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich resolved RF-5510.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Cannot Reproduce Bug
> inplaceSelect visual display stuck in edit mode (doesn't re-draw itself)
> ------------------------------------------------------------------------
>
> Key: RF-5510
> URL: https://jira.jboss.org/jira/browse/RF-5510
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, Seam 3.2.1 w/upgraded Richfaces 3.3.0.CR1, facelets, JDK 1.6
> Reporter: Greg Zoller
> Assignee: Anton Belevich
> Fix For: 3.3.0
>
>
> When using any rich:inplaceSelect widget the view state initially renders. I then click on the widget to drop the selection list down. Of course this triggers the edit mode and visualization. But after I select an option the drop-down list disappears but the value field does not re-draw itself in a view-mode rendering, but rather stays drawn in the edit mode rendering (yellow background w/little arrow on the right).
> If I re-render the widget manually it seems to behave fine, but before I didn't have to do this. The widget took care of this itself.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:28:55 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 09:28:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5510) inplaceSelect
visual display stuck in edit mode (doesn't re-draw itself)
In-Reply-To: <12675980.1230760134347.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9819272.1231165735190.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444509#action_12444509 ]
Anton Belevich commented on RF-5510:
------------------------------------
can't reproduce with the latest snapshot
> inplaceSelect visual display stuck in edit mode (doesn't re-draw itself)
> ------------------------------------------------------------------------
>
> Key: RF-5510
> URL: https://jira.jboss.org/jira/browse/RF-5510
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, Seam 3.2.1 w/upgraded Richfaces 3.3.0.CR1, facelets, JDK 1.6
> Reporter: Greg Zoller
> Assignee: Anton Belevich
> Fix For: 3.3.0
>
>
> When using any rich:inplaceSelect widget the view state initially renders. I then click on the widget to drop the selection list down. Of course this triggers the edit mode and visualization. But after I select an option the drop-down list disappears but the value field does not re-draw itself in a view-mode rendering, but rather stays drawn in the edit mode rendering (yellow background w/little arrow on the right).
> If I re-render the widget manually it seems to behave fine, but before I didn't have to do this. The widget took care of this itself.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:30:54 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 09:30:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5511) inplaceSelect
with a4j:support not sending values to backing bean
In-Reply-To: <7977000.1230762294320.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <617349.1231165854685.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich resolved RF-5511.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Cannot Reproduce Bug
can't reproduce with the latest snapshot
> inplaceSelect with a4j:support not sending values to backing bean
> -----------------------------------------------------------------
>
> Key: RF-5511
> URL: https://jira.jboss.org/jira/browse/RF-5511
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, JDK 1.6, Seam 2.1.0 w/Richfaces 3.3.0.CR1, Firefox 3, and IE7
> Reporter: Greg Zoller
> Assignee: Anton Belevich
> Fix For: 3.3.0
>
>
> See code below. This worked until this latest 3.3.0.CR1 release.
> When a value is selected the setter (foo.setHey()) is not called. Although this worked with a4j:support event=onviewactivated before, I've also tried with onchange but the result is the same.
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable"
> showValueInView="true">
>
>
>
> NOTE: This might be related to https://jira.jboss.org/jira/browse/RF-5510
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:30:54 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 09:30:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5510) inplaceSelect
visual display stuck in edit mode (doesn't re-draw itself)
In-Reply-To: <12675980.1230760134347.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32652891.1231165854947.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich reassigned RF-5510:
----------------------------------
Assignee: Alexander Dubovsky (was: Anton Belevich)
> inplaceSelect visual display stuck in edit mode (doesn't re-draw itself)
> ------------------------------------------------------------------------
>
> Key: RF-5510
> URL: https://jira.jboss.org/jira/browse/RF-5510
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, Seam 3.2.1 w/upgraded Richfaces 3.3.0.CR1, facelets, JDK 1.6
> Reporter: Greg Zoller
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
> When using any rich:inplaceSelect widget the view state initially renders. I then click on the widget to drop the selection list down. Of course this triggers the edit mode and visualization. But after I select an option the drop-down list disappears but the value field does not re-draw itself in a view-mode rendering, but rather stays drawn in the edit mode rendering (yellow background w/little arrow on the right).
> If I re-render the widget manually it seems to behave fine, but before I didn't have to do this. The widget took care of this itself.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:30:55 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 09:30:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5510) inplaceSelect
visual display stuck in edit mode (doesn't re-draw itself)
In-Reply-To: <12675980.1230760134347.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27529648.1231165855501.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich reassigned RF-5510:
----------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> inplaceSelect visual display stuck in edit mode (doesn't re-draw itself)
> ------------------------------------------------------------------------
>
> Key: RF-5510
> URL: https://jira.jboss.org/jira/browse/RF-5510
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, Seam 3.2.1 w/upgraded Richfaces 3.3.0.CR1, facelets, JDK 1.6
> Reporter: Greg Zoller
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> When using any rich:inplaceSelect widget the view state initially renders. I then click on the widget to drop the selection list down. Of course this triggers the edit mode and visualization. But after I select an option the drop-down list disappears but the value field does not re-draw itself in a view-mode rendering, but rather stays drawn in the edit mode rendering (yellow background w/little arrow on the right).
> If I re-render the widget manually it seems to behave fine, but before I didn't have to do this. The widget took care of this itself.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:30:55 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 09:30:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5511) inplaceSelect
with a4j:support not sending values to backing bean
In-Reply-To: <7977000.1230762294320.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5390349.1231165855775.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich reassigned RF-5511:
----------------------------------
Assignee: Tsikhon Kuprevich (was: Anton Belevich)
> inplaceSelect with a4j:support not sending values to backing bean
> -----------------------------------------------------------------
>
> Key: RF-5511
> URL: https://jira.jboss.org/jira/browse/RF-5511
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, JDK 1.6, Seam 2.1.0 w/Richfaces 3.3.0.CR1, Firefox 3, and IE7
> Reporter: Greg Zoller
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> See code below. This worked until this latest 3.3.0.CR1 release.
> When a value is selected the setter (foo.setHey()) is not called. Although this worked with a4j:support event=onviewactivated before, I've also tried with onchange but the result is the same.
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable"
> showValueInView="true">
>
>
>
> NOTE: This might be related to https://jira.jboss.org/jira/browse/RF-5510
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:30:55 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 09:30:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5509) CSS Classes Not
picked up (styleClass, viewClass, editClass, etc.)
In-Reply-To: <20232090.1230759894326.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20037581.1231165856006.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich resolved RF-5509.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Anton Belevich)
can't reproduce with the latest snapshot
> CSS Classes Not picked up (styleClass, viewClass, editClass, etc.)
> ------------------------------------------------------------------
>
> Key: RF-5509
> URL: https://jira.jboss.org/jira/browse/RF-5509
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, JDK 1.6, Seam 2.1.0 w/upgraded Richfaces to 3.3.0.CR1, facelets
> Reporter: Greg Zoller
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> If I specify code like below, none of my CSS styling of the inplaceSelect widget is picked up--only the default is visible.
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable" showValueInView="true">
>
>
>
> The styling was working fine in 3.2.2 but broke in 3.3.0 betas onward.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:32:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 09:32:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3147) suggestionBox:
incorrect styles displaying under Safari browser.
In-Reply-To: <27591709.1208528864419.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17379141.1231165974397.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-3147.
--------------------------------
> suggestionBox: incorrect styles displaying under Safari browser.
> ----------------------------------------------------------------
>
> Key: RF-3147
> URL: https://jira.jboss.org/jira/browse/RF-3147
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.5
> Environment: Safari
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Priority: Minor
>
> Step 1. Navigate to page contained tested rich:suggestionBox component.
> Step 2. Activate suggestionBox by inputing any character inside component's input field.
> Step 3. Push 'Down Arrow'.
> Step 4. Verify pop up list items' styles.
> Step 5. Push 'Down Arrow' again.
> Actual behavior:
> After Step 2 pop up list sometimes doesn't appear;
> After Step 3 pop up list appears, but all items have selectedClass style.
> After Step 5 selectedClass style isn't loaded for selected item.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:40:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:40:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5080) add more detailed
JUnit tests for the UICalendar
In-Reply-To: <23252533.1227624576570.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20651338.1231166454906.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5080.
---------------------------------
> add more detailed JUnit tests for the UICalendar
> -------------------------------------------------
>
> Key: RF-5080
> URL: https://jira.jboss.org/jira/browse/RF-5080
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Denis Morozov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:40:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:40:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5065) add more detailed
JUnit tests for the UIModalPanel
In-Reply-To: <27878432.1227607416746.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26429692.1231166455130.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5065.
---------------------------------
> add more detailed JUnit tests for the UIModalPanel
> ---------------------------------------------------------
>
> Key: RF-5065
> URL: https://jira.jboss.org/jira/browse/RF-5065
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Anton Belevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:40:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:40:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5063) add more detailed
JUnit tests for the UIDataFltrSlider
In-Reply-To: <5321429.1227607296871.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28421876.1231166455489.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5063.
---------------------------------
> add more detailed JUnit tests for the UIDataFltrSlider
> --------------------------------------------------------
>
> Key: RF-5063
> URL: https://jira.jboss.org/jira/browse/RF-5063
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Anton Belevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:40:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:40:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5062) add more detailed
JUnit tests for the UIPanelMenuGroup
In-Reply-To: <15314294.1227607296574.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17240659.1231166455716.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5062.
---------------------------------
> add more detailed JUnit tests for the UIPanelMenuGroup
> ------------------------------------------------------
>
> Key: RF-5062
> URL: https://jira.jboss.org/jira/browse/RF-5062
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Anton Belevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:44:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:44:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5059) increase JUnit
coverage up to 80%
In-Reply-To: <13706081.1227606936591.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7337343.1231166694563.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5059.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> increase JUnit coverage up to 80%
> ---------------------------------
>
> Key: RF-5059
> URL: https://jira.jboss.org/jira/browse/RF-5059
> Project: RichFaces
> Issue Type: Task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Anton Belevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:44:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:44:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4921) Modal Panel:
Selenium Test
In-Reply-To: <5984780.1226502937814.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24119591.1231166694783.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4921.
---------------------------------
> Modal Panel: Selenium Test
> --------------------------
>
> Key: RF-4921
> URL: https://jira.jboss.org/jira/browse/RF-4921
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:44:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:44:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4918) A4J_Support:
Selenium Test
In-Reply-To: <30180538.1226502697038.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27854461.1231166695055.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4918.
---------------------------------
> A4J_Support: Selenium Test
> --------------------------
>
> Key: RF-4918
> URL: https://jira.jboss.org/jira/browse/RF-4918
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Reporter: Vladimir Molotkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:44:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:44:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4910) add "since"
additional marks to demosite and documentation.
In-Reply-To: <21382119.1226397156640.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12463595.1231166695465.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4910.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> add "since" additional marks to demosite and documentation.
> -----------------------------------------------------------
>
> Key: RF-4910
> URL: https://jira.jboss.org/jira/browse/RF-4910
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> this marks should be added to all the components and main features pages.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:44:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:44:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4906) FileUpload:
remove all references to javax.servlet
In-Reply-To: <12755871.1226377596697.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17901273.1231166695736.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4906.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> FileUpload: remove all references to javax.servlet
> --------------------------------------------------
>
> Key: RF-4906
> URL: https://jira.jboss.org/jira/browse/RF-4906
> Project: RichFaces
> Issue Type: Task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> FileUpload should work in portlet environment. All references to javax.servlet should be removed or hidden beyond wrapper classes.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:49:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 09:49:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5523) Calendar:
encoding of the org.richfaces.renderkit.calendar bundle file.
Message-ID: <21043204.1231166944594.JavaMail.jira@cloud.prod.atl2.jboss.com>
Calendar: encoding of the org.richfaces.renderkit.calendar bundle file.
-----------------------------------------------------------------------
Key: RF-5523
URL: https://jira.jboss.org/jira/browse/RF-5523
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR1, test-application
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Attachments: 35.png
See page and bundle in attachment.
# Open page
# Show pop up
Result: see screen shot.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:49:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 09:49:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5523) Calendar:
encoding of the org.richfaces.renderkit.calendar bundle file.
In-Reply-To: <21043204.1231166944594.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28980952.1231166944822.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5523:
-----------------------------------
Attachment: 35.png
> Calendar: encoding of the org.richfaces.renderkit.calendar bundle file.
> -----------------------------------------------------------------------
>
> Key: RF-5523
> URL: https://jira.jboss.org/jira/browse/RF-5523
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, test-application
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Attachments: 35.png
>
>
> See page and bundle in attachment.
> # Open page
> # Show pop up
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:50:55 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 09:50:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5523) Calendar:
encoding of the org.richfaces.renderkit.calendar bundle file.
In-Reply-To: <21043204.1231166944594.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26178496.1231167055833.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5523:
-----------------------------------
Attachment: calendar_ru_RU.properties
> Calendar: encoding of the org.richfaces.renderkit.calendar bundle file.
> -----------------------------------------------------------------------
>
> Key: RF-5523
> URL: https://jira.jboss.org/jira/browse/RF-5523
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, test-application
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Attachments: 35.png, calendar_ru_RU.properties
>
>
> See page and bundle in attachment.
> # Open page
> # Show pop up
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:52:55 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 09:52:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5523) Calendar:
encoding of the org.richfaces.renderkit.calendar bundle file.
In-Reply-To: <21043204.1231166944594.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19517332.1231167175506.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5523:
-----------------------------------
Attachment: CustomizePage.jsp
> Calendar: encoding of the org.richfaces.renderkit.calendar bundle file.
> -----------------------------------------------------------------------
>
> Key: RF-5523
> URL: https://jira.jboss.org/jira/browse/RF-5523
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, test-application
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Attachments: 35.png, calendar_ru_RU.properties, CustomizePage.jsp
>
>
> See page and bundle in attachment.
> # Open page
> # Show pop up
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:52:55 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 09:52:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5516) Add the
onRowContextMenu event to
the ExtendedDataTable and ScrollableDataTable
In-Reply-To: <27939183.1231107234343.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33188115.1231167175861.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5516:
-------------------------------
Component/s: (was: planning_all)
Fix Version/s: Wishes
Assignee: Nick Belaevski
> Add the onRowContextMenu event to the ExtendedDataTable and ScrollableDataTable
> -------------------------------------------------------------------------------
>
> Key: RF-5516
> URL: https://jira.jboss.org/jira/browse/RF-5516
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: Wishes
> Environment: Any
> Reporter: Pjotr Andreev
> Assignee: Nick Belaevski
> Fix For: Wishes
>
> Attachments: ui_onRowContextMenu_ExtDT_ScrollDT.zip
>
>
> It would be nice to add the onRowContextMenu event to the ExtendedDataTable and ScrollableDataTable either.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:52:56 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 09:52:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5506) queue: "Apply"
doesn't clear "type here:" input(richfaces-demo)
In-Reply-To: <23587925.1230714654680.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10943591.1231167176045.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5506:
-------------------------------
Fix Version/s: 3.3.0
> queue: "Apply" doesn't clear "type here:" input(richfaces-demo)
> ---------------------------------------------------------------
>
> Key: RF-5506
> URL: https://jira.jboss.org/jira/browse/RF-5506
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR1)
> Reporter: Mikhail Vitenkov
> Assignee: Ilya Shaikovsky
> Priority: Minor
> Fix For: 3.3.0
>
>
> 1. Navigate to Ajax Support -> Queue -> Queue Settings tab
> 2. Type "something" in "type here:" input.
> 3. Click "Apply" command button.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:52:56 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 09:52:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5512) Scrollable
DataTable cannot be used
when adding @charset statement to css files.
In-Reply-To: <11365731.1231063854503.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14983667.1231167176241.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5512:
-------------------------------
Component/s: (was: portal)
Fix Version/s: Future
Assignee: Konstantin Mishin
> Scrollable DataTable cannot be used when adding @charset statement to css files.
> --------------------------------------------------------------------------------
>
> Key: RF-5512
> URL: https://jira.jboss.org/jira/browse/RF-5512
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: windows xp + glassfish v2u2 + jdk 1.6
> Reporter: Rong Tao
> Assignee: Konstantin Mishin
> Fix For: Future
>
>
> This is a very strange bug, when I add a statement '@charset "utf-8"' to a css file or the css section of the xhtml file, the Scrollable DataTable becomes very strange and cannot be used, the problems are:
> 1. the table header is not displayed.
> 2. scroll bar is not displayed.
> 3. cannot select any rows.
> 4. the 1st and 2nd columns are overlap.
> Very easy to reproduce: download and deploy the demo scrollableDataTable.xhtml and DataTableScrollerBean.java; then add '@charset "utf-8"' to scrollableDataTable.xhtml, the
> Refresh the page and you will see the problems.
> Not only "utf-8", other charset such as "iso-8859-1" can also cause the issue.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:52:56 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Mon, 5 Jan 2009 09:52:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-5209) Calendar:
currentDateChangeListener does not trigger
In-Reply-To: <25094079.1228316676525.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26376402.1231167176657.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov reopened RF-5209:
-----------------------------------
Assignee: Nick Belaevski (was: Tsikhon Kuprevich)
Currently currentDateChangeListener triggers for any change of the date.
Example: currentDate is 5th January, we change on 6th January. Click submit. CurrentChangeListener triggers.
> Calendar: currentDateChangeListener does not trigger
> -----------------------------------------------------
>
> Key: RF-5209
> URL: https://jira.jboss.org/jira/browse/RF-5209
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Andrei Markavtsov
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:54:55 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 09:54:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5421) Facelets App
Breaks when redeployed
In-Reply-To: <33006672.1229542134386.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2140683.1231167295049.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444531#action_12444531 ]
Nick Belaevski commented on RF-5421:
------------------------------------
with the application
> Facelets App Breaks when redeployed
> -----------------------------------
>
> Key: RF-5421
> URL: https://jira.jboss.org/jira/browse/RF-5421
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: SJSAS 9.1
> Netbeans 6.5
> Reporter: John Leed
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> When the 3 RichFaces libs are packaged with the Facelets war and the war is redeployed, the following exception occurs:
> [#|2008-12-17T12:43:30.729-0500|WARNING|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl at 2cd18f) threw exception
> com.sun.facelets.tag.TagAttributeException: /index.xhtml @41,65 switchType="client" object is not an instance of declaring class
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:53)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> ... 69 more
> |#]
> [#|2008-12-17T12:43:30.729-0500|SEVERE|sun-appserver9.1|org.ajax4jsf.webapp.BaseXMLFilter|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|Exception in the filter chain
> javax.servlet.ServletException: object is not an instance of declaring class
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> ... 37 more
> |#]
> [#|2008-12-17T12:43:30.745-0500|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet threw exception
> java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> |#]
> The application continues to do this in the presence of at least rich:calendar and rich:tabPanel until the app server is restarted. Pages without RF tags seem unaffected.
> This issue seems to be similar: http://www.seamframework.org/39279.lace
> There is a bit of a workaround: putting the RichFaces jars into the domain1/lib folder and not packaging them with the application. However, as seen in issues RF-1255 and RF-5212, putting the jars into a shared lib folder breaks the Glassfish admin console.
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:56:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:56:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4834) keyboard
navigation works for component
In-Reply-To: <16103735.1225710980864.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3187954.1231167417935.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4834.
---------------------------------
> keyboard navigation works for component
> ---------------------------------------
>
> Key: RF-4834
> URL: https://jira.jboss.org/jira/browse/RF-4834
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:56:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:56:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4826) all the same for
Swing tree nodes
In-Reply-To: <17340615.1225710621221.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7218181.1231167418177.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4826.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> all the same for Swing tree nodes
> ---------------------------------
>
> Key: RF-4826
> URL: https://jira.jboss.org/jira/browse/RF-4826
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Reporter: Dmitry Svyatobatsko
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:56:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:56:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4786) Add headers to
Selenium test classes
In-Reply-To: <10418971.1225207401783.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9266736.1231167418632.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4786.
---------------------------------
> Add headers to Selenium test classes
> -------------------------------------
>
> Key: RF-4786
> URL: https://jira.jboss.org/jira/browse/RF-4786
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:56:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:56:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4663) Test cases design
In-Reply-To: <18789783.1224455181096.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <385264.1231167418934.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4663.
---------------------------------
> Test cases design
> -----------------
>
> Key: RF-4663
> URL: https://jira.jboss.org/jira/browse/RF-4663
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all, QA-environment
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:56:59 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:56:59 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4648) Requirements:
documenting
In-Reply-To: <6672000.1224452901508.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23854696.1231167419171.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4648.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> Requirements: documenting
> --------------------------
>
> Key: RF-4648
> URL: https://jira.jboss.org/jira/browse/RF-4648
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:56:59 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:56:59 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4640) List Shuttle:
Selenium Test
In-Reply-To: <3852702.1224260840837.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10474431.1231167419418.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4640.
---------------------------------
> List Shuttle: Selenium Test
> ---------------------------
>
> Key: RF-4640
> URL: https://jira.jboss.org/jira/browse/RF-4640
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:56:59 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:56:59 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4639) Tree/TreeNode:
Selenium Test
In-Reply-To: <21774334.1224260240853.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4868264.1231167419880.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4639.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Tree/TreeNode: Selenium Test
> ----------------------------
>
> Key: RF-4639
> URL: https://jira.jboss.org/jira/browse/RF-4639
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 09:57:00 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 09:57:00 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4632) Messages:
Selenium Test
In-Reply-To: <32663836.1224259640886.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28192800.1231167420233.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4632.
---------------------------------
> Messages: Selenium Test
> -----------------------
>
> Key: RF-4632
> URL: https://jira.jboss.org/jira/browse/RF-4632
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:04:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 10:04:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4791) Calendar with
datePattern from resourcebundle doesn't validate
In-Reply-To: <341096.1225291641225.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1172557.1231167894812.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4791.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
Issue is not reproducible in 3.3.0.CR1
> Calendar with datePattern from resourcebundle doesn't validate
> --------------------------------------------------------------
>
> Key: RF-4791
> URL: https://jira.jboss.org/jira/browse/RF-4791
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Edwin van der Elst
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
> See also:
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143930
> I use:
> sortIconDescending="#{facesContext.externalContext.requestContextPath}/stat/common/images/desc.jpg" >
> I think, these attributes should be context related like h:graphicImage at value
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:04:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:04:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-2045) Add
sourceRequired/targetRequired attributes
In-Reply-To: <1444705.1201216821164.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9212978.1231167895988.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-2045.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Add sourceRequired/targetRequired attributes
> --------------------------------------------
>
> Key: RF-2045
> URL: https://jira.jboss.org/jira/browse/RF-2045
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.2.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:04:56 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 10:04:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3115) rich:fileUpload
produce (sometimes) a empty page
In-Reply-To: <28012666.1208419124853.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29505492.1231167896795.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-3115.
--------------------------------
not reproducible under 3.3.0.CR1
> rich:fileUpload produce (sometimes) a empty page
> ------------------------------------------------
>
> Key: RF-3115
> URL: https://jira.jboss.org/jira/browse/RF-3115
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: jetty 1.6.1
> myfaces 1.2.2
> Reporter: Andreas H?hmann
> Assignee: Mikhail Vitenkov
>
> I don't know why ... but sometimes the upload returns a empty page.
> I open a modal-dialog with a fileUpload ... then select a file (immediateUpload="true") then sometimes a empty white page is the result.
> My upload-bean is allways triggered correctly (uploadListener works fine ...file is ok etc.) but it seams the rerendering works not fine allways?1
> The empty page contains only a ""
> Here is my upload-Dialog:
>
>
> dialogBean="#{LoadWorkspaceCommandBean}"
> titel="#{bundle['dialog.load.workspace.title']}">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> fileUploadListener="#{LoadWorkspaceCommandBean.uploadListener}"
> maxFilesQuantity="1"
> acceptedTypes="xml"
> listHeight="70"
> immediateUpload="true"
> autoclear="true"
> addControlLabel="#{bundle['dialog.load.workspace.button.add']}"
> uploadControlLabel="#{bundle['dialog.load.workspace.button.start']}"
> cancelEntryControlLabel="#{bundle['dialog.load.workspace.button.cancel']}"
> clearControlLabel="#{bundle['dialog.load.workspace.button.clear']}"
> clearAllControlLabel="#{bundle['dialog.load.workspace.button.clear_all']}"
> ontyperejected="alert('#{bundle['dialog.load.workspace.unsupported_filetype']}')"
> onsizerejected="alert('#{bundle['dialog.load.workspace.max_filesize_reached']}')"
> onuploadcomplete="afterUpload();">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> * is a facelets-tag which contains a rich:modalPanel + some commons stuff (close-X, ok-button etc.)
> * i define a region to show a separated status (nice2have)
> * the a4j:jsFunction is only a hack until rich:fileUpload supports a reRender-attribute (should i open a new bug for this?)
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:06:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:06:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3242) Implement switch
to disable advanced level of standard skinning
In-Reply-To: <19742325.1209065529063.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31520646.1231168017222.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-3242.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Implement switch to disable advanced level of standard skinning
> ---------------------------------------------------------------
>
> Key: RF-3242
> URL: https://jira.jboss.org/jira/browse/RF-3242
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.1
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:06:57 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 10:06:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3794) Calendar closes
when you click on it
when it is placed in the bottom on a web page with vertical scrollbar
In-Reply-To: <1645925.1214320352665.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13809577.1231168017649.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-3794.
----------------------------------
> Calendar closes when you click on it when it is placed in the bottom on a web page with vertical scrollbar
> ----------------------------------------------------------------------------------------------------------
>
> Key: RF-3794
> URL: https://jira.jboss.org/jira/browse/RF-3794
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.1
> Environment: Windows XP and also in Vista, Firefox 2
> Reporter: Susanne Jarl
> Assignee: Alexander Dubovsky
> Priority: Minor
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> 1. Put som content on a web page and a rich:calendar close to the bottom on the page.
> 2. Resize the browser window so you get a vertical scrollbar. If you click on the calendar you should not be able to see all of it.
> 3. set showApplyButton="true"
> 4. Now click on the calendar so it pops up and then click on some date. The calendar closes. (The date is not picked.)
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:11:05 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 10:11:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4350) calendar reRender
problem
In-Reply-To: <13240481.1220249798465.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1237701.1231168265835.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4350.
----------------------------------
> calendar reRender problem
> -------------------------
>
> Key: RF-4350
> URL: https://jira.jboss.org/jira/browse/RF-4350
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: jsf, a4j
> Reporter: Hrvoje Jo
>
> I'm having problem with calendar component (rich 3.2.1 and 3.2.2 CR1).
> reRender doesn't work at all and if you try to do a4j:support, it works, but the value selected in calender is one trip to server late and the page works very slowly.
> e.g.
> If I choose 12th and then 15th, the value of 12th will be set on server not before I click the next value (15th) and it works very slowly. Any ideas?
> When I try to stop the server, I get message like this
> [StandardWrapper] Waiting for 1 instance(s) to be deallocated
> Manual input works just fine...
> This is the page
> ...
>
>
>
>
> popup="true" rendered="true"
> inputClass="input-field input-field-cal"
> converter="EkoDateConverter" enableManualInput="true"
> buttonClass="calendar-button" datePattern="dd.MM.yyyy"
> buttonIcon="/images/datepicker.gif" showApplyButton="false"
> direction="bottom-right" jointPoint="bottom-right"
> weekDayLabels="p,u,s,c,p,s,n"
> weekDayLabelsShort="p,u,s,c,p,s,n"
> monthLabels="1,2,3,4,5,6,7,8,9,10,11,12"
> monthLabelsShort="1,2,3,4,5,6,7,8,9,10,11,12"
> todayControlMode="hidden" required="false" cellWidth="15"
> cellHeight="15">
>
>
>
> var="current">
> #{current.cemId}
> #{current.tekst}
>
>
>
>
>
>
> ...
> There is a post on forum
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=141557
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:11:06 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 10:11:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-2834) suggestionBox:
problems with
applying custom styles for the rich:suggestionBox under Safari.
In-Reply-To: <26552868.1206717580280.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4248181.1231168266880.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-2834.
--------------------------------
Verified at 3.3.0.CR1
> suggestionBox: problems with applying custom styles for the rich:suggestionBox under Safari.
> --------------------------------------------------------------------------------------------
>
> Key: RF-2834
> URL: https://jira.jboss.org/jira/browse/RF-2834
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: Safari(3.2.0.CR6)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> In case "selectedClass" custom style is defined in rich:suggestionBox - all items looks like selected under Safari, & down arrow key doesn't change selected item style.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:11:07 2009
From: jira-events at lists.jboss.org (John Leed (JIRA))
Date: Mon, 5 Jan 2009 10:11:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5421) Facelets App
Breaks when redeployed
In-Reply-To: <33006672.1229542134386.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28026513.1231168267385.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444538#action_12444538 ]
John Leed commented on RF-5421:
-------------------------------
Package the RichFaces libs with the app and put the Facelets libs in the shared lib folder. This is what causes the app to break on redeployment.
> Facelets App Breaks when redeployed
> -----------------------------------
>
> Key: RF-5421
> URL: https://jira.jboss.org/jira/browse/RF-5421
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: SJSAS 9.1
> Netbeans 6.5
> Reporter: John Leed
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> When the 3 RichFaces libs are packaged with the Facelets war and the war is redeployed, the following exception occurs:
> [#|2008-12-17T12:43:30.729-0500|WARNING|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl at 2cd18f) threw exception
> com.sun.facelets.tag.TagAttributeException: /index.xhtml @41,65 switchType="client" object is not an instance of declaring class
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:53)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> ... 69 more
> |#]
> [#|2008-12-17T12:43:30.729-0500|SEVERE|sun-appserver9.1|org.ajax4jsf.webapp.BaseXMLFilter|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|Exception in the filter chain
> javax.servlet.ServletException: object is not an instance of declaring class
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> ... 37 more
> |#]
> [#|2008-12-17T12:43:30.745-0500|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet threw exception
> java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> |#]
> The application continues to do this in the presence of at least rich:calendar and rich:tabPanel until the app server is restarted. Pages without RF tags seem unaffected.
> This issue seems to be similar: http://www.seamframework.org/39279.lace
> There is a bit of a workaround: putting the RichFaces jars into the domain1/lib folder and not packaging them with the application. However, as seen in issues RF-1255 and RF-5212, putting the jars into a shared lib folder breaks the Glassfish admin console.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:14:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 10:14:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5308) fileUpload:
cursor change style back
and forth when mouse over "add" control border under FF
In-Reply-To: <5526127.1228918057016.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3269189.1231168494750.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-5308.
--------------------------------
Closed as duplicate issue.
> fileUpload: cursor change style back and forth when mouse over "add" control border under FF
> --------------------------------------------------------------------------------------------
>
> Key: RF-5308
> URL: https://jira.jboss.org/jira/browse/RF-5308
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: FF 3.0.4(3.3.0.BETA3)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Priority: Optional
>
> #1. Mouse over upper border of "add" control.
> Actual behavior:
> cursor change style back and forth: hand, default, hand, default ... etc.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:14:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:14:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4459) rich:toolTip
hideDelay behavior incorrect after first display
In-Reply-To: <19788089.1221166004427.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12791240.1231168496399.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444540#action_12444540 ]
Tsikhon Kuprevich commented on RF-4459:
---------------------------------------
see the related task https://jira.jboss.org/jira/browse/RF-4474 when verifying
> rich:toolTip hideDelay behavior incorrect after first display
> -------------------------------------------------------------
>
> Key: RF-4459
> URL: https://jira.jboss.org/jira/browse/RF-4459
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.1, 3.2.2
> Environment: Ubuntu Linux 64 bit, JDK 1.5.0_09 (32 bit JDK), JBoss AS 4.2.2.GA, RichFaces 3.2.2.GA (also tested on 3.2.1.GA), Firefox2
> Reporter: Chris Dollar
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Attachments: DemoRichFaces.ear, DemoRichFaces.tar.gz
>
> Original Estimate: 6 hours
> Remaining Estimate: 6 hours
>
> When using a rich:tooltip with a hideDelay value set the hideDelay is only honored the first time the tooltip is rendered. After subsequent calls to show the tooltip the tooltip remains rendered on the screen. At that point you can click inside the tooltip which will cause the tooltip to be rendered again.
> I tested this with Richfaces 3.2.2.GA and 3.2.1.GA and got the same behavior (I've not tried it with any previous versions). I created a simple testcase based off of the tooltip demo in the main RichFaces demo. All I did was add a 'hideDelay="1000"' to both of the ajax example tooltips. Ill attach the testcase with source and a deployable .ear.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:14:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:14:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4474) showdelay doesn't
works at all for tooltip inside dataTable
In-Reply-To: <26040620.1221468981365.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29565429.1231168498195.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4474.
---------------------------------
> showdelay doesn't works at all for tooltip inside dataTable
> -----------------------------------------------------------
>
> Key: RF-4474
> URL: https://jira.jboss.org/jira/browse/RF-4474
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> ...
>
>
>
>
>
> ...
> it appears right after mosueover event without delay
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:16:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:16:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4414)
document.getElementsByClassName fails on FF 3 - check components
In-Reply-To: <9203583.1220652169627.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17579372.1231168614528.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4414.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> document.getElementsByClassName fails on FF 3 - check components
> ----------------------------------------------------------------
>
> Key: RF-4414
> URL: https://jira.jboss.org/jira/browse/RF-4414
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.1.x, 3.2.2
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:20:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 10:20:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5104) Empty screen tips
will appear for icons in the rich components
In-Reply-To: <32330435.1227787056668.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14628440.1231168854988.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5104.
----------------------------------
> Empty screen tips will appear for icons in the rich components
> --------------------------------------------------------------
>
> Key: RF-5104
> URL: https://jira.jboss.org/jira/browse/RF-5104
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Environment: IE 6,7
> Reporter: Tatyana Romanovich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Attachments: AltDataTable.gif, AltInTheCalendar.gif
>
> Original Estimate: 2 days, 4 hours
> Remaining Estimate: 2 days, 4 hours
>
> 1. Open any test page with rich:calendar component in the IE 6 or 7
> 2. Move mouse over calendar button
> FAILURE: empty tooltip appears
> There is the same for treeNode icons in the Tree component, sorting icons in the header of DataTable, and other components
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:27:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:27:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4623) DataScroller:
Selenium Test
In-Reply-To: <24604170.1224258680828.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21580204.1231169274569.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4623.
---------------------------------
> DataScroller: Selenium Test
> ---------------------------
>
> Key: RF-4623
> URL: https://jira.jboss.org/jira/browse/RF-4623
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Reporter: Konstantin Mishin
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:27:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:27:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5401) a4j:log: add
missed timestamps to log output.
In-Reply-To: <5794303.1229440914352.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9047233.1231169274948.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5401.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> a4j:log: add missed timestamps to log output.
> ---------------------------------------------
>
> Key: RF-5401
> URL: https://jira.jboss.org/jira/browse/RF-5401
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> scripts evaluation timestamps.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:29:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:29:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4578) Remove duplicate
license headers from several files of the Richfaces package.
In-Reply-To: <17385544.1223413580879.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27822415.1231169396828.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4578.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Remove duplicate license headers from several files of the Richfaces package.
> -----------------------------------------------------------------------------
>
> Key: RF-4578
> URL: https://jira.jboss.org/jira/browse/RF-4578
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.1.6, 3.2.2
> Reporter: Alexander Smirnov
> Assignee: Tsikhon Kuprevich
> Priority: Blocker
> Fix For: 3.1.x, 3.3.0
>
> Attachments: list of files that should be Apache 2 license only.txt
>
>
> E.g. in org.ajax4jsf.xml.serializer there is a LGPL and an Apache
> license header.
> These classes have been inserted into RichFaces project to avoid versions incompabilites ( because it is not public API in the Xalan project ). Some guy who have inserted license headers did it by the batch script. There should be Apache License, of course.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:31:54 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 10:31:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-4587) ComboBox:
inputInactiveStyle doesn't work correctly
In-Reply-To: <16952310.1223558420921.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16081481.1231169514571.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich resolved RF-4587.
--------------------------------
Resolution: Won't Fix
Assignee: Tsikhon Kuprevich (was: Anton Belevich)
because of implementation specific you should use inputInactiveStyle, inputActiveStyle, inputDisabledStyle css styles with each other
> ComboBox: inputInactiveStyle doesn't work correctly
> ---------------------------------------------------
>
> Key: RF-4587
> URL: https://jira.jboss.org/jira/browse/RF-4587
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> It sets it's style permanently for all the states - active, inactive, disabled
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:33:54 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Mon, 5 Jan 2009 10:33:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3360) ComboBox:
Selected item is disappeared after make combo disabled on Safari
In-Reply-To: <5281851.1210159280119.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22510622.1231169634349.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich updated RF-3360:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
> ComboBox: Selected item is disappeared after make combo disabled on Safari
> ---------------------------------------------------------------------------
>
> Key: RF-3360
> URL: https://jira.jboss.org/jira/browse/RF-3360
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.1
> Environment: JSP, Facelets; Safari.
> Reporter: Heorhi Maksimenko
> Assignee: Anton Belevich
> Priority: Minor
> Fix For: Future
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> 1. Select some value from suggestion list.
> 2. Make disabled ComboBox.-->Item disappear from input in combobox and combobox is disabled.
> Expected results:
> Should be like on FF2 and IE6; Item is stay in input in combobox and combobox is disabled.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:37:54 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 10:37:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5056)
comboBox[Regression]: defaultLabel gets submitted.
In-Reply-To: <3245710.1227548436540.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33442311.1231169874326.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5056.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> comboBox[Regression]: defaultLabel gets submitted.
> --------------------------------------------------
>
> Key: RF-5056
> URL: https://jira.jboss.org/jira/browse/RF-5056
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Alexander Dubovsky
> Priority: Critical
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:40:55 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 10:40:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5499) drag'n'drop in
tree: dropListener
isn't called after tree node selection when ajaxSubmitSelection="true".
In-Reply-To: <31477528.1230642955962.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30447806.1231170055891.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5499.
--------------------------------
Resolution: Done
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
> drag'n'drop in tree: dropListener isn't called after tree node selection when ajaxSubmitSelection="true".
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5499
> URL: https://jira.jboss.org/jira/browse/RF-5499
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR1)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
>
> Precondition - use following code:
>
>
> value="#{documentDirectoryTreeDAO.rootNode}"
> id="tree"
> treeNodeVar="treeNode"
> reRender="documents"
> switchType="client"
> acceptedTypes="#{item.group.name}"
> nodeSelectListener="#{documentDirectoryTreeDAO.listenerNodeSelected}"
> ajaxSubmitSelection="true">
> dragType="#{item.group.name}"
> dragIndicator="indicator2"
> dropListener="#{documentDirectoryTreeDAO.listenerDropToTree}"
> id="treeNode"
> rendered="#{accountDAO.account.admin}"
> reRender="documents, tree">
>
>
>
>
>
>
>
>
>
>
>
> #1. Navigate to the page.
> #2. Expand a node.
> #3. Select sub node and drag it to parent node.
> #4. Verify dropListener call.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:40:56 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 10:40:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5503) Dnd: memory
leak in tree
In-Reply-To: <7357482.1230675714230.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28524867.1231170056231.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5503.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> Dnd: memory leak in tree
> ------------------------
>
> Key: RF-5503
> URL: https://jira.jboss.org/jira/browse/RF-5503
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.BETA5/IE 7
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> 1. Navigate to livedemo - dnd tree demo
> 2. Drop pics 1 - 6 to favorites
> 3. Check leaks - navigato to about:blank -> leaks exist
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:42:58 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Mon, 5 Jan 2009 10:42:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5524) ComboBox:
onchange event is not fired if select value from pop up using mouse.
Message-ID: <13430322.1231170178517.JavaMail.jira@cloud.prod.atl2.jboss.com>
ComboBox: onchange event is not fired if select value from pop up using mouse.
------------------------------------------------------------------------------
Key: RF-5524
URL: https://jira.jboss.org/jira/browse/RF-5524
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Optional
Source:
# Select item from pop up using mouse
# Move focus from comboBox
Result: onchange is not triggered - FAILURE
# Select item from pop up using keyboard
# Move focus from comboBox
Result: alert is shown - OK
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5478) inplaceSelect: JS
Error in IE6-7
In-Reply-To: <9545865.1230552174298.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19484617.1231170294842.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5478.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> inplaceSelect: JS Error in IE6-7
> --------------------------------
>
> Key: RF-5478
> URL: https://jira.jboss.org/jira/browse/RF-5478
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, IE6-7
> Reporter: Alexander Dubovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Line: 213
> Char: 3
> Error: object doesn't support this property or method
> Code: 0
> URL: http://192.168.0.159:8080/facelets/pages/main.jsf;jsessionid=5FB2436371CA4792102733259401BFAC
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich">
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5417) listShuttle:
"Copy", "Remove", "Copy
All", "Remove All" controls using doesn't refresh toolBar items in
richfaces-demo.
In-Reply-To: <29706813.1229534766016.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21736982.1231170295118.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5417.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> listShuttle: "Copy", "Remove", "Copy All", "Remove All" controls using doesn't refresh toolBar items in richfaces-demo.
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5417
> URL: https://jira.jboss.org/jira/browse/RF-5417
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Environment: Safari 3.1(3.3.0-SANPSHOT)
> Reporter: Mikhail Vitenkov
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> #1. Navigate to http://localhost:8081/richfaces-demo/richfaces/listShuttle.jsf page with listShuttle sample.
> #2. Click "Copy All" control to move items to "Currently Active Items" target panel.
> #3. Verify toolBar items.
> #4. Select any item from "Currently Active Items" target list & click any from order controls.
> #5. Verify toolBar items again.
> Actual behavior:
> #3 - toolBar doesn't contain full set of target list items.
> #5 - toolBar properly displayed.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4613) comboBox broken
after placed in table header and reRendered
In-Reply-To: <5188255.1224071300858.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30912484.1231170295650.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4613.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> comboBox broken after placed in table header and reRendered
> -----------------------------------------------------------
>
> Key: RF-4613
> URL: https://jira.jboss.org/jira/browse/RF-4613
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> 1) open the page
> 2) press button outside the page
> Result:
> 1) combo opens only from the second time.
> 2) after choosing some item - combo list can't be closed
> 3) combo list layout broken.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> filterExpression="#{fn:containsIgnoreCase(cap.timeZone, filteringBean.filterZone)}">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4587) ComboBox:
inputInactiveStyle doesn't work correctly
In-Reply-To: <16952310.1223558420921.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11167341.1231170295802.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4587.
---------------------------------
> ComboBox: inputInactiveStyle doesn't work correctly
> ---------------------------------------------------
>
> Key: RF-4587
> URL: https://jira.jboss.org/jira/browse/RF-4587
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> It sets it's style permanently for all the states - active, inactive, disabled
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4562) calendar:
incorrect behaviour when using short datePattern like "dd, MM"
In-Reply-To: <14838373.1222960400862.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14208848.1231170296044.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4562.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> calendar: incorrect behaviour when using short datePattern like "dd, MM"
> ------------------------------------------------------------------------
>
> Key: RF-4562
> URL: https://jira.jboss.org/jira/browse/RF-4562
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Environment: FF 3
> myFaces
> tomcat 6
> jsp
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Attachments: cal-patt.gif
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> 1. Set datePattern="dd, MM"
> 2. Click input field
> 3. Select some date
> => Date appears correctly in input
> 4. Click input again
> => a) input becomes empty, which not happens if datePattern="dd, MM, yyyy"
> b) There is no selected date above the footer (see image)
> From the other hand, if we use datePattern="dd, yy"
> => The same as previous, but there is "NaN, NaN" verbiages above the footer.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:56 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4415) Application does
not work in Weblogic 10gR3
In-Reply-To: <27965087.1220827598438.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27768773.1231170296327.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4415.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> Application does not work in Weblogic 10gR3
> -------------------------------------------
>
> Key: RF-4415
> URL: https://jira.jboss.org/jira/browse/RF-4415
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1, 3.2.2
> Environment: Windows XP SP3, Oracle Weblogic 10g R3, JSF 1.2, Richfaces 3.2.1 and 3.2.2 and probably older version.
> Reporter: Cesar Perez
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Attachments: RichfacesErrorProject.zip, web.xml
>
>
> If I use RichFaces 3.2.1 and even 3.2.2CR3 with JSP as my view handler I cannot open a JSP page, even if it doesn't contains any RF tags. This happens on Weblogic 10 and the latest 10g R3. In Tomcat the code works just fine without any issues.
> I created an example eclipse project that shows this issue under Weblogic 10g R3. It contains a configuration to use either JSP or Facelets for the view. If you open the .xhtml file the page will be displayed just fine but if you try to open the JSP an exception is thrown.
> In Weblogic I created a new domain with all the default options and I am deploying the application through Eclipse but I have also tried deploying a WAR/EAR getting the same exception when I try to access the JSP. Also you can remove all the facelets configuration and just leave JSP to handle the view, the exception will be thrown too.
> The only possible fix I have found is to use facelets instead of JSP but in the project I am working on that's just not possible.
> The example project is attached.
> The stacktrace is:
> java.lang.IllegalStateException: Servlet response already use stream, Writer not possible
> at org.ajax4jsf.webapp.FilterServletResponseWrapper.getWriter(FilterServletResponseWrapper.java:226)
> at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:186)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:547)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:189)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:547)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:547)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:189)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:108)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:266)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:159)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
> at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
> at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
> at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
> at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:154)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:260)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:366)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:493)
> at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
> at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:503)
> at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
> at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:159)
> at jsp_servlet.__index._jspService(__index.java:72)
> at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
> at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
> at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
> at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
> at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:408)
> at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:318)
> at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
> at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
> at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
> at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
> at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
> at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
> at weblogic.security.service.SecurityManager.runAs(Unknown Source)
> at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
> at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
> at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
> at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
> at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4358) javascript error
when selecting non-existent options in combo
In-Reply-To: <31924500.1220284958954.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12713876.1231170297079.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4358.
---------------------------------
> javascript error when selecting non-existent options in combo
> -------------------------------------------------------------
>
> Key: RF-4358
> URL: https://jira.jboss.org/jira/browse/RF-4358
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.1
> Environment: IE7
> Reporter: Jim R
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Attachments: Report.zip, TestPrj.zip
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> When a combo's options are setup via ajax to change based on another ui control, there could be a situation where an out of date option is selected before the options are changed, this selection would cause a javascript error "Unexpected call to method or property access" to occur in IE7.
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:57 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:57 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3970) Calendar
sometimes misses highlighting of selected day
In-Reply-To: <12632763.1216716496058.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11386859.1231170297874.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-3970.
---------------------------------
> Calendar sometimes misses highlighting of selected day
> --------------------------------------------------------
>
> Key: RF-3970
> URL: https://jira.jboss.org/jira/browse/RF-3970
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: Tested with Firefox 2.0.14 and Firefox 3.0.1
> Reporter: Martin H?ller
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> This is reproducible with the Exadel Livedemo:
> http://livedemo.exadel.com/richfaces-demo/richfaces/calendar.jsf
> - open the calendar popup
> - click on a day (say 14th)
> - go one month back
> - click on the same day (14th again) of the other month
> - day is not highlighted!
--
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
From jira-events at lists.jboss.org Mon Jan 5 10:44:58 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 10:44:58 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3237) When using
SuggestionBoxes into a DataTable it only works in the first row
In-Reply-To: <8384846.1209048739382.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10957675.1231170298312.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-3237.
---------------------------------
> When using SuggestionBoxes into a DataTable it only works in the first row
> --------------------------------------------------------------------------
>
> Key: RF-3237
> URL: https://jira.jboss.org/jira/browse/RF-3237
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.0.SR1
> Environment: Operative System: Windows Vista SP1
> Java Version: 1.6.0
> Reporter: Oscar De Moya
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> I'm doing a table with a column of InputTexts and SuggestionBoxes, but the suggestion only appears for the first input and for the others it gives me an "Unspected Error" in IE7 (it doesn't works on firefox neither). There's a portion of the code:
>
> rowKeyVar="rowIndex"
> onRowMouseOver="this.style.backgroundColor='#F1F1F1'"
> onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'">
>
>
>
> suggestionAction="#{mbUser.autocompleteUsers}" var="user" selfRendered="true">
>
>
>
>
>
>
>
> viewClass="inplace" changedClass="inplace" layout="block"
> changedHoverClass="inplace_hover" viewHoverClass="inplace_hover">
>
>
>
>
>
>
>
> viewClass="inplace" changedClass="inplace" layout="block"
> changedHoverClass="inplace_hover" viewHoverClass="inplace_hover">
>
>
>
>
>
>
>
>
>
> viewClass="inplace" changedClass="inplace"
> changedHoverClass="inplace_hover" viewHoverClass="inplace_hover" />
>
> viewClass="inplace" changedClass="inplace"
> changedHoverClass="inplace_hover" viewHoverClass="inplace_hover" />
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:11:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 11:11:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5311) inplaceSelect:
setValue has multiple variants of usage
In-Reply-To: <7402887.1228920937426.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <111772.1231171914440.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-5311:
-------------------------------------
Assignee: Alexander Dubovsky (was: Ilya Shaikovsky)
> inplaceSelect: setValue has multiple variants of usage
> ------------------------------------------------------
>
> Key: RF-5311
> URL: https://jira.jboss.org/jira/browse/RF-5311
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Reporter: Tatyana Romanovich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
> There are some descriptions of usage setValue function for inplaceSelect component:
> 1. in the User Guide: setValue(newValue) (only one argument)
> 2. in the spec: setValue(value, label) (two arguments)
> and there are some bugs with discussion about that function:
> https://jira.jboss.org/jira/browse/RF-3256
> https://jira.jboss.org/jira/browse/RF-4190
> Could you explain the real variant of usage setValue function?
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:13:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 11:13:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5147) dynamic dropDowns
demo-site sample
In-Reply-To: <27943705.1227884136991.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22795923.1231172034972.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5147.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky)
> dynamic dropDowns demo-site sample
> ----------------------------------
>
> Key: RF-5147
> URL: https://jira.jboss.org/jira/browse/RF-5147
> Project: RichFaces
> Issue Type: Feature Request
> Components: doc
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:13:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 11:13:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4881) Add
oninputmouseover event in rich:calendar please
In-Reply-To: <33341866.1226006917090.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21141768.1231172035460.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-4881:
-------------------------------------
Assignee: Mikhail Vitenkov (was: Alexander Dubovsky)
> Add oninputmouseover event in rich:calendar please
> --------------------------------------------------
>
> Key: RF-4881
> URL: https://jira.jboss.org/jira/browse/RF-4881
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Yurii Kartsev
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> If anyone want to use tooltip for rich:calendar and want it appear when user puts mouse over it - there is no way to do it. It would be nice to have oninputmouseover event in rich:calendar component.
> Thank you in advance!
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:13:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 11:13:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4595) ListShuttle:
add events onorderchange and onlistchange
In-Reply-To: <3308553.1223888660942.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <741058.1231172035726.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-4595:
-------------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> ListShuttle: add events onorderchange and onlistchange
> ------------------------------------------------------
>
> Key: RF-4595
> URL: https://jira.jboss.org/jira/browse/RF-4595
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> These events should be fired before corresponding list changes and allow to cancel the interactions.
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:15:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 11:15:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4994) Seam
Conversations are broken in
3.3.0-snapshot (WAS: Queue breaks seam conversation)
In-Reply-To: <25901106.1227174936533.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31861557.1231172154453.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-4994.
--------------------------------
Assignee: Mikhail Vitenkov (was: Tsikhon Kuprevich)
Verified at 3.3.0.CR1
> Seam Conversations are broken in 3.3.0-snapshot (WAS: Queue breaks seam conversation)
> -------------------------------------------------------------------------------------
>
> Key: RF-4994
> URL: https://jira.jboss.org/jira/browse/RF-4994
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Mikhail Vitenkov
> Priority: Critical
> Fix For: 3.3.0
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190717#4190717
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:15:55 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 11:15:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4489) Tree: allow to
select text on the treeNodes
In-Reply-To: <16784533.1221648081054.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4190370.1231172155171.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-4489:
-------------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> Tree: allow to select text on the treeNodes
> -------------------------------------------
>
> Key: RF-4489
> URL: https://jira.jboss.org/jira/browse/RF-4489
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> all the description there
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176898#4176898
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:17:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 11:17:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4383) Chrome: support
extended level of skinning
In-Reply-To: <7882039.1220396798515.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7565972.1231172274494.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-4383:
-------------------------------------
Assignee: Mikhail Vitenkov (was: Alexander Dubovsky)
> Chrome: support extended level of skinning
> ------------------------------------------
>
> Key: RF-4383
> URL: https://jira.jboss.org/jira/browse/RF-4383
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:17:54 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Mon, 5 Jan 2009 11:17:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4196) Tree: support
different re-rendering levels
In-Reply-To: <29678769.1218677560628.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30249366.1231172274852.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-4196:
-------------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> Tree: support different re-rendering levels
> -------------------------------------------
>
> Key: RF-4196
> URL: https://jira.jboss.org/jira/browse/RF-4196
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:25:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 11:25:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5505) queue: In "Queue
Settings" example
requestDelay doesn't affect to time of request delay, plus exception take
place java.lang.IllegalArgumentException: argument type mismatch
In-Reply-To: <19333826.1230714354522.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21701604.1231172754184.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-5505.
--------------------------------
Assignee: Mikhail Vitenkov (was: Ilya Shaikovsky)
Verified at 3.3.0.CR1
> queue: In "Queue Settings" example requestDelay doesn't affect to time of request delay, plus exception take place java.lang.IllegalArgumentException: argument type mismatch
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5505
> URL: https://jira.jboss.org/jira/browse/RF-5505
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR1)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Priority: Minor
> Fix For: 3.3.0
>
>
> #1. Navigate to Ajax Support -> Queue -> Queue Settings richfaces-demo example.
> #2. Enter 5,000 in "requestDelay" input.
> #3. Click "Apply" button.
> #4. Enter "something" in "Type here:" input and verify real delay.
> Actual behavior:
> requestDelay isn't applied, plus exception take place:
> SEVERE: /richfaces/queue/examples/repeater.xhtml @37,53 value="#{queueBean.requestDelay}": java.lang.IllegalArgumentException: argument type mismatch
> java.lang.IllegalArgumentException: argument type mismatch
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at javax.el.BeanELResolver.setValue(BeanELResolver.java:108)
> at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:68)
> at com.sun.faces.el.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:100)
> at org.apache.el.parser.AstValue.setValue(AstValue.java:114)
> at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
> at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:93)
> at javax.faces.component.UIInput.updateModel(UIInput.java:771)
> at javax.faces.component.UIInput.processUpdates(UIInput.java:703)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIForm.processUpdates(UIForm.java:261)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at org.richfaces.component.UISwitchablePanel.processUpdates(UISwitchablePanel.java:208)
> at org.ajax4jsf.component.AjaxViewRoot$2.invokeContextCallback(AjaxViewRoot.java:416)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processUpdates(AjaxViewRoot.java:432)
> at com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:78)
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Unknown Source)
--
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
From jira-events at lists.jboss.org Mon Jan 5 11:31:54 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Mon, 5 Jan 2009 11:31:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5375) Poll is stopped
forever if it is dropped from queue
In-Reply-To: <20658436.1229102556599.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10968699.1231173114535.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-5375.
--------------------------------
Assignee: Mikhail Vitenkov (was: Alexander Dubovsky)
Verified at 3.3.0.CR1
> Poll is stopped forever if it is dropped from queue
> ---------------------------------------------------
>
> Key: RF-5375
> URL: https://jira.jboss.org/jira/browse/RF-5375
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Mikhail Vitenkov
> Priority: Critical
> Fix For: 3.3.0
>
> Original Estimate: 6 hours
> Remaining Estimate: 6 hours
>
> a4j:poll should not stop if its request is dropped from the queue
--
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
From jira-events at lists.jboss.org Mon Jan 5 12:09:54 2009
From: jira-events at lists.jboss.org (Michael Sorokin (JIRA))
Date: Mon, 5 Jan 2009 12:09:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4664) Documenting
In-Reply-To: <31515089.1224455181244.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2463364.1231175394555.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444561#action_12444561 ]
Michael Sorokin commented on RF-4664:
-------------------------------------
similarityGroupingId - is added not to the itself but to other components that have built-in ajax to manage similar ajax requests. The attribute is documented in the "Queue Principles" chapter of the guide.
> Documenting
> -----------
>
> Key: RF-4664
> URL: https://jira.jboss.org/jira/browse/RF-4664
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 12:19:54 2009
From: jira-events at lists.jboss.org (Adrian Mitev (JIRA))
Date: Mon, 5 Jan 2009 12:19:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5508) Provide a
facility to cache on
the browser the data/records that were already loaded through AJAX in
tabPanel/scrollableDataTable. Also a refresh machanism is desired.
In-Reply-To: <7904885.1230758634250.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <741625.1231175994425.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444562#action_12444562 ]
Adrian Mitev commented on RF-5508:
----------------------------------
Also possibility to cache of the ajax-loaded tooltip and reset it if other component rerenders the tooltip.
> Provide a facility to cache on the browser the data/records that were already loaded through AJAX in tabPanel/scrollableDataTable. Also a refresh machanism is desired.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5508
> URL: https://jira.jboss.org/jira/browse/RF-5508
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.2.2
> Environment: Any JEE supporting Web/App Server and any standards compliant Browser
> Reporter: Samba Siva Rao Kolusu
> Fix For: Wishes
>
>
> It would be highly desirable to have the data already loaded through AJAX be cached on the Browser rather than fetching it again every time the component accessed!
> For example,in scrollableDataTable caching the data while we scroll down and showing the same when the user scrolls up reduces lot of requests to the server and database. Similarly, In case of tabPanel, loading the data through AJAX only when the tab is created,and then displaying the cached data on every subsequent tab focus reduces many server calls. Similarly the tree nodes can be cached if loaded through AJAX. In general,this feature can be applied to other components in situations where data is loaded through AJAX. Preferably, this caching feature should be made optional by providing an attribute at the component level.
> Also a means to refresh the cached data in the browser should be put in the component itself in either or both of the following ways :
> 1.the end user explicitly requesting "refresh cache" by clicking a link on the corresponding component or
> 2.based on some input or on meeting certain criteria, the page developer should be able to clear the cache and load records freshly.
> It should be noticed that loading the same number of records as were there before clearing the cache (if they are still available) would be better from usability perspective.
> Caching the data on the client-side improves performance manifold for those sites where there won't be any changes in the existing data set. But if there would be new records being added or existing records being deleted in the database , then client-side caching may not be any option to choose. Or may be we must ponder over how we can detect if there is a difference between the client-side cache and the data in the database,and then refresh the cache when a change is found!
--
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
From jira-events at lists.jboss.org Mon Jan 5 12:31:54 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Mon, 5 Jan 2009 12:31:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5093) dataTable sorting
update
In-Reply-To: <14076608.1227708816875.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17438571.1231176714486.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Svetlana mukhina closed RF-5093.
--------------------------------
out-of-date
> dataTable sorting update
> -------------------------
>
> Key: RF-5093
> URL: https://jira.jboss.org/jira/browse/RF-5093
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Svetlana mukhina
> Fix For: 3.3.0
>
>
> Update info on dataTable sorting
--
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
From jira-events at lists.jboss.org Mon Jan 5 12:58:54 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Mon, 5 Jan 2009 12:58:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3312) Incorrect
redirecting
In-Reply-To: <20501758.1209563298741.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24801268.1231178334307.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Svetlana mukhina closed RF-3312.
--------------------------------
> Incorrect redirecting
> -----------------------
>
> Key: RF-3312
> URL: https://jira.jboss.org/jira/browse/RF-3312
> Project: RichFaces
> Issue Type: Bug
> Components: doc
> Affects Versions: 3.2.0.SR1
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: Future
>
>
> open the page with IE http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/index.html, see how it works.
--
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
From jira-events at lists.jboss.org Mon Jan 5 13:24:54 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Mon, 5 Jan 2009 13:24:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4664) Documenting
In-Reply-To: <31515089.1224455181244.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28833802.1231179894281.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444577#action_12444577 ]
Catherine Luts commented on RF-4664:
------------------------------------
information for the some sections has been updated
> Documenting
> -----------
>
> Key: RF-4664
> URL: https://jira.jboss.org/jira/browse/RF-4664
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 13:26:55 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Mon, 5 Jan 2009 13:26:55 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4664) Documenting
In-Reply-To: <31515089.1224455181244.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17025399.1231180015215.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444578#action_12444578 ]
Catherine Luts commented on RF-4664:
------------------------------------
descriptions for the attributes have been added
> Documenting
> -----------
>
> Key: RF-4664
> URL: https://jira.jboss.org/jira/browse/RF-4664
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 14:11:56 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Mon, 5 Jan 2009 14:11:56 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5525) Components
version stamp
Message-ID: <12582389.1231182716955.JavaMail.jira@cloud.prod.atl2.jboss.com>
Components version stamp
------------------------
Key: RF-5525
URL: https://jira.jboss.org/jira/browse/RF-5525
Project: RichFaces
Issue Type: Task
Components: doc
Reporter: Svetlana mukhina
Assignee: Alex Tserbo
Fix For: Future
Components version stamp is required, see the topic
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148116
it's necessary to find an effective and nice way to add this stamp to components chapters
--
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
From jira-events at lists.jboss.org Mon Jan 5 15:37:54 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 15:37:54 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5526) Tree: DnD fails
when model caching is used
Message-ID: <17471135.1231187874326.JavaMail.jira@cloud.prod.atl2.jboss.com>
Tree: DnD fails when model caching is used
------------------------------------------
Key: RF-5526
URL: https://jira.jboss.org/jira/browse/RF-5526
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:00:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5526) Tree: DnD fails
when model caching is used
In-Reply-To: <17471135.1231187874326.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7636728.1231200004374.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5526.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> Tree: DnD fails when model caching is used
> ------------------------------------------
>
> Key: RF-5526
> URL: https://jira.jboss.org/jira/browse/RF-5526
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:00:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5456) Non-Ajax
requests badly handled if
ViewExpiredExceptions are managed on client
In-Reply-To: <22607511.1229963108814.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29092979.1231200004960.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5456:
-------------------------------
Workaround Description: (was: Configure error-page in web.xml)
Fix Version/s: 3.3.0
Assignee: Nick Belaevski
Workaround: (was: [Workaround Exists])
> Non-Ajax requests badly handled if ViewExpiredExceptions are managed on client
> ------------------------------------------------------------------------------
>
> Key: RF-5456
> URL: https://jira.jboss.org/jira/browse/RF-5456
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Tomcat 6 + Facelets + JSF 1.2_09 RI
> Reporter: Pierre Wargnier
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> If you activate org.ajax4jsf.handleViewExpiredOnClient in web.xml, the ViewExpiredExceptions are catched by the Ajax filter and a Ajax response will create a javascript "confim" window to ask the user to reload the page.
> If the request that cause the ViewExpiredExceptions is not an AJAX one: only a blank page with the AJAX XML behind.
> Proposed solution: Handle ViewExpired on client _only_ if request is AJAX. Throw the exception the normal way otherwise.
> In org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(FilterChain, HttpServletRequest, HttpServletResponse)
> instead of
> log.error("Exception in the filter chain", e);
> if(handleViewExpiredOnClient && isViewExpired(e)){
> do this:
> if(handleViewExpiredOnClient && isViewExpired(e) && request.getParameterMap().containsKey("AJAXREQUEST")){
> log.info("View expired handling sent to client"); //View expired exceptions are quite commons, don't clog the logs tracing them
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:03:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:03:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5456) Non-Ajax
requests badly
handled if ViewExpiredExceptions are managed on client
In-Reply-To: <22607511.1229963108814.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25562443.1231200184629.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5456 started by Nick Belaevski.
> Non-Ajax requests badly handled if ViewExpiredExceptions are managed on client
> ------------------------------------------------------------------------------
>
> Key: RF-5456
> URL: https://jira.jboss.org/jira/browse/RF-5456
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Tomcat 6 + Facelets + JSF 1.2_09 RI
> Reporter: Pierre Wargnier
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> If you activate org.ajax4jsf.handleViewExpiredOnClient in web.xml, the ViewExpiredExceptions are catched by the Ajax filter and a Ajax response will create a javascript "confim" window to ask the user to reload the page.
> If the request that cause the ViewExpiredExceptions is not an AJAX one: only a blank page with the AJAX XML behind.
> Proposed solution: Handle ViewExpired on client _only_ if request is AJAX. Throw the exception the normal way otherwise.
> In org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(FilterChain, HttpServletRequest, HttpServletResponse)
> instead of
> log.error("Exception in the filter chain", e);
> if(handleViewExpiredOnClient && isViewExpired(e)){
> do this:
> if(handleViewExpiredOnClient && isViewExpired(e) && request.getParameterMap().containsKey("AJAXREQUEST")){
> log.info("View expired handling sent to client"); //View expired exceptions are quite commons, don't clog the logs tracing them
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:09:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:09:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5456) Non-Ajax
requests badly handled if
ViewExpiredExceptions are managed on client
In-Reply-To: <22607511.1229963108814.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23851740.1231200544173.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5456.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> Non-Ajax requests badly handled if ViewExpiredExceptions are managed on client
> ------------------------------------------------------------------------------
>
> Key: RF-5456
> URL: https://jira.jboss.org/jira/browse/RF-5456
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Tomcat 6 + Facelets + JSF 1.2_09 RI
> Reporter: Pierre Wargnier
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> If you activate org.ajax4jsf.handleViewExpiredOnClient in web.xml, the ViewExpiredExceptions are catched by the Ajax filter and a Ajax response will create a javascript "confim" window to ask the user to reload the page.
> If the request that cause the ViewExpiredExceptions is not an AJAX one: only a blank page with the AJAX XML behind.
> Proposed solution: Handle ViewExpired on client _only_ if request is AJAX. Throw the exception the normal way otherwise.
> In org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(FilterChain, HttpServletRequest, HttpServletResponse)
> instead of
> log.error("Exception in the filter chain", e);
> if(handleViewExpiredOnClient && isViewExpired(e)){
> do this:
> if(handleViewExpiredOnClient && isViewExpired(e) && request.getParameterMap().containsKey("AJAXREQUEST")){
> log.info("View expired handling sent to client"); //View expired exceptions are quite commons, don't clog the logs tracing them
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:15:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5527)
ComponentControl: Selenium Tests
Message-ID: <11555595.1231200904225.JavaMail.jira@cloud.prod.atl2.jboss.com>
ComponentControl: Selenium Tests
--------------------------------
Key: RF-5527
URL: https://jira.jboss.org/jira/browse/RF-5527
Project: RichFaces
Issue Type: Task
Components: planning
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:17:03 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:17:03 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5528) component should
be output to
client and attached to event handler of parent component
Message-ID: <31538721.1231201024001.JavaMail.jira@cloud.prod.atl2.jboss.com>
component should be output to client and attached to event handler of parent component
--------------------------------------------------------------------------------------
Key: RF-5528
URL: https://jira.jboss.org/jira/browse/RF-5528
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:19:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:19:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5529) component should
be output to
client and attached to event handler of component that attachTo attribute
points, two cases: in the same naming container and out of it
Message-ID: <6500986.1231201154791.JavaMail.jira@cloud.prod.atl2.jboss.com>
component should be output to client and attached to event handler of component that attachTo attribute points, two cases: in the same naming container and out of it
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-5529
URL: https://jira.jboss.org/jira/browse/RF-5529
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:19:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:19:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5530) the same with
disableDefault = true
Message-ID: <20188075.1231201155002.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same with disableDefault = true
------------------------------------
Key: RF-5530
URL: https://jira.jboss.org/jira/browse/RF-5530
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:19:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:19:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5531) Check "for"
attribute. Operation of component defined in "for" should process.
Message-ID: <8796646.1231201155212.JavaMail.jira@cloud.prod.atl2.jboss.com>
Check "for" attribute. Operation of component defined in "for" should process.
------------------------------------------------------------------------------
Key: RF-5531
URL: https://jira.jboss.org/jira/browse/RF-5531
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:19:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:19:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5532) Check "params"
attribute using JSON syntax.
Message-ID: <15898696.1231201155355.JavaMail.jira@cloud.prod.atl2.jboss.com>
Check "params" attribute using JSON syntax.
-------------------------------------------
Key: RF-5532
URL: https://jira.jboss.org/jira/browse/RF-5532
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:19:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:19:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5533) Check passing
parameters using
f:params/f:param inside CC. Result should be the same as in previous case.
Message-ID: <6120499.1231201155591.JavaMail.jira@cloud.prod.atl2.jboss.com>
Check passing parameters using f:params/f:param inside CC. Result should be the same as in previous case.
---------------------------------------------------------------------------------------------------------
Key: RF-5533
URL: https://jira.jboss.org/jira/browse/RF-5533
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:19:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:19:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5527)
ComponentControl: Selenium Tests
In-Reply-To: <11555595.1231200904225.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25804719.1231201155777.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5527:
-------------------------------
Component/s: planning_all
Fix Version/s: 3.3.1
(was: Future)
> ComponentControl: Selenium Tests
> --------------------------------
>
> Key: RF-5527
> URL: https://jira.jboss.org/jira/browse/RF-5527
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.1
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:19:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:19:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5528) component should
be output to
client and attached to event handler of parent component
In-Reply-To: <31538721.1231201024001.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6278242.1231201155949.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5528:
-------------------------------
Fix Version/s: 3.3.1
(was: Future)
> component should be output to client and attached to event handler of parent component
> --------------------------------------------------------------------------------------
>
> Key: RF-5528
> URL: https://jira.jboss.org/jira/browse/RF-5528
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:21:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:21:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5528) component should
be output to
client and attached to event handler of parent component
In-Reply-To: <31538721.1231201024001.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11046243.1231201264351.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5528:
-------------------------------
Due Date: 11/Jan/09
Assignee: Alexandr Levkovsky (was: Nick Belaevski)
> component should be output to client and attached to event handler of parent component
> --------------------------------------------------------------------------------------
>
> Key: RF-5528
> URL: https://jira.jboss.org/jira/browse/RF-5528
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:21:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:21:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5529) component should
be output to
client and attached to event handler of component that attachTo attribute
points, two cases: in the same naming container and out of it
In-Reply-To: <6500986.1231201154791.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31188603.1231201264636.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5529:
-------------------------------
Fix Version/s: 3.3.1
(was: Future)
Due Date: 11/Jan/09
Assignee: Alexandr Levkovsky (was: Nick Belaevski)
> component should be output to client and attached to event handler of component that attachTo attribute points, two cases: in the same naming container and out of it
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5529
> URL: https://jira.jboss.org/jira/browse/RF-5529
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:21:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:21:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5530) the same with
disableDefault = true
In-Reply-To: <20188075.1231201155002.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2810748.1231201264796.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5530:
-------------------------------
Fix Version/s: 3.3.1
(was: Future)
Due Date: 11/Jan/09
Assignee: Alexandr Levkovsky (was: Nick Belaevski)
> the same with disableDefault = true
> ------------------------------------
>
> Key: RF-5530
> URL: https://jira.jboss.org/jira/browse/RF-5530
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:21:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:21:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5531) Check "for"
attribute. Operation of component defined in "for" should process.
In-Reply-To: <8796646.1231201155212.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15881011.1231201264971.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5531:
-------------------------------
Fix Version/s: 3.3.1
(was: Future)
Due Date: 11/Jan/09
Assignee: Alexandr Levkovsky (was: Nick Belaevski)
> Check "for" attribute. Operation of component defined in "for" should process.
> ------------------------------------------------------------------------------
>
> Key: RF-5531
> URL: https://jira.jboss.org/jira/browse/RF-5531
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:23:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:23:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5532) Check "params"
attribute using JSON syntax.
In-Reply-To: <15898696.1231201155355.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8335183.1231201384355.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5532:
-------------------------------
Fix Version/s: 3.3.1
(was: Future)
Due Date: 11/Jan/09
Assignee: Alexandr Levkovsky (was: Nick Belaevski)
> Check "params" attribute using JSON syntax.
> -------------------------------------------
>
> Key: RF-5532
> URL: https://jira.jboss.org/jira/browse/RF-5532
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:23:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:23:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5533) Check passing
parameters using
f:params/f:param inside CC. Result should be the same as in previous case.
In-Reply-To: <6120499.1231201155591.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2920561.1231201384614.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5533:
-------------------------------
Due Date: 11/Jan/09
Assignee: Alexandr Levkovsky (was: Nick Belaevski)
> Check passing parameters using f:params/f:param inside CC. Result should be the same as in previous case.
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5533
> URL: https://jira.jboss.org/jira/browse/RF-5533
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: Future
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:28:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:28:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5534) ActionParam:
Selenium Test
Message-ID: <26960232.1231201684327.JavaMail.jira@cloud.prod.atl2.jboss.com>
ActionParam: Selenium Test
--------------------------
Key: RF-5534
URL: https://jira.jboss.org/jira/browse/RF-5534
Project: RichFaces
Issue Type: Task
Components: planning, planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:30:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:30:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5535) actionparam
correctly converts
model object in roundtrip server->client->server using converter defined
converter
Message-ID: <24555092.1231201814716.JavaMail.jira@cloud.prod.atl2.jboss.com>
actionparam correctly converts model object in roundtrip server->client->server using converter defined converter
-----------------------------------------------------------------------------------------------------------------
Key: RF-5535
URL: https://jira.jboss.org/jira/browse/RF-5535
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:30:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:30:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5536) the same using
application converter registered for proper Java type
Message-ID: <1419097.1231201814918.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same using application converter registered for proper Java type
--------------------------------------------------------------------
Key: RF-5536
URL: https://jira.jboss.org/jira/browse/RF-5536
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:30:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:30:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5537) actionListener
of actionparam doesn't fire if external component validation fail
Message-ID: <1621029.1231201815157.JavaMail.jira@cloud.prod.atl2.jboss.com>
actionListener of actionparam doesn't fire if external component validation fail
--------------------------------------------------------------------------------
Key: RF-5537
URL: https://jira.jboss.org/jira/browse/RF-5537
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:30:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:30:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5537) actionListener
of actionparam doesn't fire if external component validation fail
In-Reply-To: <1621029.1231201815157.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <535558.1231201815400.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5537:
-------------------------------
Original Estimate: 4 hours
Remaining Estimate: 4 hours
> actionListener of actionparam doesn't fire if external component validation fail
> --------------------------------------------------------------------------------
>
> Key: RF-5537
> URL: https://jira.jboss.org/jira/browse/RF-5537
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:32:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:32:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5538) CommandButton:
Selenium Test
Message-ID: <26779259.1231201924085.JavaMail.jira@cloud.prod.atl2.jboss.com>
CommandButton: Selenium Test
----------------------------
Key: RF-5538
URL: https://jira.jboss.org/jira/browse/RF-5538
Project: RichFaces
Issue Type: Feature Request
Components: planning, planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:34:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:34:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5539) component with
bypassUpdates = true skips update model values phase
Message-ID: <28621556.1231202044301.JavaMail.jira@cloud.prod.atl2.jboss.com>
component with bypassUpdates = true skips update model values phase
-------------------------------------------------------------------
Key: RF-5539
URL: https://jira.jboss.org/jira/browse/RF-5539
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:34:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:34:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5540) component with
limitToList = true skips ajaxRendered areas update
Message-ID: <18013891.1231202044463.JavaMail.jira@cloud.prod.atl2.jboss.com>
component with limitToList = true skips ajaxRendered areas update
-----------------------------------------------------------------
Key: RF-5540
URL: https://jira.jboss.org/jira/browse/RF-5540
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:34:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:34:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5541) component with
rendered = false is not present on the page
Message-ID: <2223463.1231202044729.JavaMail.jira@cloud.prod.atl2.jboss.com>
component with rendered = false is not present on the page
----------------------------------------------------------
Key: RF-5541
URL: https://jira.jboss.org/jira/browse/RF-5541
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:34:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:34:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5542) style and
classes, standard HTML attributes are output to client
Message-ID: <12529108.1231202045013.JavaMail.jira@cloud.prod.atl2.jboss.com>
style and classes, standard HTML attributes are output to client
----------------------------------------------------------------
Key: RF-5542
URL: https://jira.jboss.org/jira/browse/RF-5542
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Andrei Markavtsov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:36:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:36:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5543)
dragListener/dropListener: Selenium Test
Message-ID: <29278892.1231202164074.JavaMail.jira@cloud.prod.atl2.jboss.com>
dragListener/dropListener: Selenium Test
----------------------------------------
Key: RF-5543
URL: https://jira.jboss.org/jira/browse/RF-5543
Project: RichFaces
Issue Type: Feature Request
Components: planning, planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Alexandr Levkovsky
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:38:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:38:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5544) listener is
activated after D'n'D occurs: JSP/Facelets
Message-ID: <3405406.1231202284149.JavaMail.jira@cloud.prod.atl2.jboss.com>
listener is activated after D'n'D occurs: JSP/Facelets
------------------------------------------------------
Key: RF-5544
URL: https://jira.jboss.org/jira/browse/RF-5544
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Alexandr Levkovsky
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:38:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:38:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5544) listener is
activated after D'n'D occurs: JSP/Facelets
In-Reply-To: <3405406.1231202284149.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15062805.1231202284384.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5544:
-------------------------------
Original Estimate: 4 hours
Remaining Estimate: 4 hours
Please check if test application correctly handles JSP pages
> listener is activated after D'n'D occurs: JSP/Facelets
> ------------------------------------------------------
>
> Key: RF-5544
> URL: https://jira.jboss.org/jira/browse/RF-5544
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:42:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:42:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5545) TabPanel/Tab:
Selenium Test
Message-ID: <4061464.1231202524319.JavaMail.jira@cloud.prod.atl2.jboss.com>
TabPanel/Tab: Selenium Test
---------------------------
Key: RF-5545
URL: https://jira.jboss.org/jira/browse/RF-5545
Project: RichFaces
Issue Type: Task
Components: planning, planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:44:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5546) component is
output to client as defined; tabs can be switched
Message-ID: <27433371.1231202644277.JavaMail.jira@cloud.prod.atl2.jboss.com>
component is output to client as defined; tabs can be switched
--------------------------------------------------------------
Key: RF-5546
URL: https://jira.jboss.org/jira/browse/RF-5546
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:44:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5547) component is
functioning correctly
for all submission modes; server listeners fire
Message-ID: <25208765.1231202644501.JavaMail.jira@cloud.prod.atl2.jboss.com>
component is functioning correctly for all submission modes; server listeners fire
----------------------------------------------------------------------------------
Key: RF-5547
URL: https://jira.jboss.org/jira/browse/RF-5547
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:44:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5548) tabs can be
disabled
Message-ID: <25398619.1231202644713.JavaMail.jira@cloud.prod.atl2.jboss.com>
tabs can be disabled
--------------------
Key: RF-5548
URL: https://jira.jboss.org/jira/browse/RF-5548
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:44:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5549) immediate tabs
handled properly in case of validation errors exist or not
Message-ID: <28182298.1231202644888.JavaMail.jira@cloud.prod.atl2.jboss.com>
immediate tabs handled properly in case of validation errors exist or not
-------------------------------------------------------------------------
Key: RF-5549
URL: https://jira.jboss.org/jira/browse/RF-5549
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Denis Morozov
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:46:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5548) tabs can be
disabled
In-Reply-To: <25398619.1231202644713.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13033179.1231202764455.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5548:
-------------------------------
Due Date: 11/Jan/09
Assignee: Denis Morozov (was: Anton Belevich)
> tabs can be disabled
> --------------------
>
> Key: RF-5548
> URL: https://jira.jboss.org/jira/browse/RF-5548
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Denis Morozov
> Fix For: 3.3.1
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:46:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5550) children
components aren't processed for server-aware modes and closed panel
Message-ID: <6658549.1231202764658.JavaMail.jira@cloud.prod.atl2.jboss.com>
children components aren't processed for server-aware modes and closed panel
----------------------------------------------------------------------------
Key: RF-5550
URL: https://jira.jboss.org/jira/browse/RF-5550
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:46:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5551) the same for the
case of external validation failure - listeners do not work
Message-ID: <15186553.1231202764889.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same for the case of external validation failure - listeners do not work
----------------------------------------------------------------------------
Key: RF-5551
URL: https://jira.jboss.org/jira/browse/RF-5551
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:46:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:46:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5552) the same for
immediate = true component
Message-ID: <14933893.1231202765094.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same for immediate = true component
---------------------------------------
Key: RF-5552
URL: https://jira.jboss.org/jira/browse/RF-5552
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:46:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:46:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5553) the same for
immediate = true
component for the case of external validation failure
Message-ID: <15103340.1231202765279.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same for immediate = true component for the case of external validation failure
-----------------------------------------------------------------------------------
Key: RF-5553
URL: https://jira.jboss.org/jira/browse/RF-5553
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:46:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:46:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5554) the same for
ajaxSingle = true component
Message-ID: <22883912.1231202765453.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same for ajaxSingle = true component
----------------------------------------
Key: RF-5554
URL: https://jira.jboss.org/jira/browse/RF-5554
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:48:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5555) the same for
ajaxSingle = true
component for the case of external validation failure
Message-ID: <33140484.1231202884338.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same for ajaxSingle = true component for the case of external validation failure
------------------------------------------------------------------------------------
Key: RF-5555
URL: https://jira.jboss.org/jira/browse/RF-5555
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:48:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5556) the same for
ajaxSingle = true
component for the case of external validation failure + process for
validation failed field - listeners do not work
Message-ID: <31538201.1231202884517.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same for ajaxSingle = true component for the case of external validation failure + process for validation failed field - listeners do not work
--------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-5556
URL: https://jira.jboss.org/jira/browse/RF-5556
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:48:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5557) tabs of
different submission types are output
Message-ID: <23786930.1231202884712.JavaMail.jira@cloud.prod.atl2.jboss.com>
tabs of different submission types are output
---------------------------------------------
Key: RF-5557
URL: https://jira.jboss.org/jira/browse/RF-5557
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:48:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5558) children
components aren't
processed for server-aware modes and invisible tabs
Message-ID: <15666091.1231202884894.JavaMail.jira@cloud.prod.atl2.jboss.com>
children components aren't processed for server-aware modes and invisible tabs
------------------------------------------------------------------------------
Key: RF-5558
URL: https://jira.jboss.org/jira/browse/RF-5558
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:48:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:48:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5559) tab facets are
encoded/decoded correctly
Message-ID: <15660321.1231202885075.JavaMail.jira@cloud.prod.atl2.jboss.com>
tab facets are encoded/decoded correctly
----------------------------------------
Key: RF-5559
URL: https://jira.jboss.org/jira/browse/RF-5559
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:50:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:50:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5560) component
validators work
Message-ID: <8595223.1231203004406.JavaMail.jira@cloud.prod.atl2.jboss.com>
component validators work
-------------------------
Key: RF-5560
URL: https://jira.jboss.org/jira/browse/RF-5560
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:50:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:50:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5561) component
encodes nested f:param
tags and their values are present as request parameters
Message-ID: <31389798.1231203004681.JavaMail.jira@cloud.prod.atl2.jboss.com>
component encodes nested f:param tags and their values are present as request parameters
----------------------------------------------------------------------------------------
Key: RF-5561
URL: https://jira.jboss.org/jira/browse/RF-5561
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:50:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:50:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5562) component
re-renders another component (h:outputText)
Message-ID: <22041872.1231203005002.JavaMail.jira@cloud.prod.atl2.jboss.com>
component re-renders another component (h:outputText)
-----------------------------------------------------
Key: RF-5562
URL: https://jira.jboss.org/jira/browse/RF-5562
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:50:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:50:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5563) component with
bypassUpdates = true skips update model values phase
Message-ID: <32790204.1231203005236.JavaMail.jira@cloud.prod.atl2.jboss.com>
component with bypassUpdates = true skips update model values phase
-------------------------------------------------------------------
Key: RF-5563
URL: https://jira.jboss.org/jira/browse/RF-5563
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:50:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:50:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5564) component with
limitToList = true skips ajaxRendered areas update
Message-ID: <7195602.1231203005424.JavaMail.jira@cloud.prod.atl2.jboss.com>
component with limitToList = true skips ajaxRendered areas update
-----------------------------------------------------------------
Key: RF-5564
URL: https://jira.jboss.org/jira/browse/RF-5564
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:50:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:50:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5565) oncomplete with
proper request data fires after ajax submission
Message-ID: <33271855.1231203005622.JavaMail.jira@cloud.prod.atl2.jboss.com>
oncomplete with proper request data fires after ajax submission
---------------------------------------------------------------
Key: RF-5565
URL: https://jira.jboss.org/jira/browse/RF-5565
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:50:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:50:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5566) component with
rendered = false is not present on the page
Message-ID: <6776222.1231203005819.JavaMail.jira@cloud.prod.atl2.jboss.com>
component with rendered = false is not present on the page
----------------------------------------------------------
Key: RF-5566
URL: https://jira.jboss.org/jira/browse/RF-5566
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:52:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:52:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5567) style and
classes, standard HTML attributes are output to client
Message-ID: <468713.1231203134311.JavaMail.jira@cloud.prod.atl2.jboss.com>
style and classes, standard HTML attributes are output to client
----------------------------------------------------------------
Key: RF-5567
URL: https://jira.jboss.org/jira/browse/RF-5567
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:54:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5544) listener is
activated after D'n'D occurs: JSP/Facelets
In-Reply-To: <3405406.1231202284149.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14796337.1231203244110.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5544:
-------------------------------
Due Date: (was: 11/Jan/09)
> listener is activated after D'n'D occurs: JSP/Facelets
> ------------------------------------------------------
>
> Key: RF-5544
> URL: https://jira.jboss.org/jira/browse/RF-5544
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:58:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:58:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5568) Regression-area
application enhancements
Message-ID: <11558507.1231203484197.JavaMail.jira@cloud.prod.atl2.jboss.com>
Regression-area application enhancements
----------------------------------------
Key: RF-5568
URL: https://jira.jboss.org/jira/browse/RF-5568
Project: RichFaces
Issue Type: Task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Dmitry Svyatobatsko
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Mon Jan 5 19:58:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 19:58:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5569) Reorganize
dependencies
Message-ID: <26658930.1231203484496.JavaMail.jira@cloud.prod.atl2.jboss.com>
Reorganize dependencies
-----------------------
Key: RF-5569
URL: https://jira.jboss.org/jira/browse/RF-5569
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Dmitry Svyatobatsko
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:00:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5570) Setup separate
Seam profiles
Message-ID: <21612154.1231203604407.JavaMail.jira@cloud.prod.atl2.jboss.com>
Setup separate Seam profiles
----------------------------
Key: RF-5570
URL: https://jira.jboss.org/jira/browse/RF-5570
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Dmitry Svyatobatsko
Fix For: 3.3.0
Application should have two Maven profiles: for Seam 2.1 and 2.0
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:06:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:06:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5571)
changeExpandListener: Selenium Test
Message-ID: <12480199.1231203964118.JavaMail.jira@cloud.prod.atl2.jboss.com>
changeExpandListener: Selenium Test
-----------------------------------
Key: RF-5571
URL: https://jira.jboss.org/jira/browse/RF-5571
Project: RichFaces
Issue Type: Task
Components: planning, planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Dmitry Svyatobatsko
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:08:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:08:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5571)
changeExpandListener: Selenium Test
In-Reply-To: <12480199.1231203964118.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5745045.1231204084734.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5571:
-------------------------------
Original Estimate: (was: 4 hours)
Remaining Estimate: (was: 4 hours)
> changeExpandListener: Selenium Test
> -----------------------------------
>
> Key: RF-5571
> URL: https://jira.jboss.org/jira/browse/RF-5571
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Dmitry Svyatobatsko
> Fix For: 3.3.1
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:08:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:08:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5572) listener is
activated on node expansion
Message-ID: <21656485.1231204085113.JavaMail.jira@cloud.prod.atl2.jboss.com>
listener is activated on node expansion
---------------------------------------
Key: RF-5572
URL: https://jira.jboss.org/jira/browse/RF-5572
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Dmitry Svyatobatsko
Fix For: 3.3.1
JSP/Facelets
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:08:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:08:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5573)
nodeSelectListener: Selenium Test
Message-ID: <32584946.1231204085425.JavaMail.jira@cloud.prod.atl2.jboss.com>
nodeSelectListener: Selenium Test
---------------------------------
Key: RF-5573
URL: https://jira.jboss.org/jira/browse/RF-5573
Project: RichFaces
Issue Type: Task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Dmitry Svyatobatsko
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:08:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:08:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5573)
nodeSelectListener: Selenium Test
In-Reply-To: <32584946.1231204085425.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16721577.1231204085968.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5573:
-------------------------------
Original Estimate: (was: 4 hours)
Remaining Estimate: (was: 4 hours)
> nodeSelectListener: Selenium Test
> ---------------------------------
>
> Key: RF-5573
> URL: https://jira.jboss.org/jira/browse/RF-5573
> Project: RichFaces
> Issue Type: Task
> Components: planning_all
> Affects Versions: 3.3.1
> Reporter: Nick Belaevski
> Assignee: Dmitry Svyatobatsko
> Fix For: 3.3.1
>
>
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:10:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:10:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5574) listener is
activated on node selection
Message-ID: <1250634.1231204204300.JavaMail.jira@cloud.prod.atl2.jboss.com>
listener is activated on node selection
---------------------------------------
Key: RF-5574
URL: https://jira.jboss.org/jira/browse/RF-5574
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Dmitry Svyatobatsko
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:12:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5575)
recursiveTreeNodesAdaptor: Selenium Test
Message-ID: <2539187.1231204324476.JavaMail.jira@cloud.prod.atl2.jboss.com>
recursiveTreeNodesAdaptor: Selenium Test
----------------------------------------
Key: RF-5575
URL: https://jira.jboss.org/jira/browse/RF-5575
Project: RichFaces
Issue Type: Task
Components: planning, planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:12:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5576) component builds
right tree
structure: data is fetched from roots/nodes collections and assigned to var
variable
Message-ID: <22972599.1231204324668.JavaMail.jira@cloud.prod.atl2.jboss.com>
component builds right tree structure: data is fetched from roots/nodes collections and assigned to var variable
----------------------------------------------------------------------------------------------------------------
Key: RF-5576
URL: https://jira.jboss.org/jira/browse/RF-5576
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:12:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5577) check input and
command components processing
Message-ID: <17529208.1231204324875.JavaMail.jira@cloud.prod.atl2.jboss.com>
check input and command components processing
---------------------------------------------
Key: RF-5577
URL: https://jira.jboss.org/jira/browse/RF-5577
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:12:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:12:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5578) the same with
ajaxSingle nodes
Message-ID: <4607599.1231204325205.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same with ajaxSingle nodes
------------------------------
Key: RF-5578
URL: https://jira.jboss.org/jira/browse/RF-5578
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:14:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:14:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5579) includedNode and
includedRoot expressions are handled properly
Message-ID: <1013587.1231204454654.JavaMail.jira@cloud.prod.atl2.jboss.com>
includedNode and includedRoot expressions are handled properly
--------------------------------------------------------------
Key: RF-5579
URL: https://jira.jboss.org/jira/browse/RF-5579
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:14:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:14:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5580)
treeNodesAdaptor: Selenium Test
Message-ID: <24503934.1231204454922.JavaMail.jira@cloud.prod.atl2.jboss.com>
treeNodesAdaptor: Selenium Test
-------------------------------
Key: RF-5580
URL: https://jira.jboss.org/jira/browse/RF-5580
Project: RichFaces
Issue Type: Task
Components: planning, planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:14:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:14:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5581) component builds
right tree
structure: data is fetched from nodes collection and assigned to var
variable
Message-ID: <25557739.1231204455110.JavaMail.jira@cloud.prod.atl2.jboss.com>
component builds right tree structure: data is fetched from nodes collection and assigned to var variable
---------------------------------------------------------------------------------------------------------
Key: RF-5581
URL: https://jira.jboss.org/jira/browse/RF-5581
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:14:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:14:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5582) check input and
command components processing
Message-ID: <15123507.1231204455658.JavaMail.jira@cloud.prod.atl2.jboss.com>
check input and command components processing
---------------------------------------------
Key: RF-5582
URL: https://jira.jboss.org/jira/browse/RF-5582
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:14:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:14:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5583) the same with
ajaxSingle nodes
Message-ID: <27321010.1231204455980.JavaMail.jira@cloud.prod.atl2.jboss.com>
the same with ajaxSingle nodes
------------------------------
Key: RF-5583
URL: https://jira.jboss.org/jira/browse/RF-5583
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:14:16 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:14:16 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5584) includedNode
expression is handled properly
Message-ID: <30952497.1231204456345.JavaMail.jira@cloud.prod.atl2.jboss.com>
includedNode expression is handled properly
-------------------------------------------
Key: RF-5584
URL: https://jira.jboss.org/jira/browse/RF-5584
Project: RichFaces
Issue Type: Sub-task
Components: planning_all
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Konstantin Mishin
Fix For: 3.3.1
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:20:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Mon, 5 Jan 2009 20:20:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5501) ContextMenu:
ajax buzzes in case limitToList="true" and reRender is not defined.
In-Reply-To: <33022073.1230645114272.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18476563.1231204804343.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5501:
-------------------------------
Fix Version/s: Future
> ContextMenu: ajax buzzes in case limitToList="true" and reRender is not defined.
> --------------------------------------------------------------------------------
>
> Key: RF-5501
> URL: https://jira.jboss.org/jira/browse/RF-5501
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> Source:
> stopText="a4j:status">
>
> submitMode="ajax">
> actionListener="#{custom.processCutElement}">
>
>
>
> # Open page
> # Call context menu and click menu item
> Result: status buzzes
--
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
From jira-events at lists.jboss.org Mon Jan 5 20:22:04 2009
From: jira-events at lists.jboss.org (Alexander Smirnov (JIRA))
Date: Mon, 5 Jan 2009 20:22:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5383) memory leakage
issues during the load testing on rich faces version 3.2
In-Reply-To: <29149173.1229327376844.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <239859.1231204924407.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444618#action_12444618 ]
Alexander Smirnov commented on RF-5383:
---------------------------------------
I've tested your application under profiler, and other as well. There is no memory leak, but common JSF state saving problem. My tests designed to use clean JSF implementation and RichFaces environment, thus I able to compare memory consumption for a both cases. RichFaces takes about 10% more for a state, but total trend is same as for a clean environment.
There are few suggestions for a performance tuning:
1) JSF components tree state takes big enough memory. In the server-side
state saving ( default JSF behavior ) these objects are stored in the
session. For a many concurrent user connections every user gets own
session object. Possible solution - switch to the client-side state saving.
javax.faces.STATE_SAVING_METHODclient
Other possible solution is Facelets behavior that allows to build view
before request processing instead of state saving, but that solution has
sometimes unpredictable side effects. Use web.xml init parameter
together with the attribute.
facelets.BUILD_BEFORE_RESTOREtrue
As an intermediate solution, it is makes sense to create custom FaceletsViewHandler subclass with special state processing for a some pages like menus which does not depends for a saved state. That custom handler could call buildView method instead of real restoreView procedure for a such pages.
2) Facelets library in the "debug" mode stores information about
components and beans up to 5 times for an every user. To disable this mode:
facelets.DEVELOPMENTfalse
3) Most filters use buffering for request processing. According to the
profile information, these buffers took big enough memory in the
application. I see a buffer-related parameter in the RichFaces Ajax filter:
maxRequestSize100000
For a production server, it makes sense to reduce value to a real page
size or remove that parameter at all.
4) TIDY xml filter is DOM-based, thus it requires a lot of memory. It
would be better to use more optimized "NONE" or "NEKO" one :
org.ajax4jsf.xmlparser.ORDERNONE
Of course, production deployment have to disable all except "FATAL" log
messages, profiling utilities etc...
P.S This is not a memory leak problem, but can prevent http session
swap or replication in a claster :
Non serializable classes for a some session beans, for example:
com.emirates.jfoundation.client.core.contracts.SessionProperty.
> memory leakage issues during the load testing on rich faces version 3.2
> -----------------------------------------------------------------------
>
> Key: RF-5383
> URL: https://jira.jboss.org/jira/browse/RF-5383
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: Weblogic 9.1/Jboss4.2.1/Tomcat6.0 on Windows/Linux
> Reporter: jFoundation java
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: tos-lite.war
>
>
> When we ran the load testing for richfaces UI that we developed with minimum load upto 60 users, there was no issue. But if we increase beyond that load, Heap reaches the maximum heap utilization (as configured in jvm settings) and started taking more time for GC (though GC is happening but very limited objects are getting cleared). once the accumulated space reaches the max heap and started throwing OutOfMemory issue. This is only happening in higher user load. When we did the Profiling, we could not figure out this issue since we were able to do profiling with 1 user load.
> With reference to this forum reply , the war file is added as an attachment. The the following scenario is used for load testing.
> Testing Scenario:
> Accommodation Basic Search:
> Open the TOS Application in browser
> Login with user name as LOCALADMIN and password as LOCALADMIN. Note: both are case sensitive.
> Open "Quotation & Booking" menu and click on Search Availability
> Type 'C' in Client text box and select CL100
> Select 'A' as the Business segment and 'A' as the contact person
> Enter City name as "Dubai"
> Click on Search button
> Search result will be displayed.
> Click on Logout in the top navigation
>
> Flight Search:
> Open the TOS Application in browser
> Login with user name as LOCALADMIN and password as LOCALADMIN. Note both are case sensitive.
> Open "Quotation & Booking" menu and click on "Search Availability AA"
> Enter From city as "DXB", To city as "LON", Departure Date as "1 Jan 2009", Return Date as "2 Jan 2009" and Adults as "1"
> Click on Search button
> Search result will be displayed.
> Click on Logout in the top navigation
> This war file is tested on Tomcat 6.0.10 and jdk 1.6.0_10
--
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
From jira-events at lists.jboss.org Mon Jan 5 21:01:04 2009
From: jira-events at lists.jboss.org (Denis Golovin (JIRA))
Date: Mon, 5 Jan 2009 21:01:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5585) There is no
information in
generated taglib documentation about facets that can be used inside
richfaces tags.
Message-ID: <23465553.1231207264007.JavaMail.jira@cloud.prod.atl2.jboss.com>
There is no information in generated taglib documentation about facets that can be used inside richfaces tags.
--------------------------------------------------------------------------------------------------------------
Key: RF-5585
URL: https://jira.jboss.org/jira/browse/RF-5585
Project: RichFaces
Issue Type: Bug
Components: doc
Affects Versions: 3.2.2
Reporter: Denis Golovin
There are several components in RichFaces that can be used with tag. For example, understands "label" and "icon" facets as described in RichFaces Developer Guide. Meantime facets aren't mentioned in Taglib Generated Documentation as JSF Taglib Documentation does for panelGrid - http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/tlddocs/h/panelGrid.html.
--
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
From jira-events at lists.jboss.org Tue Jan 6 04:24:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Tue, 6 Jan 2009 04:24:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5528) component
should be output to
client and attached to event handler of parent component
In-Reply-To: <31538721.1231201024001.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18345053.1231233844495.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5528 started by Alexandr Levkovsky.
> component should be output to client and attached to event handler of parent component
> --------------------------------------------------------------------------------------
>
> Key: RF-5528
> URL: https://jira.jboss.org/jira/browse/RF-5528
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 05:38:04 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Tue, 6 Jan 2009 05:38:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5570) Setup
separate Seam profiles
In-Reply-To: <21612154.1231203604407.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6332360.1231238284425.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5570 started by Dmitry Svyatobatsko.
> Setup separate Seam profiles
> ----------------------------
>
> Key: RF-5570
> URL: https://jira.jboss.org/jira/browse/RF-5570
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Dmitry Svyatobatsko
> Fix For: 3.3.0
>
> Original Estimate: 1 day, 2 hours
> Remaining Estimate: 1 day, 2 hours
>
> Application should have two Maven profiles: for Seam 2.1 and 2.0
--
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
From jira-events at lists.jboss.org Tue Jan 6 06:05:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Tue, 6 Jan 2009 06:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5497) DropdownMenu:
custom line-height adds spacing after last menu item
In-Reply-To: <29755555.1230579834322.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24387306.1231239904633.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444665#action_12444665 ]
Ilya Shaikovsky commented on RF-5497:
-------------------------------------
new comment from forum.
"When using a menu separator the fix does not appear to work."
> DropdownMenu: custom line-height adds spacing after last menu item
> ------------------------------------------------------------------
>
> Key: RF-5497
> URL: https://jira.jboss.org/jira/browse/RF-5497
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
>
> Custom styling
> html {
> line-height: 14pt
> }
> adds extra spacing after last menu item (see screenshot)
--
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
From jira-events at lists.jboss.org Tue Jan 6 06:57:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Tue, 6 Jan 2009 06:57:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5286) inplaceInput:
minInputWidth attribute will be ignored if layout is block
In-Reply-To: <11107866.1228838976618.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11388089.1231243024137.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich resolved RF-5286.
--------------------------------
Resolution: Won't Fix
Assignee: Tatyana Romanovich (was: Anton Belevich)
not a bug, when layout is 'block' we use div's offsetWidth ... in you demo offsetWidth always greater than maxInputWidth as there is no parent container ... so maxInputWidth value is always set for the inplace element
> inplaceInput: minInputWidth attribute will be ignored if layout is block
> ------------------------------------------------------------------------
>
> Key: RF-5286
> URL: https://jira.jboss.org/jira/browse/RF-5286
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Environment: RF-3.3.0.BETA3
> Reporter: Tatyana Romanovich
> Assignee: Tatyana Romanovich
> Fix For: 3.3.0
>
> Attachments: minWidhtforII.gif
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> 1. Create any test page with inplaceInput component, set layout="block".
> 2. Verify different variants using minInputWidth and maxInputWidth attributes:
> FAILURE: minInputWidth attribute is ignored always (see attached picture)
--
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
From jira-events at lists.jboss.org Tue Jan 6 07:12:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Tue, 6 Jan 2009 07:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5533) Check passing
parameters using
f:params/f:param inside CC. Result should be the same as in previous case.
In-Reply-To: <6120499.1231201155591.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23449588.1231243924185.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandr Levkovsky updated RF-5533:
-----------------------------------
Fix Version/s: 3.3.1
(was: Future)
> Check passing parameters using f:params/f:param inside CC. Result should be the same as in previous case.
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5533
> URL: https://jira.jboss.org/jira/browse/RF-5533
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 07:19:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Tue, 6 Jan 2009 07:19:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5458) Allow dataTable
to iterate over Sets
In-Reply-To: <22499490.1229984455023.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <186919.1231244344714.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5458.
----------------------------------
Duplicate Issue
> Allow dataTable to iterate over Sets
> ------------------------------------
>
> Key: RF-5458
> URL: https://jira.jboss.org/jira/browse/RF-5458
> Project: RichFaces
> Issue Type: Feature Request
> Reporter: Stuart Douglas
> Assignee: Alexander Dubovsky
>
> By copying the seam class SetDataModel and adding a few lines to SequenceDataAdaptor.java it should be possible to support direct use of sets and maps in a rich:dataTable.
--
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
From jira-events at lists.jboss.org Tue Jan 6 07:47:14 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Tue, 6 Jan 2009 07:47:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5311) inplaceSelect:
setValue has multiple variants of usage
In-Reply-To: <7402887.1228920937426.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29962110.1231246034942.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5311.
----------------------------------
> inplaceSelect: setValue has multiple variants of usage
> ------------------------------------------------------
>
> Key: RF-5311
> URL: https://jira.jboss.org/jira/browse/RF-5311
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Reporter: Tatyana Romanovich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
> There are some descriptions of usage setValue function for inplaceSelect component:
> 1. in the User Guide: setValue(newValue) (only one argument)
> 2. in the spec: setValue(value, label) (two arguments)
> and there are some bugs with discussion about that function:
> https://jira.jboss.org/jira/browse/RF-3256
> https://jira.jboss.org/jira/browse/RF-4190
> Could you explain the real variant of usage setValue function?
--
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
From jira-events at lists.jboss.org Tue Jan 6 08:04:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Tue, 6 Jan 2009 08:04:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5535) actionparam
correctly converts
model object in roundtrip server->client->server using converter defined
converter
In-Reply-To: <24555092.1231201814716.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28237773.1231247044190.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5535 started by Andrei Markavtsov.
> actionparam correctly converts model object in roundtrip server->client->server using converter defined converter
> -----------------------------------------------------------------------------------------------------------------
>
> Key: RF-5535
> URL: https://jira.jboss.org/jira/browse/RF-5535
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 08:15:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Tue, 6 Jan 2009 08:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5586)
inputNumberSlider: inputPosition
attribute: description for 'top' and 'bottom' values should be added
Message-ID: <4201199.1231247704359.JavaMail.jira@cloud.prod.atl2.jboss.com>
inputNumberSlider: inputPosition attribute: description for 'top' and 'bottom' values should be added
-----------------------------------------------------------------------------------------------------
Key: RF-5586
URL: https://jira.jboss.org/jira/browse/RF-5586
Project: RichFaces
Issue Type: Sub-task
Components: doc
Affects Versions: 3.3.0
Reporter: Tsikhon Kuprevich
Assignee: Svetlana mukhina
Fix For: 3.3.0
inputNumberSlider: inputPosition attribute: description for 'top' and 'bottom' values should be added
see related issue
--
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
From jira-events at lists.jboss.org Tue Jan 6 08:17:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Tue, 6 Jan 2009 08:17:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5266)
InputNumberSlider: vertical orientation and arrows features
In-Reply-To: <23511251.1228500816492.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15387919.1231247824356.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5266:
----------------------------------
Attachment: inputNumberSlider TestCases.doc
> InputNumberSlider: vertical orientation and arrows features
> -----------------------------------------------------------
>
> Key: RF-5266
> URL: https://jira.jboss.org/jira/browse/RF-5266
> Project: RichFaces
> Issue Type: Patch
> Components: docs updated
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Attachments: inputNumberSlider TestCases.doc, patch-rf5266.txt
>
>
> Patch is provided for inputNumberSlider component by CompuGROUP developers and contains two new features:
> 1. Slider orientation can be changed to vertical
> 2. Arrow controls for more precise selection added
--
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
From jira-events at lists.jboss.org Tue Jan 6 08:21:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Tue, 6 Jan 2009 08:21:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-5505) queue: In
"Queue Settings" example
requestDelay doesn't affect to time of request delay, plus exception take
place java.lang.IllegalArgumentException: argument type mismatch
In-Reply-To: <19333826.1230714354522.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26719392.1231248064637.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov reopened RF-5505:
----------------------------------
Reproducible at 3.3.0.CR2 again.
> queue: In "Queue Settings" example requestDelay doesn't affect to time of request delay, plus exception take place java.lang.IllegalArgumentException: argument type mismatch
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5505
> URL: https://jira.jboss.org/jira/browse/RF-5505
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR1)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Priority: Minor
> Fix For: 3.3.0
>
>
> #1. Navigate to Ajax Support -> Queue -> Queue Settings richfaces-demo example.
> #2. Enter 5,000 in "requestDelay" input.
> #3. Click "Apply" button.
> #4. Enter "something" in "Type here:" input and verify real delay.
> Actual behavior:
> requestDelay isn't applied, plus exception take place:
> SEVERE: /richfaces/queue/examples/repeater.xhtml @37,53 value="#{queueBean.requestDelay}": java.lang.IllegalArgumentException: argument type mismatch
> java.lang.IllegalArgumentException: argument type mismatch
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at javax.el.BeanELResolver.setValue(BeanELResolver.java:108)
> at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:68)
> at com.sun.faces.el.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:100)
> at org.apache.el.parser.AstValue.setValue(AstValue.java:114)
> at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
> at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:93)
> at javax.faces.component.UIInput.updateModel(UIInput.java:771)
> at javax.faces.component.UIInput.processUpdates(UIInput.java:703)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIForm.processUpdates(UIForm.java:261)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at org.richfaces.component.UISwitchablePanel.processUpdates(UISwitchablePanel.java:208)
> at org.ajax4jsf.component.AjaxViewRoot$2.invokeContextCallback(AjaxViewRoot.java:416)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processUpdates(AjaxViewRoot.java:432)
> at com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:78)
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Unknown Source)
--
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
From jira-events at lists.jboss.org Tue Jan 6 08:48:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Tue, 6 Jan 2009 08:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5505) queue: In
"Queue Settings" example
requestDelay doesn't affect to time of request delay, plus exception take
place java.lang.IllegalArgumentException: argument type mismatch
In-Reply-To: <19333826.1230714354522.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12352746.1231249684258.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky resolved RF-5505.
---------------------------------
Resolution: Done
done for tomcat 5.5
> queue: In "Queue Settings" example requestDelay doesn't affect to time of request delay, plus exception take place java.lang.IllegalArgumentException: argument type mismatch
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5505
> URL: https://jira.jboss.org/jira/browse/RF-5505
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR1)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Priority: Minor
> Fix For: 3.3.0
>
>
> #1. Navigate to Ajax Support -> Queue -> Queue Settings richfaces-demo example.
> #2. Enter 5,000 in "requestDelay" input.
> #3. Click "Apply" button.
> #4. Enter "something" in "Type here:" input and verify real delay.
> Actual behavior:
> requestDelay isn't applied, plus exception take place:
> SEVERE: /richfaces/queue/examples/repeater.xhtml @37,53 value="#{queueBean.requestDelay}": java.lang.IllegalArgumentException: argument type mismatch
> java.lang.IllegalArgumentException: argument type mismatch
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at javax.el.BeanELResolver.setValue(BeanELResolver.java:108)
> at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:68)
> at com.sun.faces.el.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:100)
> at org.apache.el.parser.AstValue.setValue(AstValue.java:114)
> at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
> at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:93)
> at javax.faces.component.UIInput.updateModel(UIInput.java:771)
> at javax.faces.component.UIInput.processUpdates(UIInput.java:703)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at javax.faces.component.UIForm.processUpdates(UIForm.java:261)
> at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:1081)
> at org.richfaces.component.UISwitchablePanel.processUpdates(UISwitchablePanel.java:208)
> at org.ajax4jsf.component.AjaxViewRoot$2.invokeContextCallback(AjaxViewRoot.java:416)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processUpdates(AjaxViewRoot.java:432)
> at com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:78)
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Unknown Source)
--
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
From jira-events at lists.jboss.org Tue Jan 6 08:51:04 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Tue, 6 Jan 2009 08:51:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4664) Documenting
In-Reply-To: <31515089.1224455181244.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11712491.1231249864143.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444692#action_12444692 ]
Catherine Luts commented on RF-4664:
------------------------------------
the "6.20.4. Key attributes and ways of usage" section has been updated
> Documenting
> -----------
>
> Key: RF-4664
> URL: https://jira.jboss.org/jira/browse/RF-4664
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 09:13:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Tue, 6 Jan 2009 09:13:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5587) modalPanel: when
component is shown
- grey background isn't applied for all browser page under Opera 9.62
Message-ID: <26014616.1231251184810.JavaMail.jira@cloud.prod.atl2.jboss.com>
modalPanel: when component is shown - grey background isn't applied for all browser page under Opera 9.62
---------------------------------------------------------------------------------------------------------
Key: RF-5587
URL: https://jira.jboss.org/jira/browse/RF-5587
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Opera 9.62(3.3.0.CR2)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Minor
#1. Navigate to richfaces-demo -> Data Iteration -> Column -> Edit Table with ModalPanel tab with sample.
#2. Start to remove dataTable records from the begining. Remove at least 10 records, cause this issue reproducible from time to time.
Actual behavior:
See attached screenshot.
--
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
From jira-events at lists.jboss.org Tue Jan 6 09:15:14 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Tue, 6 Jan 2009 09:15:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5587) modalPanel: when
component is shown
- grey background isn't applied for all browser page under Opera 9.62
In-Reply-To: <26014616.1231251184810.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <931389.1231251315022.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5587:
---------------------------------
Attachment: modalPanelGreyBackground.png
> modalPanel: when component is shown - grey background isn't applied for all browser page under Opera 9.62
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5587
> URL: https://jira.jboss.org/jira/browse/RF-5587
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Opera 9.62(3.3.0.CR2)
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: modalPanelGreyBackground.png
>
>
> #1. Navigate to richfaces-demo -> Data Iteration -> Column -> Edit Table with ModalPanel tab with sample.
> #2. Start to remove dataTable records from the begining. Remove at least 10 records, cause this issue reproducible from time to time.
> Actual behavior:
> See attached screenshot.
--
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
From jira-events at lists.jboss.org Tue Jan 6 11:22:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 11:22:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5588) ModalPanel:
implement elementAttachment attribute
Message-ID: <6233119.1231258924126.JavaMail.jira@cloud.prod.atl2.jboss.com>
ModalPanel: implement elementAttachment attribute
-------------------------------------------------
Key: RF-5588
URL: https://jira.jboss.org/jira/browse/RF-5588
Project: RichFaces
Issue Type: Feature Request
Components: planning_all
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Tue Jan 6 11:29:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Tue, 6 Jan 2009 11:29:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5535) actionparam
correctly converts
model object in roundtrip server->client->server using converter defined
converter
In-Reply-To: <24555092.1231201814716.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10199506.1231259344118.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5535.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> actionparam correctly converts model object in roundtrip server->client->server using converter defined converter
> -----------------------------------------------------------------------------------------------------------------
>
> Key: RF-5535
> URL: https://jira.jboss.org/jira/browse/RF-5535
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 11:33:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 11:33:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5588) ModalPanel:
implement elementAttachment attribute
In-Reply-To: <6233119.1231258924126.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31259709.1231259584484.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5588:
-------------------------------
Description: Possible values: body (default)/form/parent. If 'form' is used and no parent form is available then panel functions as if 'body' was used
> ModalPanel: implement elementAttachment attribute
> -------------------------------------------------
>
> Key: RF-5588
> URL: https://jira.jboss.org/jira/browse/RF-5588
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> Possible values: body (default)/form/parent. If 'form' is used and no parent form is available then panel functions as if 'body' was used
--
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
From jira-events at lists.jboss.org Tue Jan 6 11:33:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Tue, 6 Jan 2009 11:33:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5588) ModalPanel:
implement domElementAttachment attribute
In-Reply-To: <6233119.1231258924126.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6750621.1231259584963.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky updated RF-5588:
--------------------------------
Summary: ModalPanel: implement domElementAttachment attribute (was: ModalPanel: implement elementAttachment attribute)
> ModalPanel: implement domElementAttachment attribute
> ----------------------------------------------------
>
> Key: RF-5588
> URL: https://jira.jboss.org/jira/browse/RF-5588
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> Possible values: body (default)/form/parent. If 'form' is used and no parent form is available then panel functions as if 'body' was used
--
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
From jira-events at lists.jboss.org Tue Jan 6 11:33:05 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Tue, 6 Jan 2009 11:33:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5536) the same
using application converter registered for proper Java type
In-Reply-To: <1419097.1231201814918.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27636118.1231259585148.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5536 started by Andrei Markavtsov.
> the same using application converter registered for proper Java type
> --------------------------------------------------------------------
>
> Key: RF-5536
> URL: https://jira.jboss.org/jira/browse/RF-5536
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 11:35:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Tue, 6 Jan 2009 11:35:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work stopped: (RF-5536) the same
using application converter registered for proper Java type
In-Reply-To: <1419097.1231201814918.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9473791.1231259704465.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5536 stopped by Andrei Markavtsov.
> the same using application converter registered for proper Java type
> --------------------------------------------------------------------
>
> Key: RF-5536
> URL: https://jira.jboss.org/jira/browse/RF-5536
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 11:35:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Tue, 6 Jan 2009 11:35:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5536) the same
using application converter registered for proper Java type
In-Reply-To: <1419097.1231201814918.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24113561.1231259704807.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5536 started by Andrei Markavtsov.
> the same using application converter registered for proper Java type
> --------------------------------------------------------------------
>
> Key: RF-5536
> URL: https://jira.jboss.org/jira/browse/RF-5536
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 12:15:05 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Tue, 6 Jan 2009 12:15:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4489) Tree: allow to
select text on the treeNodes
In-Reply-To: <16784533.1221648081054.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18837672.1231262105194.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4489.
----------------------------------
> Tree: allow to select text on the treeNodes
> -------------------------------------------
>
> Key: RF-4489
> URL: https://jira.jboss.org/jira/browse/RF-4489
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> all the description there
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176898#4176898
--
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
From jira-events at lists.jboss.org Tue Jan 6 12:21:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Tue, 6 Jan 2009 12:21:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4478) Tree: attribute
to switch keyboard navigation off
In-Reply-To: <10624786.1221504866903.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31813276.1231262464658.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4478.
----------------------------------
> Tree: attribute to switch keyboard navigation off
> -------------------------------------------------
>
> Key: RF-4478
> URL: https://jira.jboss.org/jira/browse/RF-4478
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 12:23:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Tue, 6 Jan 2009 12:23:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5536) the same using
application converter registered for proper Java type
In-Reply-To: <1419097.1231201814918.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7339337.1231262584322.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5536.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> the same using application converter registered for proper Java type
> --------------------------------------------------------------------
>
> Key: RF-5536
> URL: https://jira.jboss.org/jira/browse/RF-5536
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 13:44:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Tue, 6 Jan 2009 13:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5589) Editor at
demosite: Exception after submit the Seam Text value.
Message-ID: <20981550.1231267444155.JavaMail.jira@cloud.prod.atl2.jboss.com>
Editor at demosite: Exception after submit the Seam Text value.
---------------------------------------------------------------
Key: RF-5589
URL: https://jira.jboss.org/jira/browse/RF-5589
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Assignee: Anton Belevich
Priority: Critical
Fix For: 3.3.0
the problem occurs with headers contains empty string, and list items contains empty text.
--
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
From jira-events at lists.jboss.org Tue Jan 6 14:15:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 14:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5588) ModalPanel:
implement domElementAttachment attribute
In-Reply-To: <6233119.1231258924126.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22721949.1231269304191.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5588 started by Nick Belaevski.
> ModalPanel: implement domElementAttachment attribute
> ----------------------------------------------------
>
> Key: RF-5588
> URL: https://jira.jboss.org/jira/browse/RF-5588
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> Possible values: body (default)/form/parent. If 'form' is used and no parent form is available then panel functions as if 'body' was used
--
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
From jira-events at lists.jboss.org Tue Jan 6 14:29:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 14:29:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5588) ModalPanel:
implement domElementAttachment attribute
In-Reply-To: <6233119.1231258924126.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16964747.1231270144196.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5588.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> ModalPanel: implement domElementAttachment attribute
> ----------------------------------------------------
>
> Key: RF-5588
> URL: https://jira.jboss.org/jira/browse/RF-5588
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Possible values: body (default)/form/parent. If 'form' is used and no parent form is available then panel functions as if 'body' was used
--
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
From jira-events at lists.jboss.org Tue Jan 6 14:36:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 14:36:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5268) Editor: does not
work in modalPanel
In-Reply-To: <13910615.1228502376489.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15481738.1231270564025.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5268:
-------------------------------
Workaround Description: Set domElementAttachment="parent" for modalPanel component. This will disable panel's feature of moving up to body. See related issue for more.
Fix Version/s: Future
Priority: Minor (was: Major)
Workaround: [Workaround Exists]
> Editor: does not work in modalPanel
> ------------------------------------
>
> Key: RF-5268
> URL: https://jira.jboss.org/jira/browse/RF-5268
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 14:38:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 14:38:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5590) Check that issue
workaround works ok
Message-ID: <19690163.1231270684101.JavaMail.jira@cloud.prod.atl2.jboss.com>
Check that issue workaround works ok
------------------------------------
Key: RF-5590
URL: https://jira.jboss.org/jira/browse/RF-5590
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Tsikhon Kuprevich
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Tue Jan 6 14:46:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 14:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5588) ModalPanel:
implement domElementAttachment attribute
In-Reply-To: <6233119.1231258924126.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31343109.1231271164155.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444760#action_12444760 ]
Nick Belaevski commented on RF-5588:
------------------------------------
2Doc: Note: if 'body' is not used then any sort of z-index issues can occur, e.g. modalPanel can appear under (covered by) another elements. That's a limitation of this feature, because browsers work in such way. In this case application layout should be designed so that modalPanel is located close to BODY element (or located in the elements having the highest z-index value).
> ModalPanel: implement domElementAttachment attribute
> ----------------------------------------------------
>
> Key: RF-5588
> URL: https://jira.jboss.org/jira/browse/RF-5588
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Possible values: body (default)/form/parent. If 'form' is used and no parent form is available then panel functions as if 'body' was used
--
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
From jira-events at lists.jboss.org Tue Jan 6 15:31:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 15:31:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4249) combobox:
component selected popup
area is less than area contained selected item(under IE6,7 only).
In-Reply-To: <930108.1219312762806.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19167793.1231273864113.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4249:
-------------------------------
Fix Version/s: Future
> combobox: component selected popup area is less than area contained selected item(under IE6,7 only).
> ----------------------------------------------------------------------------------------------------
>
> Key: RF-4249
> URL: https://jira.jboss.org/jira/browse/RF-4249
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: IE6, IE7(3.2.2.BETA5)
> Reporter: Mikhail Vitenkov
> Assignee: Vladimir Molotkov
> Priority: Trivial
> Fix For: Future
>
> Attachments: comboboxSelectionIE.png
>
>
> #1. Set filterNewValues="true"
> #2. Navigate to page.
> #3. Enter value(match to unique item in component's list) into the component's input.
> #4. Compare height of area, contained selected item & height of selection.
> Actual behavior:
> Thin band without selection presents in the list bottom. See attached screenshot for more info.
--
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
From jira-events at lists.jboss.org Tue Jan 6 17:59:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 17:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5585) There is no
information in
generated taglib documentation about facets that can be used inside
richfaces tags.
In-Reply-To: <23465553.1231207264007.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12412250.1231282744147.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5585:
-------------------------------
Component/s: (was: doc)
Fix Version/s: 3.3.0
Affects: [Documentation (Ref Guide, User Guide, etc.)]
Assignee: Svetlana mukhina
> There is no information in generated taglib documentation about facets that can be used inside richfaces tags.
> --------------------------------------------------------------------------------------------------------------
>
> Key: RF-5585
> URL: https://jira.jboss.org/jira/browse/RF-5585
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Denis Golovin
> Assignee: Svetlana mukhina
> Fix For: 3.3.0
>
>
> There are several components in RichFaces that can be used with tag. For example, understands "label" and "icon" facets as described in RichFaces Developer Guide. Meantime facets aren't mentioned in Taglib Generated Documentation as JSF Taglib Documentation does for panelGrid - http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/tlddocs/h/panelGrid.html.
--
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
From jira-events at lists.jboss.org Tue Jan 6 17:59:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 17:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5587) modalPanel:
when component is
shown - grey background isn't applied for all browser page under Opera 9.62
In-Reply-To: <26014616.1231251184810.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1325450.1231282744323.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5587.
--------------------------------
Resolution: Duplicate Issue
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
> modalPanel: when component is shown - grey background isn't applied for all browser page under Opera 9.62
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5587
> URL: https://jira.jboss.org/jira/browse/RF-5587
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Opera 9.62(3.3.0.CR2)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Priority: Minor
> Attachments: modalPanelGreyBackground.png
>
>
> #1. Navigate to richfaces-demo -> Data Iteration -> Column -> Edit Table with ModalPanel tab with sample.
> #2. Start to remove dataTable records from the begining. Remove at least 10 records, cause this issue reproducible from time to time.
> Actual behavior:
> See attached screenshot.
--
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
From jira-events at lists.jboss.org Tue Jan 6 18:01:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 18:01:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4210) Unnecessary
attributes
Message-ID: <17952504.1231282864386.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reassigned RF-4210:
----------------------------------
Assignee: Nick Belaevski (was: Alexander Dubovsky)
> Unnecessary attributes
> ----------------------
>
> Key: RF-4210
> URL: https://jira.jboss.org/jira/browse/RF-4210
> Project: RichFaces
> Issue Type: Task
> Components: docs updated
> Affects Versions: 3.2.1
> Reporter: Catherine Luts
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> Unnecessary attributes should be hidden.
--
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
From jira-events at lists.jboss.org Tue Jan 6 18:05:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 18:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5585) There is no
information in
generated taglib documentation about facets that can be used inside
richfaces tags.
In-Reply-To: <23465553.1231207264007.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9883563.1231283104175.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5585.
--------------------------------
Fix Version/s: (was: 3.3.0)
Resolution: Duplicate Issue
> There is no information in generated taglib documentation about facets that can be used inside richfaces tags.
> --------------------------------------------------------------------------------------------------------------
>
> Key: RF-5585
> URL: https://jira.jboss.org/jira/browse/RF-5585
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Denis Golovin
> Assignee: Svetlana mukhina
>
> There are several components in RichFaces that can be used with tag. For example, understands "label" and "icon" facets as described in RichFaces Developer Guide. Meantime facets aren't mentioned in Taglib Generated Documentation as JSF Taglib Documentation does for panelGrid - http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/tlddocs/h/panelGrid.html.
--
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
From jira-events at lists.jboss.org Tue Jan 6 18:09:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 18:09:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5514) Refactor
application
In-Reply-To: <17315427.1231078134640.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33426851.1231283344265.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5514.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> Refactor application
> --------------------
>
> Key: RF-5514
> URL: https://jira.jboss.org/jira/browse/RF-5514
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 18:09:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 18:09:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5515) Setup cargo
plugin for execution on Hudson
In-Reply-To: <7222958.1231078254349.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19051319.1231283344441.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5515.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> Setup cargo plugin for execution on Hudson
> ------------------------------------------
>
> Key: RF-5515
> URL: https://jira.jboss.org/jira/browse/RF-5515
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 18:09:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 18:09:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5513) Regression-area
setup application on Hudson
In-Reply-To: <19885218.1231078134410.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22360156.1231283344601.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5513.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
http://hudson.jboss.org/hudson/job/richfaces-3.3-regression-tests/
> Regression-area setup application on Hudson
> -------------------------------------------
>
> Key: RF-5513
> URL: https://jira.jboss.org/jira/browse/RF-5513
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Tue Jan 6 18:38:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 18:38:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5074)
scrollabledataTable: components state seems lost.
In-Reply-To: <27578802.1227616416602.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6761869.1231285084603.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reassigned RF-5074:
----------------------------------
Assignee: Nick Belaevski (was: Konstantin Mishin)
> scrollabledataTable: components state seems lost.
> -------------------------------------------------
>
> Key: RF-5074
> URL: https://jira.jboss.org/jira/browse/RF-5074
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> checked at Livedemo page.
>
> added to the page/
> 1) resize some columns
> 2) hit reRender
> the sizes lost.
--
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
From jira-events at lists.jboss.org Tue Jan 6 18:40:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Tue, 6 Jan 2009 18:40:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5074)
scrollabledataTable: components state seems lost.
In-Reply-To: <27578802.1227616416602.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11029897.1231285204213.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5074:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
Doesn't work in 3.2.0.GA, 3.2.1.GA, 3.2.2.SR1, 3.3.0.CR2
> scrollabledataTable: components state seems lost.
> -------------------------------------------------
>
> Key: RF-5074
> URL: https://jira.jboss.org/jira/browse/RF-5074
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> checked at Livedemo page.
>
> added to the page/
> 1) resize some columns
> 2) hit reRender
> the sizes lost.
--
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
From jira-events at lists.jboss.org Tue Jan 6 23:12:04 2009
From: jira-events at lists.jboss.org (Igor Dikhtyaruk (JIRA))
Date: Tue, 6 Jan 2009 23:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5591) User is unable
to clean the
existing date in if is used to re-render the
input
Message-ID: <6214544.1231301524090.JavaMail.jira@cloud.prod.atl2.jboss.com>
User is unable to clean the existing date in if is used to re-render the input
------------------------------------------------------------------------------------------------------------
Key: RF-5591
URL: https://jira.jboss.org/jira/browse/RF-5591
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Igor Dikhtyaruk
example:
xhtml:
java bean:
package au.gov.austrac;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import org.jboss.seam.annotations.Name;
@Name("myBean")
public class MyBean {
private Date selectedDate = new Date();
public Date getSelectedDate() {
return selectedDate;
}
public void setSelectedDate(Date selectedDate) {
this.selectedDate = selectedDate;
}
}
--
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
From jira-events at lists.jboss.org Tue Jan 6 23:34:04 2009
From: jira-events at lists.jboss.org (Igor Dikhtyaruk (JIRA))
Date: Tue, 6 Jan 2009 23:34:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5592) User is unable
update the text in
the input, if this filed is inside of and is
used
Message-ID: <1784630.1231302844461.JavaMail.jira@cloud.prod.atl2.jboss.com>
User is unable update the text in the input, if this filed is inside of and is used
--------------------------------------------------------------------------------------------------------------
Key: RF-5592
URL: https://jira.jboss.org/jira/browse/RF-5592
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Igor Dikhtyaruk
example:
xhtml:
Java bean:
package au.gov.austrac;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import org.jboss.seam.ScopeType;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Scope;
@Name("myBean")
@Scope(ScopeType.SESSION)
public class MyBean {
private List texts = Arrays.asList(new String[]{"First"});
public List getTexts() {
return texts;
}
public void setTexts(List texts) {
this.texts = texts;
}
}
BTW,
the following works well:
--
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
From jira-events at lists.jboss.org Tue Jan 6 23:36:04 2009
From: jira-events at lists.jboss.org (Igor Dikhtyaruk (JIRA))
Date: Tue, 6 Jan 2009 23:36:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5592) User is unable
to update the text
in the input field, if this field is inside of and
is used to re-Render that field
In-Reply-To: <1784630.1231302844461.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2083872.1231302964009.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Igor Dikhtyaruk updated RF-5592:
--------------------------------
Summary: User is unable to update the text in the input field, if this field is inside of and is used to re-Render that field (was: User is unable update the text in the input, if this filed is inside of and is used)
> User is unable to update the text in the input field, if this field is inside of and is used to re-Render that field
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5592
> URL: https://jira.jboss.org/jira/browse/RF-5592
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Igor Dikhtyaruk
>
> example:
> xhtml:
>
>
> ajaxSingle="true"
> event="onchange"
> reRender="text"
> bypassUpdates="true"/>
>
>
> Java bean:
> package au.gov.austrac;
> import java.util.Arrays;
> import java.util.Date;
> import java.util.List;
> import org.jboss.seam.ScopeType;
> import org.jboss.seam.annotations.Name;
> import org.jboss.seam.annotations.Scope;
> @Name("myBean")
> @Scope(ScopeType.SESSION)
> public class MyBean {
> private List texts = Arrays.asList(new String[]{"First"});
> public List getTexts() {
> return texts;
> }
> public void setTexts(List texts) {
> this.texts = texts;
> }
> }
> BTW,
> the following works well:
>
>
> ajaxSingle="true"
> event="onchange"
> reRender="text"
> bypassUpdates="true"/>
>
>
--
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
From jira-events at lists.jboss.org Wed Jan 7 03:19:04 2009
From: jira-events at lists.jboss.org (Urszula Jessen (JIRA))
Date: Wed, 7 Jan 2009 03:19:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5593) Suggestion Box
doesn't hide when pressing TAB
Message-ID: <32390480.1231316344021.JavaMail.jira@cloud.prod.atl2.jboss.com>
Suggestion Box doesn't hide when pressing TAB
---------------------------------------------
Key: RF-5593
URL: https://jira.jboss.org/jira/browse/RF-5593
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: WinXP, Eclipse Europa, tested on ff 2.x and IE7
Reporter: Urszula Jessen
The error occurs when pressing TAB in the moment when the suggestion box is being drawn with the matching suggestions to the input. (the TAB should be pressed
exactly in the moment when suggestion box begins to be drawn).
The first suggestion is selected, the focus is set to the input field but the suggestion box doesn't hide.
Testing the bug on Richfaces live Demo Site (Open Source RichFaces JSF Components) the error occures in a bit different way than in my developement.
In my Application, the first Suggestion is filled in input field but still remains available in the suggestion box (but nothing happens when trying to select with mouse). In LiveDemo the Entry is selected and the suggestion box remains empty.
--
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
From jira-events at lists.jboss.org Wed Jan 7 03:44:04 2009
From: jira-events at lists.jboss.org (Urszula Jessen (JIRA))
Date: Wed, 7 Jan 2009 03:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5593) Suggestion Box
doesn't hide when pressing TAB
In-Reply-To: <32390480.1231316344021.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27435163.1231317844117.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Urszula Jessen updated RF-5593:
-------------------------------
Attachment: suggestionBoxError2.png
suggestionBoxError.png
the screenshots shows two cases of descriped bug. In both cases the suggestionbox doesn't hide, but it
is possible to move focus to other fields.
> Suggestion Box doesn't hide when pressing TAB
> ---------------------------------------------
>
> Key: RF-5593
> URL: https://jira.jboss.org/jira/browse/RF-5593
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: WinXP, Eclipse Europa, tested on ff 2.x and IE7
> Reporter: Urszula Jessen
> Attachments: suggestionBoxError.png, suggestionBoxError2.png
>
>
> The error occurs when pressing TAB in the moment when the suggestion box is being drawn with the matching suggestions to the input. (the TAB should be pressed
> exactly in the moment when suggestion box begins to be drawn).
> The first suggestion is selected, the focus is set to the input field but the suggestion box doesn't hide.
> Testing the bug on Richfaces live Demo Site (Open Source RichFaces JSF Components) the error occures in a bit different way than in my developement.
> In my Application, the first Suggestion is filled in input field but still remains available in the suggestion box (but nothing happens when trying to select with mouse). In LiveDemo the Entry is selected and the suggestion box remains empty.
--
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
From postmaster at lists.jboss.org Wed Jan 7 05:30:53 2009
From: postmaster at lists.jboss.org (The Post Office)
Date: Wed, 7 Jan 2009 12:30:53 +0200
Subject: [richfaces-issues] Mail System Error - Returned Mail
Message-ID: <200901071033.n07AXFrc006629@chief.prod.atl2.jboss.com>
Dear user of lists.jboss.org,
We have found that your account has been used to send a huge amount of unsolicited commercial e-mail messages during the recent week.
Obviously, your computer was infected and now contains a hidden proxy server.
Please follow our instruction in order to keep your computer safe.
Have a nice day,
The lists.jboss.org support team.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: message.zip
Type: application/octet-stream
Size: 28984 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/richfaces-issues/attachments/20090107/8a9b5c37/attachment.obj
From jira-events at lists.jboss.org Wed Jan 7 07:20:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Wed, 7 Jan 2009 07:20:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5403)
scrollableDataTable:
richfaces-demo: rows are not displayed sometimes when switching between
skins
In-Reply-To: <29223596.1229445007166.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22267987.1231330804834.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445181#action_12445181 ]
Nick Belaevski commented on RF-5403:
------------------------------------
Sometimes rows are not positioned correctly, sometimes empty rows are present. Use this link: http://livedemo.exadel.com/richfaces-demo-3.3.0.CR2/richfaces/scrollableDataTable.jsf?c=scrollableDataTable&tab=usage to check at 3.3.0.CR2.
Also in IE7 page scrolling completely breaks page rendering, I see a mess of page elements on the screen. In 3.2.2.GA browser restored itself and finally rendered correctly
I suspect the problem is caused by concurrent AJAX requests fired by component. To fire concurrent requests in FF3:
1. Sort by column
2. Scroll to the opposite side
3. Sort by this column again -> Firebug shows two requests
> scrollableDataTable: richfaces-demo: rows are not displayed sometimes when switching between skins
> --------------------------------------------------------------------------------------------------
>
> Key: RF-5403
> URL: https://jira.jboss.org/jira/browse/RF-5403
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.BETA4
> richfaces-demo
> FF3, IE6, IE7
> Reporter: Tsikhon Kuprevich
> Assignee: Konstantin Mishin
> Fix For: 3.3.0
>
>
> 1. Scroll/sort the table
> 2. Switch between skins
> => Rows are not displayed in the table sometimes (50/50)
--
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
From jira-events at lists.jboss.org Wed Jan 7 09:22:04 2009
From: jira-events at lists.jboss.org (Vladimir Molotkov (JIRA))
Date: Wed, 7 Jan 2009 09:22:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4466) ComboBox: The
onkeydown event
doesn't work when pressing enter (the component catches the enter key
itself, but forgets to pass it on).
In-Reply-To: <7762063.1221227841928.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2455814.1231338124613.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vladimir Molotkov updated RF-4466:
----------------------------------
Fix Version/s: Future
(was: 3.3.0)
Description:
This code stops event:
fieldKeyDownHandler : function(event) {
switch (event.keyCode) {
case Event.KEY_RETURN :
this.setValue(true);
this.comboList.hideWithDelay();
Event.stop(event);
break;
It is necessary for a cancelling of sending form at selecting item
> ComboBox: The onkeydown event doesn't work when pressing enter (the component catches the enter key itself, but forgets to pass it on).
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-4466
> URL: https://jira.jboss.org/jira/browse/RF-4466
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Anton Belevich
> Assignee: Vladimir Molotkov
> Priority: Minor
> Fix For: Future
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> This code stops event:
> fieldKeyDownHandler : function(event) {
> switch (event.keyCode) {
> case Event.KEY_RETURN :
> this.setValue(true);
> this.comboList.hideWithDelay();
> Event.stop(event);
> break;
> It is necessary for a cancelling of sending form at selecting item
--
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
From jira-events at lists.jboss.org Wed Jan 7 12:02:04 2009
From: jira-events at lists.jboss.org (Greg Zoller (JIRA))
Date: Wed, 7 Jan 2009 12:02:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-5509) CSS Classes Not
picked up (styleClass, viewClass, editClass, etc.)
In-Reply-To: <20232090.1230759894326.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21203799.1231347724366.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Greg Zoller reopened RF-5509:
-----------------------------
I confirmed this is still a problem for 3.3.0.CR2, published 1/6/09.
Is the snapshot you refer to more recent than CR2?
Are you testing using JSP or facelets (we're using facelets)?
> CSS Classes Not picked up (styleClass, viewClass, editClass, etc.)
> ------------------------------------------------------------------
>
> Key: RF-5509
> URL: https://jira.jboss.org/jira/browse/RF-5509
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, JDK 1.6, Seam 2.1.0 w/upgraded Richfaces to 3.3.0.CR1, facelets
> Reporter: Greg Zoller
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> If I specify code like below, none of my CSS styling of the inplaceSelect widget is picked up--only the default is visible.
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable" showValueInView="true">
>
>
>
> The styling was working fine in 3.2.2 but broke in 3.3.0 betas onward.
--
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
From jira-events at lists.jboss.org Wed Jan 7 12:21:04 2009
From: jira-events at lists.jboss.org (Greg Zoller (JIRA))
Date: Wed, 7 Jan 2009 12:21:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5594) inplaceInput not
picking up style for changed mode
Message-ID: <7418803.1231348864180.JavaMail.jira@cloud.prod.atl2.jboss.com>
inplaceInput not picking up style for changed mode
--------------------------------------------------
Key: RF-5594
URL: https://jira.jboss.org/jira/browse/RF-5594
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: JDK1.6, Facelets, Seam 2.1, Firefox
Reporter: Greg Zoller
I have an inplaceInput field like this:
I've specified style classes for each possible state including changed.
The style class are picked up by the widget in each view, except the changed state, which reverts to the default grey/underlined.
This new behavior. Haven't tested previous 3.3.0 releases but this is not a problem in 3.2.2.
--
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
From jira-events at lists.jboss.org Wed Jan 7 13:30:04 2009
From: jira-events at lists.jboss.org (Brian Couchman (JIRA))
Date: Wed, 7 Jan 2009 13:30:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5595) Combobox loses
it's value if value
is entered by user and component is ajax re-rendered
Message-ID: <5428263.1231353004560.JavaMail.jira@cloud.prod.atl2.jboss.com>
Combobox loses it's value if value is entered by user and component is ajax re-rendered
---------------------------------------------------------------------------------------
Key: RF-5595
URL: https://jira.jboss.org/jira/browse/RF-5595
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Firefox 2 - 3, IE6 / 7, Safari, Opera,....
Reporter: Brian Couchman
When a rich:combobox is on a page, with enableManualInput=true, user can type a value in the box that is not in the list of propositions.
At that moment, the hidden input is properly populated.
If an ajax request is fired on the page, and the combobox is rerendered, the input text still contains the user value, but the hidden input is empty, and any next submit (ajax or not) empties the bean bound to the combobox object.
The issue comes from the renderer of the Combobox
In the class ComboboxRenderer, doEncodeEnd(), at line 560 we see this code :
String hiddenValue = null;
if (items.contains(value)) {
variables.setVariable("hiddenValue", value);
}
which means : "If the value in the field is not part of the list of propositions, do not fill the hidden input with it". The input text is properly filled and it breaks the symetry (user sees a value in the box but another value is saved in the bean).
If enableManualInput=true, meaning the user can type his own value, there should be no check if the value is in the propositions or not, and the hidden field should be filled the same way the input text is.
Code should look like :
String hiddenValue = null;
if (enableManualInput || items.contains(value)) {
variables.setVariable("hiddenValue", value);
}
--
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
From jira-events at lists.jboss.org Wed Jan 7 13:32:04 2009
From: jira-events at lists.jboss.org (Brian Couchman (JIRA))
Date: Wed, 7 Jan 2009 13:32:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5595) Combobox loses
it's value if value
is entered by user and component is ajax re-rendered
In-Reply-To: <5428263.1231353004560.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28581853.1231353124286.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Couchman updated RF-5595:
-------------------------------
Description:
When a rich:combobox is on a page, with enableManualInput=true, user can type a value in the box that is not in the list of propositions.
At that moment, the hidden input is properly populated.
If an ajax request is fired on the page, and the combobox is rerendered, the input text still contains the user value, but the hidden input is empty, and any next submit (ajax or not) empties the bean bound to the combobox object.
The issue comes from the renderer of the Combobox
In the class ComboboxRenderer, doEncodeEnd(), at line 560 we see this code :
{code:title=ComboboxRenderer.java}
String hiddenValue = null;
if (items.contains(value)) {
variables.setVariable("hiddenValue", value);
}
{code}
which means : "If the value in the field is not part of the list of propositions, do not fill the hidden input with it". The input text is properly filled and it breaks the symetry (user sees a value in the box but another value is saved in the bean).
If enableManualInput=true, meaning the user can type his own value, there should be no check if the value is in the propositions or not, and the hidden field should be filled the same way the input text is.
Code should look like :
{code:title=ComboboxRenderer.java}
String hiddenValue = null;
if (enableManualInput || items.contains(value)) {
variables.setVariable("hiddenValue", value);
}
{code}
was:
When a rich:combobox is on a page, with enableManualInput=true, user can type a value in the box that is not in the list of propositions.
At that moment, the hidden input is properly populated.
If an ajax request is fired on the page, and the combobox is rerendered, the input text still contains the user value, but the hidden input is empty, and any next submit (ajax or not) empties the bean bound to the combobox object.
The issue comes from the renderer of the Combobox
In the class ComboboxRenderer, doEncodeEnd(), at line 560 we see this code :
String hiddenValue = null;
if (items.contains(value)) {
variables.setVariable("hiddenValue", value);
}
which means : "If the value in the field is not part of the list of propositions, do not fill the hidden input with it". The input text is properly filled and it breaks the symetry (user sees a value in the box but another value is saved in the bean).
If enableManualInput=true, meaning the user can type his own value, there should be no check if the value is in the propositions or not, and the hidden field should be filled the same way the input text is.
Code should look like :
String hiddenValue = null;
if (enableManualInput || items.contains(value)) {
variables.setVariable("hiddenValue", value);
}
> Combobox loses it's value if value is entered by user and component is ajax re-rendered
> ---------------------------------------------------------------------------------------
>
> Key: RF-5595
> URL: https://jira.jboss.org/jira/browse/RF-5595
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Firefox 2 - 3, IE6 / 7, Safari, Opera,....
> Reporter: Brian Couchman
>
> When a rich:combobox is on a page, with enableManualInput=true, user can type a value in the box that is not in the list of propositions.
> At that moment, the hidden input is properly populated.
> If an ajax request is fired on the page, and the combobox is rerendered, the input text still contains the user value, but the hidden input is empty, and any next submit (ajax or not) empties the bean bound to the combobox object.
> The issue comes from the renderer of the Combobox
> In the class ComboboxRenderer, doEncodeEnd(), at line 560 we see this code :
> {code:title=ComboboxRenderer.java}
> String hiddenValue = null;
> if (items.contains(value)) {
> variables.setVariable("hiddenValue", value);
> }
> {code}
> which means : "If the value in the field is not part of the list of propositions, do not fill the hidden input with it". The input text is properly filled and it breaks the symetry (user sees a value in the box but another value is saved in the bean).
> If enableManualInput=true, meaning the user can type his own value, there should be no check if the value is in the propositions or not, and the hidden field should be filled the same way the input text is.
> Code should look like :
> {code:title=ComboboxRenderer.java}
> String hiddenValue = null;
> if (enableManualInput || items.contains(value)) {
> variables.setVariable("hiddenValue", value);
> }
> {code}
--
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
From jira-events at lists.jboss.org Wed Jan 7 18:21:08 2009
From: jira-events at lists.jboss.org (Jonathan Moores (JIRA))
Date: Wed, 7 Jan 2009 18:21:08 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5596) Fileupload and
ListShuttle in a tab
panel causes NPE in ListShuttleRendererBase.encodeOneRow
Message-ID: <14390816.1231370468664.JavaMail.jira@cloud.prod.atl2.jboss.com>
Fileupload and ListShuttle in a tab panel causes NPE in ListShuttleRendererBase.encodeOneRow
--------------------------------------------------------------------------------------------
Key: RF-5596
URL: https://jira.jboss.org/jira/browse/RF-5596
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Vista x64, JSF 1.2_10, RF 3.3.0 CR1, JDK6
Reporter: Jonathan Moores
The below faces page causes the following stack error.
IE seems to be ok.
Safari and FF3 have issues.
STACK::
Caused by: java.lang.NullPointerException
at org.richfaces.renderkit.ListShuttleRendererBase.encodeOneRow(ListShuttleRendererBase.java:158)
at org.richfaces.renderkit.AbstractRowsRenderer.process(AbstractRowsRenderer.java:86)
at org.richfaces.model.ListShuttleDataModel$1.process(ListShuttleDataModel.java:84)
at org.ajax4jsf.model.SequenceDataModel.walk(SequenceDataModel.java:101)
at org.richfaces.model.ListShuttleDataModel.walk(ListShuttleDataModel.java:78)
at org.ajax4jsf.component.UIDataAdaptor.walk(UIDataAdaptor.java:1151)
at org.richfaces.renderkit.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:106)
at org.richfaces.renderkit.ListShuttleRendererBase.encodeRows(ListShuttleRendererBase.java:116)
at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:267)
at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:257)
at org.richfaces.renderkit.ListShuttleRendererBase.encodeChildren(ListShuttleRendererBase.java:244)
PAGE:::
<%@ taglib prefix="rich" uri="http://richfaces.ajax4jsf.org/rich" %>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
<%@ taglib prefix="a4j" uri="http://richfaces.org/a4j" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
Simple jsp page
<%----%>
--
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
From jira-events at lists.jboss.org Wed Jan 7 23:50:04 2009
From: jira-events at lists.jboss.org (Joe Stevens (JIRA))
Date: Wed, 7 Jan 2009 23:50:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5597) toolTip
javascript hide() doesn't work on safari
Message-ID: <17944339.1231390204061.JavaMail.jira@cloud.prod.atl2.jboss.com>
toolTip javascript hide() doesn't work on safari
------------------------------------------------
Key: RF-5597
URL: https://jira.jboss.org/jira/browse/RF-5597
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Mac OS Safari
Reporter: Joe Stevens
The hide() function of the javascript api doesn't work for rich:toolTip on Safari. The show() function works fine. The following is a test file that demonstrates the problem:
Click to OpenClick to Close
--
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
From jira-events at lists.jboss.org Thu Jan 8 03:25:16 2009
From: jira-events at lists.jboss.org (Dirk Pitt (JIRA))
Date: Thu, 8 Jan 2009 03:25:16 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5598) a4j:push is not
portlet session aware
Message-ID: <31821270.1231403116711.JavaMail.jira@cloud.prod.atl2.jboss.com>
a4j:push is not portlet session aware
-------------------------------------
Key: RF-5598
URL: https://jira.jboss.org/jira/browse/RF-5598
Project: RichFaces
Issue Type: Bug
Components: portal
Affects Versions: 3.3.0
Environment: Richfaces 3.3.0.CR2, JBoss Portletbridge 1.0.0.B5, JBoss Portal 2.6.4
Reporter: Dirk Pitt
Hallo,
I have funny problem with a4j:pushBean...
We have a web application, which runs perfectly in test environment with single web client.
But if for the same page in the web application another browser client is opened, second browser start receiving the events intended for the first browser...
So my first impression is that push functionality make no distinction about from which session is called...
So I surf little bit in the source code and here what I found....
In org.ajax4jsf.webapp.BaseFilter an instance of PushEventsCounter is obtained with the following call
PushEventsCounter listener = eventsManager .getListener(ajaxPushHeader);
which my debuging shows ajaxPushHeader contains no session specific information. At this point I have to say I am using the JBoss Portal and JBoss Portlet Bridge.
I made some more debuging and I found this....
In org.ajax4jsf.component.UIPush in method getListenerId method only HttpSession case taking into count....
Object session = context.getExternalContext().getSession(false);
StringBuffer id = new StringBuffer();
if(null != session && session instanceof HttpSession){
HttpSession httpSession = (HttpSession) session;
id.append(httpSession.getId());
}
id.append(context.getViewRoot().getViewId());
id.append(NamingContainer.SEPARATOR_CHAR);
id.append(getClientId(context));
return id.toString();
But portal delivers PortletSession object so the SessionId is not there at that is causing the mentioned problem...
Now this problem is quite critical for our project and I can actually deliver code solution to be commited jboss source tree also but the question is how to solve this without putting portal dependencies to Richfaces classes...
Or can we solve this PortletBridge?
--
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
From jira-events at lists.jboss.org Thu Jan 8 04:15:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Thu, 8 Jan 2009 04:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5436) RichFacesLiveDemo
application:
calendar component: alert appears after Apply button clicking
In-Reply-To: <13203292.1229621754291.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <805832.1231406104460.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-5436.
--------------------------------
Assignee: Mikhail Vitenkov (was: Ilya Shaikovsky)
Verified at 3.3.0.CR2
> RichFacesLiveDemo application: calendar component: alert appears after Apply button clicking
> --------------------------------------------------------------------------------------------
>
> Key: RF-5436
> URL: https://jira.jboss.org/jira/browse/RF-5436
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: RF-3.3.0.BETA4
> Reporter: Tatyana Romanovich
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
>
> 1. Go to the demo application and select calendar component
> 2. Select any date in the calendar and click Apply button
> FAILURE: alert with number 1 appears
--
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
From jira-events at lists.jboss.org Thu Jan 8 04:37:04 2009
From: jira-events at lists.jboss.org (Jonathan Moores (JIRA))
Date: Thu, 8 Jan 2009 04:37:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5596) Fileupload and
ListShuttle in a tab
panel causes NPE in ListShuttleRendererBase.encodeOneRow
In-Reply-To: <14390816.1231370468664.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1706561.1231407424183.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Moores updated RF-5596:
--------------------------------
Description:
The below faces page causes the following stack error
>>> EDIT >>>> FORGOT TO SAY WHEN .
On uploading a new file. The file seems to be uploaded because after a browser refresh its in the list.
I also note that BETA4 did not have this issue.
>>> END EDIT >>>>
IE seems to be ok.
Safari and FF3 have issues.
STACK::
Caused by: java.lang.NullPointerException
at org.richfaces.renderkit.ListShuttleRendererBase.encodeOneRow(ListShuttleRendererBase.java:158)
at org.richfaces.renderkit.AbstractRowsRenderer.process(AbstractRowsRenderer.java:86)
at org.richfaces.model.ListShuttleDataModel$1.process(ListShuttleDataModel.java:84)
at org.ajax4jsf.model.SequenceDataModel.walk(SequenceDataModel.java:101)
at org.richfaces.model.ListShuttleDataModel.walk(ListShuttleDataModel.java:78)
at org.ajax4jsf.component.UIDataAdaptor.walk(UIDataAdaptor.java:1151)
at org.richfaces.renderkit.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:106)
at org.richfaces.renderkit.ListShuttleRendererBase.encodeRows(ListShuttleRendererBase.java:116)
at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:267)
at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:257)
at org.richfaces.renderkit.ListShuttleRendererBase.encodeChildren(ListShuttleRendererBase.java:244)
PAGE:::
<%@ taglib prefix="rich" uri="http://richfaces.ajax4jsf.org/rich" %>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
<%@ taglib prefix="a4j" uri="http://richfaces.org/a4j" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
Simple jsp page
<%----%>
was:
The below faces page causes the following stack error.
IE seems to be ok.
Safari and FF3 have issues.
STACK::
Caused by: java.lang.NullPointerException
at org.richfaces.renderkit.ListShuttleRendererBase.encodeOneRow(ListShuttleRendererBase.java:158)
at org.richfaces.renderkit.AbstractRowsRenderer.process(AbstractRowsRenderer.java:86)
at org.richfaces.model.ListShuttleDataModel$1.process(ListShuttleDataModel.java:84)
at org.ajax4jsf.model.SequenceDataModel.walk(SequenceDataModel.java:101)
at org.richfaces.model.ListShuttleDataModel.walk(ListShuttleDataModel.java:78)
at org.ajax4jsf.component.UIDataAdaptor.walk(UIDataAdaptor.java:1151)
at org.richfaces.renderkit.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:106)
at org.richfaces.renderkit.ListShuttleRendererBase.encodeRows(ListShuttleRendererBase.java:116)
at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:267)
at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:257)
at org.richfaces.renderkit.ListShuttleRendererBase.encodeChildren(ListShuttleRendererBase.java:244)
PAGE:::
<%@ taglib prefix="rich" uri="http://richfaces.ajax4jsf.org/rich" %>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
<%@ taglib prefix="a4j" uri="http://richfaces.org/a4j" %>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
Simple jsp page
<%----%>
> Fileupload and ListShuttle in a tab panel causes NPE in ListShuttleRendererBase.encodeOneRow
> --------------------------------------------------------------------------------------------
>
> Key: RF-5596
> URL: https://jira.jboss.org/jira/browse/RF-5596
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Vista x64, JSF 1.2_10, RF 3.3.0 CR1, JDK6
> Reporter: Jonathan Moores
>
> The below faces page causes the following stack error
> >>> EDIT >>>> FORGOT TO SAY WHEN .
> On uploading a new file. The file seems to be uploaded because after a browser refresh its in the list.
> I also note that BETA4 did not have this issue.
> >>> END EDIT >>>>
> IE seems to be ok.
> Safari and FF3 have issues.
> STACK::
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeOneRow(ListShuttleRendererBase.java:158)
> at org.richfaces.renderkit.AbstractRowsRenderer.process(AbstractRowsRenderer.java:86)
> at org.richfaces.model.ListShuttleDataModel$1.process(ListShuttleDataModel.java:84)
> at org.ajax4jsf.model.SequenceDataModel.walk(SequenceDataModel.java:101)
> at org.richfaces.model.ListShuttleDataModel.walk(ListShuttleDataModel.java:78)
> at org.ajax4jsf.component.UIDataAdaptor.walk(UIDataAdaptor.java:1151)
> at org.richfaces.renderkit.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:106)
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeRows(ListShuttleRendererBase.java:116)
> at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:267)
> at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:257)
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeChildren(ListShuttleRendererBase.java:244)
> PAGE:::
> <%@ taglib prefix="rich" uri="http://richfaces.ajax4jsf.org/rich" %>
> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
> <%@ taglib prefix="a4j" uri="http://richfaces.org/a4j" %>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
>
> Simple jsp page
>
>
>
>
> styleClass="linkButton" reRender="newDocumentTabPanel">
>
>
>
> binding="#{documentBean.tabPanel}" selectedTab="#{documentBean.selectedTab}">
>
>
> listsHeight="150"
> targetValue="#{documentBean.current.customers}" var="customer"
> sourceCaptionLabel="Available Customers"
> targetCaptionLabel="Assigned Customers" orderControlsVisible="false"
> converter="customerConverter">
>
>
>
>
>
>
>
>
>
>
>
> maxFilesQuantity="20"
> id="uploadPanel"
> autoclear="true"
> noDuplicate="true"
> immediateUpload="true"
> acceptedTypes="*"
> allowFlash="false"
> >
>
>
>
>
>
>
>
>
>
>
> rendered="#{documentBean.attachmentCount==0}"/>
> var="attachment" rowKeyVar="row">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> reRender="uploadedFileList, uploadPanel" value="Clear Uploaded Data"
> rendered="#{documentBean.attachmentCount>0}"/>
>
>
>
>
>
> <%----%>
>
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 04:48:06 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Thu, 8 Jan 2009 04:48:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5390) Calendar:
'process' attribute does not work in case if ajaxSingle=true
In-Reply-To: <11999610.1229358774554.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <919982.1231408086207.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-5390.
--------------------------------
Assignee: Mikhail Vitenkov (was: Alexander Dubovsky)
Verified at 3.3.0.CR2
> Calendar: 'process' attribute does not work in case if ajaxSingle=true
> ----------------------------------------------------------------------
>
> Key: RF-5390
> URL: https://jira.jboss.org/jira/browse/RF-5390
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF 3.2.2.GA
> Reporter: Andrei Markavtsov
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> ...
>
>
> ..
> Input text does not update its model and ValueChangeListener does not trigger after calendar sent ajax request to server (in case of current date change).
--
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
From jira-events at lists.jboss.org Thu Jan 8 04:52:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 04:52:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4589) comboBox: it's
recommended to remove align attribute
In-Reply-To: <25563694.1223558840877.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15494444.1231408324297.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4589.
----------------------------------
> comboBox: it's recommended to remove align attribute
> ----------------------------------------------------
>
> Key: RF-4589
> URL: https://jira.jboss.org/jira/browse/RF-4589
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> comboBox: it's recommended to remove align attribute
> since it doesn't work any reasonable way
--
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
From jira-events at lists.jboss.org Thu Jan 8 04:59:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Thu, 8 Jan 2009 04:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5537)
actionListener of actionparam
doesn't fire if external component validation fail
In-Reply-To: <1621029.1231201815157.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3755954.1231408744039.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5537 started by Andrei Markavtsov.
> actionListener of actionparam doesn't fire if external component validation fail
> --------------------------------------------------------------------------------
>
> Key: RF-5537
> URL: https://jira.jboss.org/jira/browse/RF-5537
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:10:04 2009
From: jira-events at lists.jboss.org (Dirk Pitt (JIRA))
Date: Thu, 8 Jan 2009 05:10:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5598) a4j:push is not
portlet session aware
In-Reply-To: <31821270.1231403116711.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29749943.1231409404874.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dirk Pitt updated RF-5598:
--------------------------
Description:
Hallo,
I have funny problem with a4j:pushBean...
We have a web application, which runs perfectly in test environment with single web client.
But if for the same page in the web application another browser client is opened, second browser start receiving the events intended for the first browser...
So my first impression is that push functionality make no distinction about from which session is called...
So I surf little bit in the source code and here what I found....
In org.ajax4jsf.webapp.BaseFilter an instance of PushEventsCounter is obtained with the following call
PushEventsCounter listener = eventsManager .getListener(ajaxPushHeader);
which my debuging shows ajaxPushHeader contains no session specific information. At this point I have to say I am using the JBoss Portal and JBoss Portlet Bridge.
I made some more debuging and I found this....
In org.ajax4jsf.component.UIPush in method getListenerId method only HttpSession case taking into count....
Object session = context.getExternalContext().getSession(false);
StringBuffer id = new StringBuffer();
if(null != session && session instanceof HttpSession){
HttpSession httpSession = (HttpSession) session;
id.append(httpSession.getId());
}
id.append(context.getViewRoot().getViewId());
id.append(NamingContainer.SEPARATOR_CHAR);
id.append(getClientId(context));
return id.toString();
But portal delivers PortletSession object so the SessionId is not there at that is causing the mentioned problem...
Now this problem is quite critical for our project and I can actually deliver code solution to be commited jboss source tree also but the question is how to solve this without putting portal dependencies to Richfaces classes...
Or can we solve this at PortletBridge?
was:
Hallo,
I have funny problem with a4j:pushBean...
We have a web application, which runs perfectly in test environment with single web client.
But if for the same page in the web application another browser client is opened, second browser start receiving the events intended for the first browser...
So my first impression is that push functionality make no distinction about from which session is called...
So I surf little bit in the source code and here what I found....
In org.ajax4jsf.webapp.BaseFilter an instance of PushEventsCounter is obtained with the following call
PushEventsCounter listener = eventsManager .getListener(ajaxPushHeader);
which my debuging shows ajaxPushHeader contains no session specific information. At this point I have to say I am using the JBoss Portal and JBoss Portlet Bridge.
I made some more debuging and I found this....
In org.ajax4jsf.component.UIPush in method getListenerId method only HttpSession case taking into count....
Object session = context.getExternalContext().getSession(false);
StringBuffer id = new StringBuffer();
if(null != session && session instanceof HttpSession){
HttpSession httpSession = (HttpSession) session;
id.append(httpSession.getId());
}
id.append(context.getViewRoot().getViewId());
id.append(NamingContainer.SEPARATOR_CHAR);
id.append(getClientId(context));
return id.toString();
But portal delivers PortletSession object so the SessionId is not there at that is causing the mentioned problem...
Now this problem is quite critical for our project and I can actually deliver code solution to be commited jboss source tree also but the question is how to solve this without putting portal dependencies to Richfaces classes...
Or can we solve this PortletBridge?
> a4j:push is not portlet session aware
> -------------------------------------
>
> Key: RF-5598
> URL: https://jira.jboss.org/jira/browse/RF-5598
> Project: RichFaces
> Issue Type: Bug
> Components: portal
> Affects Versions: 3.3.0
> Environment: Richfaces 3.3.0.CR2, JBoss Portletbridge 1.0.0.B5, JBoss Portal 2.6.4
> Reporter: Dirk Pitt
>
> Hallo,
> I have funny problem with a4j:pushBean...
> We have a web application, which runs perfectly in test environment with single web client.
> But if for the same page in the web application another browser client is opened, second browser start receiving the events intended for the first browser...
> So my first impression is that push functionality make no distinction about from which session is called...
> So I surf little bit in the source code and here what I found....
> In org.ajax4jsf.webapp.BaseFilter an instance of PushEventsCounter is obtained with the following call
> PushEventsCounter listener = eventsManager .getListener(ajaxPushHeader);
> which my debuging shows ajaxPushHeader contains no session specific information. At this point I have to say I am using the JBoss Portal and JBoss Portlet Bridge.
> I made some more debuging and I found this....
> In org.ajax4jsf.component.UIPush in method getListenerId method only HttpSession case taking into count....
> Object session = context.getExternalContext().getSession(false);
> StringBuffer id = new StringBuffer();
> if(null != session && session instanceof HttpSession){
> HttpSession httpSession = (HttpSession) session;
> id.append(httpSession.getId());
> }
> id.append(context.getViewRoot().getViewId());
> id.append(NamingContainer.SEPARATOR_CHAR);
> id.append(getClientId(context));
> return id.toString();
> But portal delivers PortletSession object so the SessionId is not there at that is causing the mentioned problem...
> Now this problem is quite critical for our project and I can actually deliver code solution to be commited jboss source tree also but the question is how to solve this without putting portal dependencies to Richfaces classes...
> Or can we solve this at PortletBridge?
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:20:05 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 05:20:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4586) ComboBox:
buttonInactiveStyle doesn't work
In-Reply-To: <25667309.1223554941048.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9580331.1231410005568.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4586.
----------------------------------
> ComboBox: buttonInactiveStyle doesn't work
> ------------------------------------------
>
> Key: RF-4586
> URL: https://jira.jboss.org/jira/browse/RF-4586
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
> buttonInactiveStyle="border: 4px double black; background: #fc3;"
> takes no effect
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:20:06 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 05:20:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4584) ComboBox :
buttonDisabledStyle doesn't work
In-Reply-To: <22948912.1223542100942.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4693189.1231410006828.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4584.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> ComboBox : buttonDisabledStyle doesn't work
> -------------------------------------------
>
> Key: RF-4584
> URL: https://jira.jboss.org/jira/browse/RF-4584
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> The following ? buttonDisabledStyle="border: 4px double black; background: #fc3;" is not applied if "disabled" is switched to true.
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:22:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 05:22:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4587) ComboBox:
inputInactiveStyle doesn't work correctly
In-Reply-To: <16952310.1223558420921.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1928683.1231410124272.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445670#action_12445670 ]
Alexander Dubovsky commented on RF-4587:
----------------------------------------
inputInactiveStyle sets it's style permanently for all the states. Reproducible for 3.3.0.CR2. See following code:
Seems like buttonStyle does not work at all.
> ComboBox: inputInactiveStyle doesn't work correctly
> ---------------------------------------------------
>
> Key: RF-4587
> URL: https://jira.jboss.org/jira/browse/RF-4587
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> It sets it's style permanently for all the states - active, inactive, disabled
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:24:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 05:24:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-4587) ComboBox:
inputInactiveStyle doesn't work correctly
In-Reply-To: <16952310.1223558420921.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16732080.1231410244355.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky reopened RF-4587:
------------------------------------
Assignee: Nick Belaevski (was: Tsikhon Kuprevich)
> ComboBox: inputInactiveStyle doesn't work correctly
> ---------------------------------------------------
>
> Key: RF-4587
> URL: https://jira.jboss.org/jira/browse/RF-4587
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> It sets it's style permanently for all the states - active, inactive, disabled
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:43:04 2009
From: jira-events at lists.jboss.org (Alessandro Behling (JIRA))
Date: Thu, 8 Jan 2009 05:43:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5599) Angle brackets
are being stripped out from selected item of a suggestion box
Message-ID: <20280165.1231411384122.JavaMail.jira@cloud.prod.atl2.jboss.com>
Angle brackets are being stripped out from selected item of a suggestion box
----------------------------------------------------------------------------
Key: RF-5599
URL: https://jira.jboss.org/jira/browse/RF-5599
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Alessandro Behling
Fix For: 3.2.2
The problem presented itself when we migrated data from a legacy database and the migrated data is full of bits of descriptions that might include angle brackets
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:53:09 2009
From: jira-events at lists.jboss.org (Alexander Buttau (JIRA))
Date: Thu, 8 Jan 2009 05:53:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5054)
ScrollableDataTable. Autoscroll Problem. Selection-Problem.
In-Reply-To: <32963731.1227544296488.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11116488.1231411989219.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445679#action_12445679 ]
Alexander Buttau commented on RF-5054:
--------------------------------------
I have seen, that the target version of this issue has been set to 'future'. But the bugs described in this issues are very important for us. And we would like to fix the bugs ourselves. Could you provide us some information which could be helpful for us by fixing (your ideas about what is the problem / where is it to find / and probably how can it be solved) ?
Thanks in advance.
> ScrollableDataTable. Autoscroll Problem. Selection-Problem.
> -----------------------------------------------------------
>
> Key: RF-5054
> URL: https://jira.jboss.org/jira/browse/RF-5054
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Apache Tomcat 6.0.16 Server
> Eclipse 3.3.2
> Java 1.6
> Windows XP SP3
> RichFaces 3.3.0-20081124.104647-77
> Reporter: Alexander Buttau
> Assignee: Konstantin Mishin
> Fix For: Future
>
> Attachments: screenshot-1.jpg, TestSDT.zip
>
>
> I have detected two problems concerning ScrollableDataTable.
> I have created a Project that recreates these two problems. The project has only one page.
> The page has a ScrollableDataTable with page size 30 (attribute row="30") bound to an array with 32 Items and a CommandButton that rerenders a Panel with a ScrollableDataTable inside and shows the current selection with 'javascript:alert(...)'.
> Problem 1: Autoscroll Problem
> 1. You scroll down to the bottom.
> 2. Now you scroll to the top
> 3. After rerendering the ScrollableDataTable by clicking on CommandButton, it will automatically scroll down to the bottom after rendering.
> Problem 2: Selection-Problem
>
> Under some circumstances the selection of ScrollableDataTable gets corrupt.
> Here is the Test-Case to recreate this Problem:
> 1. Call Page. No item selected
> 2. Now scroll to the bottom. (Row C-31 is shown)
> 3. Select an Item (for example C-25) and click on CommandLink "Selection"
> 4. The ScrollableDataTable is not properly rendered. No header is visible, and all columns are shown on the place of the first column. Probably a bug too? BUT IT IS NOT A PROBLEM YET.
> 5. Now F5 to reload a Page. The Table is rendered correct. But the Row C-27 has selection (Row C-25 was selected)
> 6. If you select a row now and click CommandButton "Selection" it shows always the wrong id. This id differs from really selected by 2. For example you select 30 => it shows 28.
> Tested with Firefox 3 and Internet Explorer 7.
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:53:12 2009
From: jira-events at lists.jboss.org (Alessandro Behling (JIRA))
Date: Thu, 8 Jan 2009 05:53:12 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5599) Content between
angle brackets is
being stripped out from selected item of a suggestion box
In-Reply-To: <20280165.1231411384122.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23571842.1231411992891.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alessandro Behling updated RF-5599:
-----------------------------------
Summary: Content between angle brackets is being stripped out from selected item of a suggestion box (was: Angle brackets are being stripped out from selected item of a suggestion box)
Description:
The problem presented itself when we migrated data from a legacy database. The migrated data is full of bits of descriptions that might include angle brackets. ie.
'XXXX - US.1 - YYYYY 1'
On my list of results being displayed inside the the suggestion box, this gets listed as expected, but once I select this item and set it back to the input field the suggestion box is attached, it gets retrieved as
'XXXX - US.1 - YYYYY 1'
After spending the day debuging the code, I managed to find out that the snipet of html that is sent back to the client has a few TDs
will try to rougly write it how it looked
XXXX - US.1 - YYYYY 1
XXXX - US.1 - YYYYY 1
and the bit that gets used is the first TD which doesn't get displayed and is picked as the value of the item inside my list
The behaviour I would expect is that the value is honored as it is, since we cannot change the data which has been migrated from an old application and this is a major impact on the way the application will work. What seems to be happening is that RichFaces thinks the tags are dirty and wrong HTML bits and tries to be clever and cleans it up for you, but in this case what it actually does is screw the whole point of using the interface component
Could it have an option of honoring such characters? so that it could fit to the purpose it already has, and also, suit cases like the one described
was:The problem presented itself when we migrated data from a legacy database and the migrated data is full of bits of descriptions that might include angle brackets
Labels: SuggestionBox RichFaces (was: )
> Content between angle brackets is being stripped out from selected item of a suggestion box
> -------------------------------------------------------------------------------------------
>
> Key: RF-5599
> URL: https://jira.jboss.org/jira/browse/RF-5599
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Alessandro Behling
> Fix For: 3.2.2
>
>
> The problem presented itself when we migrated data from a legacy database. The migrated data is full of bits of descriptions that might include angle brackets. ie.
> 'XXXX - US.1 - YYYYY 1'
> On my list of results being displayed inside the the suggestion box, this gets listed as expected, but once I select this item and set it back to the input field the suggestion box is attached, it gets retrieved as
> 'XXXX - US.1 - YYYYY 1'
> After spending the day debuging the code, I managed to find out that the snipet of html that is sent back to the client has a few TDs
> will try to rougly write it how it looked
>
XXXX - US.1 - YYYYY 1
>
XXXX - US.1 - YYYYY 1
> and the bit that gets used is the first TD which doesn't get displayed and is picked as the value of the item inside my list
> The behaviour I would expect is that the value is honored as it is, since we cannot change the data which has been migrated from an old application and this is a major impact on the way the application will work. What seems to be happening is that RichFaces thinks the tags are dirty and wrong HTML bits and tries to be clever and cleans it up for you, but in this case what it actually does is screw the whole point of using the interface component
> Could it have an option of honoring such characters? so that it could fit to the purpose it already has, and also, suit cases like the one described
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:56:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Thu, 8 Jan 2009 05:56:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5537) actionListener
of actionparam doesn't fire if external component validation fail
In-Reply-To: <1621029.1231201815157.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14967376.1231412164132.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5537.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> actionListener of actionparam doesn't fire if external component validation fail
> --------------------------------------------------------------------------------
>
> Key: RF-5537
> URL: https://jira.jboss.org/jira/browse/RF-5537
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 05:58:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Thu, 8 Jan 2009 05:58:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5534) ActionParam:
Selenium Test
In-Reply-To: <26960232.1231201684327.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16189371.1231412284706.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5534.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> ActionParam: Selenium Test
> --------------------------
>
> Key: RF-5534
> URL: https://jira.jboss.org/jira/browse/RF-5534
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:00:17 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 06:00:17 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5503) Dnd: memory leak
in tree
In-Reply-To: <7357482.1230675714230.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13114352.1231412418004.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5503.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> Dnd: memory leak in tree
> ------------------------
>
> Key: RF-5503
> URL: https://jira.jboss.org/jira/browse/RF-5503
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.BETA5/IE 7
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
> 1. Navigate to livedemo - dnd tree demo
> 2. Drop pics 1 - 6 to favorites
> 3. Check leaks - navigato to about:blank -> leaks exist
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:04:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Thu, 8 Jan 2009 06:04:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5600) calendar: in
client mode selection
doesn't work for different months and years in date, entered in component's
input.
Message-ID: <20321608.1231412644014.JavaMail.jira@cloud.prod.atl2.jboss.com>
calendar: in client mode selection doesn't work for different months and years in date, entered in component's input.
---------------------------------------------------------------------------------------------------------------------
Key: RF-5600
URL: https://jira.jboss.org/jira/browse/RF-5600
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR2)
Reporter: Mikhail Vitenkov
Assignee: Ilya Shaikovsky
#1. Set mode="client", enableManualInput="true".
#2. Navigate to page, contained tested calendar.
#3. Select current date(Jan 8, 2009, for example).
#4. Change 8 to 10 and open calendar popup. - selection is on Jan 10, 2009.
#5. Change "Jan" to "Oct", open calendar popup and verify selection.
Actual behavior:
Actual month is present, selection is not.
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:06:04 2009
From: jira-events at lists.jboss.org (Dirk Pitt (JIRA))
Date: Thu, 8 Jan 2009 06:06:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5598) a4j:push is not
portlet session aware
In-Reply-To: <31821270.1231403116711.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4100848.1231412764180.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dirk Pitt updated RF-5598:
--------------------------
JBoss Forum Reference: http://jboss.com/index.html?module=bb&op=viewtopic&t=148258
> a4j:push is not portlet session aware
> -------------------------------------
>
> Key: RF-5598
> URL: https://jira.jboss.org/jira/browse/RF-5598
> Project: RichFaces
> Issue Type: Bug
> Components: portal
> Affects Versions: 3.3.0
> Environment: Richfaces 3.3.0.CR2, JBoss Portletbridge 1.0.0.B5, JBoss Portal 2.6.4
> Reporter: Dirk Pitt
>
> Hallo,
> I have funny problem with a4j:pushBean...
> We have a web application, which runs perfectly in test environment with single web client.
> But if for the same page in the web application another browser client is opened, second browser start receiving the events intended for the first browser...
> So my first impression is that push functionality make no distinction about from which session is called...
> So I surf little bit in the source code and here what I found....
> In org.ajax4jsf.webapp.BaseFilter an instance of PushEventsCounter is obtained with the following call
> PushEventsCounter listener = eventsManager .getListener(ajaxPushHeader);
> which my debuging shows ajaxPushHeader contains no session specific information. At this point I have to say I am using the JBoss Portal and JBoss Portlet Bridge.
> I made some more debuging and I found this....
> In org.ajax4jsf.component.UIPush in method getListenerId method only HttpSession case taking into count....
> Object session = context.getExternalContext().getSession(false);
> StringBuffer id = new StringBuffer();
> if(null != session && session instanceof HttpSession){
> HttpSession httpSession = (HttpSession) session;
> id.append(httpSession.getId());
> }
> id.append(context.getViewRoot().getViewId());
> id.append(NamingContainer.SEPARATOR_CHAR);
> id.append(getClientId(context));
> return id.toString();
> But portal delivers PortletSession object so the SessionId is not there at that is causing the mentioned problem...
> Now this problem is quite critical for our project and I can actually deliver code solution to be commited jboss source tree also but the question is how to solve this without putting portal dependencies to Richfaces classes...
> Or can we solve this at PortletBridge?
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:15:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Thu, 8 Jan 2009 06:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5541) component
with rendered = false is not present on the page
In-Reply-To: <2223463.1231202044729.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29114299.1231413304111.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5541 started by Andrei Markavtsov.
> component with rendered = false is not present on the page
> ----------------------------------------------------------
>
> Key: RF-5541
> URL: https://jira.jboss.org/jira/browse/RF-5541
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:17:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 06:17:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5266)
InputNumberSlider: vertical orientation and arrows features
In-Reply-To: <23511251.1228500816492.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30352350.1231413424161.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5266.
---------------------------------
> InputNumberSlider: vertical orientation and arrows features
> -----------------------------------------------------------
>
> Key: RF-5266
> URL: https://jira.jboss.org/jira/browse/RF-5266
> Project: RichFaces
> Issue Type: Patch
> Components: docs updated
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Attachments: inputNumberSlider TestCases.doc, patch-rf5266.txt
>
>
> Patch is provided for inputNumberSlider component by CompuGROUP developers and contains two new features:
> 1. Slider orientation can be changed to vertical
> 2. Arrow controls for more precise selection added
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:19:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Thu, 8 Jan 2009 06:19:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5541) component with
rendered = false is not present on the page
In-Reply-To: <2223463.1231202044729.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30158058.1231413544268.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5541.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> component with rendered = false is not present on the page
> ----------------------------------------------------------
>
> Key: RF-5541
> URL: https://jira.jboss.org/jira/browse/RF-5541
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:21:14 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 06:21:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5601)
inputNumberSlider: incorrect slider icon view in Opera
Message-ID: <17777618.1231413674426.JavaMail.jira@cloud.prod.atl2.jboss.com>
inputNumberSlider: incorrect slider icon view in Opera
------------------------------------------------------
Key: RF-5601
URL: https://jira.jboss.org/jira/browse/RF-5601
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: any
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
Priority: Minor
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:27:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 06:27:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5602)
inputNumberSlider: different wodth
of input in opera and safari than in FF or IE
Message-ID: <28729619.1231414024375.JavaMail.jira@cloud.prod.atl2.jboss.com>
inputNumberSlider: different wodth of input in opera and safari than in FF or IE
--------------------------------------------------------------------------------
Key: RF-5602
URL: https://jira.jboss.org/jira/browse/RF-5602
Project: RichFaces
Issue Type: Bug
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
Priority: Minor
Attachments: ins-input-IEandFF.gif, ins-input-opera.gif
see images
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:27:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 06:27:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5602)
inputNumberSlider: different wodth
of input in opera and safari than in FF or IE
In-Reply-To: <28729619.1231414024375.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3301399.1231414024648.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5602:
----------------------------------
Attachment: ins-input-IEandFF.gif
> inputNumberSlider: different wodth of input in opera and safari than in FF or IE
> --------------------------------------------------------------------------------
>
> Key: RF-5602
> URL: https://jira.jboss.org/jira/browse/RF-5602
> Project: RichFaces
> Issue Type: Bug
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: ins-input-IEandFF.gif, ins-input-opera.gif
>
>
> see images
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:27:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 06:27:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5602)
inputNumberSlider: different wodth
of input in opera and safari than in FF or IE
In-Reply-To: <28729619.1231414024375.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12886335.1231414025113.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5602:
----------------------------------
Attachment: ins-input-opera.gif
> inputNumberSlider: different wodth of input in opera and safari than in FF or IE
> --------------------------------------------------------------------------------
>
> Key: RF-5602
> URL: https://jira.jboss.org/jira/browse/RF-5602
> Project: RichFaces
> Issue Type: Bug
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: ins-input-IEandFF.gif, ins-input-opera.gif
>
>
> see images
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:27:05 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Thu, 8 Jan 2009 06:27:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5539) component with
bypassUpdates = true skips update model values phase
In-Reply-To: <28621556.1231202044301.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27799468.1231414025379.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5539.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> component with bypassUpdates = true skips update model values phase
> -------------------------------------------------------------------
>
> Key: RF-5539
> URL: https://jira.jboss.org/jira/browse/RF-5539
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.1
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:55:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Thu, 8 Jan 2009 06:55:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5603) tooltip position
in ExtendedDataTable cells (FF2)
Message-ID: <18542552.1231415704746.JavaMail.jira@cloud.prod.atl2.jboss.com>
tooltip position in ExtendedDataTable cells (FF2)
-------------------------------------------------
Key: RF-5603
URL: https://jira.jboss.org/jira/browse/RF-5603
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: FireFox 2
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Attachments: screen1.jpg, screen2.jpg
1) screen1 picture. Tooltip below the content
2) screen 2 picture. After scrolling vertical offset lost.
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:55:05 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Thu, 8 Jan 2009 06:55:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5603) tooltip position
in ExtendedDataTable cells (FF2)
In-Reply-To: <18542552.1231415704746.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28221270.1231415705141.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky updated RF-5603:
--------------------------------
Attachment: screen1.jpg
screen2.jpg
> tooltip position in ExtendedDataTable cells (FF2)
> -------------------------------------------------
>
> Key: RF-5603
> URL: https://jira.jboss.org/jira/browse/RF-5603
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: FireFox 2
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Attachments: screen1.jpg, screen2.jpg
>
>
> 1) screen1 picture. Tooltip below the content
> 2) screen 2 picture. After scrolling vertical offset lost.
--
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
From jira-events at lists.jboss.org Thu Jan 8 06:57:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Thu, 8 Jan 2009 06:57:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3997) calendar: If
there is "yyyy" pattern
for year and user select year less than 1000 calendar popup will display
current date instead of selected date
In-Reply-To: <13661922.1216827979540.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6925759.1231415824097.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-3997.
--------------------------------
Assignee: Mikhail Vitenkov (was: Tatyana Romanovich)
Verified at 3.3.0.CR2
> calendar: If there is "yyyy" pattern for year and user select year less than 1000 calendar popup will display current date instead of selected date
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-3997
> URL: https://jira.jboss.org/jira/browse/RF-3997
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Environment: 3.2.2.BETA2
> jsp, facelets
> test-application
> Tomcat 6
> Reporter: Tatyana Romanovich
> Assignee: Mikhail Vitenkov
> Priority: Minor
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Time Spent: 1 hour
> Remaining Estimate: 3 hours
>
> 1. Go to the test application (jsp or facelets)
> 2. Select calendar control
> 3. Select any pattern with "yyyy", set popup made = true
> 4. Set date to the "12/12/997" (any date before XI century)
> 5. Then expand calendar control to edit entered value
> Result: selected date is cleared, calendar displays current date instead of selected.
--
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
From jira-events at lists.jboss.org Thu Jan 8 07:15:04 2009
From: jira-events at lists.jboss.org (Dirk Pitt (JIRA))
Date: Thu, 8 Jan 2009 07:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5598) a4j:push is
not portlet session aware
In-Reply-To: <31821270.1231403116711.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20939991.1231416904682.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445836#action_12445836 ]
Dirk Pitt commented on RF-5598:
-------------------------------
Wouldn't be a good idea in the case of Seam, adding conversationId to this key ...
Otherwise conversation functionality would not function correctly....
> a4j:push is not portlet session aware
> -------------------------------------
>
> Key: RF-5598
> URL: https://jira.jboss.org/jira/browse/RF-5598
> Project: RichFaces
> Issue Type: Bug
> Components: portal
> Affects Versions: 3.3.0
> Environment: Richfaces 3.3.0.CR2, JBoss Portletbridge 1.0.0.B5, JBoss Portal 2.6.4
> Reporter: Dirk Pitt
>
> Hallo,
> I have funny problem with a4j:pushBean...
> We have a web application, which runs perfectly in test environment with single web client.
> But if for the same page in the web application another browser client is opened, second browser start receiving the events intended for the first browser...
> So my first impression is that push functionality make no distinction about from which session is called...
> So I surf little bit in the source code and here what I found....
> In org.ajax4jsf.webapp.BaseFilter an instance of PushEventsCounter is obtained with the following call
> PushEventsCounter listener = eventsManager .getListener(ajaxPushHeader);
> which my debuging shows ajaxPushHeader contains no session specific information. At this point I have to say I am using the JBoss Portal and JBoss Portlet Bridge.
> I made some more debuging and I found this....
> In org.ajax4jsf.component.UIPush in method getListenerId method only HttpSession case taking into count....
> Object session = context.getExternalContext().getSession(false);
> StringBuffer id = new StringBuffer();
> if(null != session && session instanceof HttpSession){
> HttpSession httpSession = (HttpSession) session;
> id.append(httpSession.getId());
> }
> id.append(context.getViewRoot().getViewId());
> id.append(NamingContainer.SEPARATOR_CHAR);
> id.append(getClientId(context));
> return id.toString();
> But portal delivers PortletSession object so the SessionId is not there at that is causing the mentioned problem...
> Now this problem is quite critical for our project and I can actually deliver code solution to be commited jboss source tree also but the question is how to solve this without putting portal dependencies to Richfaces classes...
> Or can we solve this at PortletBridge?
--
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
From jira-events at lists.jboss.org Thu Jan 8 07:38:14 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 07:38:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5526) Tree: DnD fails
when model caching is used
In-Reply-To: <17471135.1231187874326.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3880183.1231418294398.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5526.
----------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> Tree: DnD fails when model caching is used
> ------------------------------------------
>
> Key: RF-5526
> URL: https://jira.jboss.org/jira/browse/RF-5526
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 07:44:04 2009
From: jira-events at lists.jboss.org (Urszula Jessen (JIRA))
Date: Thu, 8 Jan 2009 07:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5593) Suggestion Box
doesn't hide when pressing TAB
In-Reply-To: <32390480.1231316344021.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5535438.1231418644059.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Urszula Jessen updated RF-5593:
-------------------------------
Affects Version/s: 3.3.0
> Suggestion Box doesn't hide when pressing TAB
> ---------------------------------------------
>
> Key: RF-5593
> URL: https://jira.jboss.org/jira/browse/RF-5593
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2, 3.3.0
> Environment: WinXP, Eclipse Europa, tested on ff 2.x and IE7
> Reporter: Urszula Jessen
> Attachments: suggestionBoxError.png, suggestionBoxError2.png
>
>
> The error occurs when pressing TAB in the moment when the suggestion box is being drawn with the matching suggestions to the input. (the TAB should be pressed
> exactly in the moment when suggestion box begins to be drawn).
> The first suggestion is selected, the focus is set to the input field but the suggestion box doesn't hide.
> Testing the bug on Richfaces live Demo Site (Open Source RichFaces JSF Components) the error occures in a bit different way than in my developement.
> In my Application, the first Suggestion is filled in input field but still remains available in the suggestion box (but nothing happens when trying to select with mouse). In LiveDemo the Entry is selected and the suggestion box remains empty.
--
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
From jira-events at lists.jboss.org Thu Jan 8 07:48:04 2009
From: jira-events at lists.jboss.org (Jordy Baas (JIRA))
Date: Thu, 8 Jan 2009 07:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5086) extendedTable:
Allow to turn of built-in menu
In-Reply-To: <2774650.1227698496535.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29130286.1231418884485.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445840#action_12445840 ]
Jordy Baas commented on RF-5086:
--------------------------------
I would also want to request the possibility to turn of the drag-drop functionality in the datatable, because this generates a lot of javascript in the http response.
> extendedTable: Allow to turn of built-in menu
> ---------------------------------------------
>
> Key: RF-5086
> URL: https://jira.jboss.org/jira/browse/RF-5086
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Piotr Kawiak
>
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192406#4192406
--
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
From jira-events at lists.jboss.org Thu Jan 8 07:48:05 2009
From: jira-events at lists.jboss.org (Maciej Szulik (JIRA))
Date: Thu, 8 Jan 2009 07:48:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5604) Incosistent
description of immediate attribute in docs
Message-ID: <12916010.1231418885019.JavaMail.jira@cloud.prod.atl2.jboss.com>
Incosistent description of immediate attribute in docs
------------------------------------------------------
Key: RF-5604
URL: https://jira.jboss.org/jira/browse/RF-5604
Project: RichFaces
Issue Type: Bug
Components: doc
Affects Versions: 3.2.2
Reporter: Maciej Szulik
Inconsistent description of immediate attribute on page:
http://livedemo.exadel.com/richfaces-demo/richfaces/ajaxAttributes.jsf?c=ajaxattributes
Where it states:
"... Using immediate="true" is one of the ways to have some data model values updated when other cannot be updated because of a problem with passing the Validation phase successfully... "
Which obviously isn't true when reading Sergey explanation:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133031
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:13:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Thu, 8 Jan 2009 08:13:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5529) component
should be output to
client and attached to event handler of component that attachTo attribute
points, two cases: in the same naming container and out of it
In-Reply-To: <6500986.1231201154791.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30574742.1231420384238.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5529 started by Alexandr Levkovsky.
> component should be output to client and attached to event handler of component that attachTo attribute points, two cases: in the same naming container and out of it
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5529
> URL: https://jira.jboss.org/jira/browse/RF-5529
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:13:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Thu, 8 Jan 2009 08:13:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5528) component
should be output to
client and attached to event handler of parent component
In-Reply-To: <31538721.1231201024001.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8975352.1231420384554.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandr Levkovsky resolved RF-5528.
------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Alexandr Levkovsky)
Done.
> component should be output to client and attached to event handler of parent component
> --------------------------------------------------------------------------------------
>
> Key: RF-5528
> URL: https://jira.jboss.org/jira/browse/RF-5528
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:37:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Thu, 8 Jan 2009 08:37:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5530) the same
with disableDefault = true
In-Reply-To: <20188075.1231201155002.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19624886.1231421824115.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5530 started by Alexandr Levkovsky.
> the same with disableDefault = true
> ------------------------------------
>
> Key: RF-5530
> URL: https://jira.jboss.org/jira/browse/RF-5530
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:37:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Thu, 8 Jan 2009 08:37:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5529) component
should be output to
client and attached to event handler of component that attachTo attribute
points, two cases: in the same naming container and out of it
In-Reply-To: <6500986.1231201154791.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33044762.1231421824525.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandr Levkovsky resolved RF-5529.
------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Alexandr Levkovsky)
Done.
> component should be output to client and attached to event handler of component that attachTo attribute points, two cases: in the same naming container and out of it
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5529
> URL: https://jira.jboss.org/jira/browse/RF-5529
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:47:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 08:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5598) a4j:push is not
portlet session aware
In-Reply-To: <31821270.1231403116711.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1428435.1231422424514.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5598:
-------------------------------
Assignee: Alexander Smirnov
> a4j:push is not portlet session aware
> -------------------------------------
>
> Key: RF-5598
> URL: https://jira.jboss.org/jira/browse/RF-5598
> Project: RichFaces
> Issue Type: Bug
> Components: portal
> Affects Versions: 3.3.0
> Environment: Richfaces 3.3.0.CR2, JBoss Portletbridge 1.0.0.B5, JBoss Portal 2.6.4
> Reporter: Dirk Pitt
> Assignee: Alexander Smirnov
>
> Hallo,
> I have funny problem with a4j:pushBean...
> We have a web application, which runs perfectly in test environment with single web client.
> But if for the same page in the web application another browser client is opened, second browser start receiving the events intended for the first browser...
> So my first impression is that push functionality make no distinction about from which session is called...
> So I surf little bit in the source code and here what I found....
> In org.ajax4jsf.webapp.BaseFilter an instance of PushEventsCounter is obtained with the following call
> PushEventsCounter listener = eventsManager .getListener(ajaxPushHeader);
> which my debuging shows ajaxPushHeader contains no session specific information. At this point I have to say I am using the JBoss Portal and JBoss Portlet Bridge.
> I made some more debuging and I found this....
> In org.ajax4jsf.component.UIPush in method getListenerId method only HttpSession case taking into count....
> Object session = context.getExternalContext().getSession(false);
> StringBuffer id = new StringBuffer();
> if(null != session && session instanceof HttpSession){
> HttpSession httpSession = (HttpSession) session;
> id.append(httpSession.getId());
> }
> id.append(context.getViewRoot().getViewId());
> id.append(NamingContainer.SEPARATOR_CHAR);
> id.append(getClientId(context));
> return id.toString();
> But portal delivers PortletSession object so the SessionId is not there at that is causing the mentioned problem...
> Now this problem is quite critical for our project and I can actually deliver code solution to be commited jboss source tree also but the question is how to solve this without putting portal dependencies to Richfaces classes...
> Or can we solve this at PortletBridge?
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:47:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 08:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5604) Incosistent
description of immediate attribute in docs
In-Reply-To: <12916010.1231418885019.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16461369.1231422424780.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5604:
-------------------------------
Component/s: (was: doc)
Assignee: Svetlana mukhina
> Incosistent description of immediate attribute in docs
> ------------------------------------------------------
>
> Key: RF-5604
> URL: https://jira.jboss.org/jira/browse/RF-5604
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Maciej Szulik
> Assignee: Svetlana mukhina
>
> Inconsistent description of immediate attribute on page:
> http://livedemo.exadel.com/richfaces-demo/richfaces/ajaxAttributes.jsf?c=ajaxattributes
> Where it states:
> "... Using immediate="true" is one of the ways to have some data model values updated when other cannot be updated because of a problem with passing the Validation phase successfully... "
> Which obviously isn't true when reading Sergey explanation:
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133031
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:51:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 08:51:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5602)
inputNumberSlider: different width
of input in opera and safari than in FF or IE
In-Reply-To: <28729619.1231414024375.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3768055.1231422664973.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5602:
-------------------------------
Summary: inputNumberSlider: different width of input in opera and safari than in FF or IE (was: inputNumberSlider: different wodth of input in opera and safari than in FF or IE)
Fix Version/s: Future
Affects Version/s: Future
> inputNumberSlider: different width of input in opera and safari than in FF or IE
> --------------------------------------------------------------------------------
>
> Key: RF-5602
> URL: https://jira.jboss.org/jira/browse/RF-5602
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: Future
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
> Attachments: ins-input-IEandFF.gif, ins-input-opera.gif
>
>
> see images
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:54:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 08:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5601)
inputNumberSlider: incorrect slider icon view in Opera
In-Reply-To: <17777618.1231413674426.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9216480.1231422844187.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5601:
----------------------------------
Attachment: ins-input-opera.gif
> inputNumberSlider: incorrect slider icon view in Opera
> ------------------------------------------------------
>
> Key: RF-5601
> URL: https://jira.jboss.org/jira/browse/RF-5601
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: any
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Minor
>
>
>
>
> inputPosition="#{inputNumberSlider.inputPosition}"
> orientation="#{inputNumberSlider.orientation}"
> value="#{inputNumberSlider.value}" width="#{inputNumberSlider.width}"
> height="#{inputNumberSlider.height}">
>
>
>
>
>
>
>
>
>
>
>
> required="false">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:54:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 08:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5601)
inputNumberSlider: incorrect slider icon view in Opera
In-Reply-To: <17777618.1231413674426.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8695978.1231422844400.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5601:
----------------------------------
Attachment: (was: ins-input-opera.gif)
> inputNumberSlider: incorrect slider icon view in Opera
> ------------------------------------------------------
>
> Key: RF-5601
> URL: https://jira.jboss.org/jira/browse/RF-5601
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: any
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Minor
>
>
>
>
> inputPosition="#{inputNumberSlider.inputPosition}"
> orientation="#{inputNumberSlider.orientation}"
> value="#{inputNumberSlider.value}" width="#{inputNumberSlider.width}"
> height="#{inputNumberSlider.height}">
>
>
>
>
>
>
>
>
>
>
>
> required="false">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 08:56:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 08:56:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5601)
inputNumberSlider: incorrect slider icon view in Opera
In-Reply-To: <17777618.1231413674426.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19923231.1231422964200.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5601:
----------------------------------
Attachment: ins-icon.gif
> inputNumberSlider: incorrect slider icon view in Opera
> ------------------------------------------------------
>
> Key: RF-5601
> URL: https://jira.jboss.org/jira/browse/RF-5601
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: any
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: ins-icon.gif
>
>
>
>
>
> inputPosition="#{inputNumberSlider.inputPosition}"
> orientation="#{inputNumberSlider.orientation}"
> value="#{inputNumberSlider.value}" width="#{inputNumberSlider.width}"
> height="#{inputNumberSlider.height}">
>
>
>
>
>
>
>
>
>
>
>
> required="false">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 09:08:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 09:08:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5605) Tree: reRender
does not work after drag/Drop operation.
Message-ID: <21667926.1231423684111.JavaMail.jira@cloud.prod.atl2.jboss.com>
Tree: reRender does not work after drag/Drop operation.
-------------------------------------------------------
Key: RF-5605
URL: https://jira.jboss.org/jira/browse/RF-5605
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2, 3.3.0
Environment: 3.2.2.GA, 3.3.0.CR2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Fix For: Future
public void processDrop(DropEvent e) {
text = "!!! item was dropped !!!";
System.out.println("!!! item was dropped !!!");
}
# Open page
# Drag some node and drop it to another node
Result: dropListener was called, but text was not rerendered.
--
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
From jira-events at lists.jboss.org Thu Jan 8 09:12:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 09:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5605) Tree: reRender
does not work after drag/Drop operation.
In-Reply-To: <21667926.1231423684111.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5204089.1231423924773.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5605:
-----------------------------------
Description:
public void processDrop(DropEvent e) {
Custom c = (Custom) getManagedBeanFromSession("custom");
if (c != null) {
c.setText("!!! item was dropped !!!");
}
System.out.println("!!! item was dropped !!!");
}
# Open page
# Drag some node and drop it to another node
Result: dropListener was called, but text was not rerendered.
was:
public void processDrop(DropEvent e) {
text = "!!! item was dropped !!!";
System.out.println("!!! item was dropped !!!");
}
# Open page
# Drag some node and drop it to another node
Result: dropListener was called, but text was not rerendered.
> Tree: reRender does not work after drag/Drop operation.
> -------------------------------------------------------
>
> Key: RF-5605
> URL: https://jira.jboss.org/jira/browse/RF-5605
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2, 3.3.0
> Environment: 3.2.2.GA, 3.3.0.CR2
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
>
>
> dropListener="#{item.processDrop}"
> dragType="all" acceptedTypes="all">
>
>
>
>
> public void processDrop(DropEvent e) {
> Custom c = (Custom) getManagedBeanFromSession("custom");
> if (c != null) {
> c.setText("!!! item was dropped !!!");
> }
> System.out.println("!!! item was dropped !!!");
> }
> # Open page
> # Drag some node and drop it to another node
> Result: dropListener was called, but text was not rerendered.
--
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
From jira-events at lists.jboss.org Thu Jan 8 09:21:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Thu, 8 Jan 2009 09:21:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5606) actionparam and
ajax command
components. Listener fired before assignTo property setter.
Message-ID: <10506163.1231424464261.JavaMail.jira@cloud.prod.atl2.jboss.com>
actionparam and ajax command components. Listener fired before assignTo property setter.
----------------------------------------------------------------------------------------
Key: RF-5606
URL: https://jira.jboss.org/jira/browse/RF-5606
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
was differ in 3.2.2.
checked using current snapshot at RF demo.
--
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
From jira-events at lists.jboss.org Thu Jan 8 09:23:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 09:23:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5596) Fileupload and
ListShuttle in a tab
panel causes NPE in ListShuttleRendererBase.encodeOneRow
In-Reply-To: <14390816.1231370468664.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5870040.1231424584152.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5596:
-------------------------------
Fix Version/s: 3.3.0
Assignee: Nick Belaevski
> Fileupload and ListShuttle in a tab panel causes NPE in ListShuttleRendererBase.encodeOneRow
> --------------------------------------------------------------------------------------------
>
> Key: RF-5596
> URL: https://jira.jboss.org/jira/browse/RF-5596
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Vista x64, JSF 1.2_10, RF 3.3.0 CR1, JDK6
> Reporter: Jonathan Moores
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> The below faces page causes the following stack error
> >>> EDIT >>>> FORGOT TO SAY WHEN .
> On uploading a new file. The file seems to be uploaded because after a browser refresh its in the list.
> I also note that BETA4 did not have this issue.
> >>> END EDIT >>>>
> IE seems to be ok.
> Safari and FF3 have issues.
> STACK::
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeOneRow(ListShuttleRendererBase.java:158)
> at org.richfaces.renderkit.AbstractRowsRenderer.process(AbstractRowsRenderer.java:86)
> at org.richfaces.model.ListShuttleDataModel$1.process(ListShuttleDataModel.java:84)
> at org.ajax4jsf.model.SequenceDataModel.walk(SequenceDataModel.java:101)
> at org.richfaces.model.ListShuttleDataModel.walk(ListShuttleDataModel.java:78)
> at org.ajax4jsf.component.UIDataAdaptor.walk(UIDataAdaptor.java:1151)
> at org.richfaces.renderkit.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:106)
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeRows(ListShuttleRendererBase.java:116)
> at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:267)
> at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:257)
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeChildren(ListShuttleRendererBase.java:244)
> PAGE:::
> <%@ taglib prefix="rich" uri="http://richfaces.ajax4jsf.org/rich" %>
> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
> <%@ taglib prefix="a4j" uri="http://richfaces.org/a4j" %>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
>
> Simple jsp page
>
>
>
>
> styleClass="linkButton" reRender="newDocumentTabPanel">
>
>
>
> binding="#{documentBean.tabPanel}" selectedTab="#{documentBean.selectedTab}">
>
>
> listsHeight="150"
> targetValue="#{documentBean.current.customers}" var="customer"
> sourceCaptionLabel="Available Customers"
> targetCaptionLabel="Assigned Customers" orderControlsVisible="false"
> converter="customerConverter">
>
>
>
>
>
>
>
>
>
>
>
> maxFilesQuantity="20"
> id="uploadPanel"
> autoclear="true"
> noDuplicate="true"
> immediateUpload="true"
> acceptedTypes="*"
> allowFlash="false"
> >
>
>
>
>
>
>
>
>
>
>
> rendered="#{documentBean.attachmentCount==0}"/>
> var="attachment" rowKeyVar="row">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> reRender="uploadedFileList, uploadPanel" value="Clear Uploaded Data"
> rendered="#{documentBean.attachmentCount>0}"/>
>
>
>
>
>
> <%----%>
>
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 09:25:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 09:25:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5593) Suggestion Box
doesn't hide when pressing TAB
In-Reply-To: <32390480.1231316344021.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33340772.1231424705970.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5593:
-------------------------------
Fix Version/s: Future
Assignee: Nick Belaevski
> Suggestion Box doesn't hide when pressing TAB
> ---------------------------------------------
>
> Key: RF-5593
> URL: https://jira.jboss.org/jira/browse/RF-5593
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2, 3.3.0
> Environment: WinXP, Eclipse Europa, tested on ff 2.x and IE7
> Reporter: Urszula Jessen
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: suggestionBoxError.png, suggestionBoxError2.png
>
>
> The error occurs when pressing TAB in the moment when the suggestion box is being drawn with the matching suggestions to the input. (the TAB should be pressed
> exactly in the moment when suggestion box begins to be drawn).
> The first suggestion is selected, the focus is set to the input field but the suggestion box doesn't hide.
> Testing the bug on Richfaces live Demo Site (Open Source RichFaces JSF Components) the error occures in a bit different way than in my developement.
> In my Application, the first Suggestion is filled in input field but still remains available in the suggestion box (but nothing happens when trying to select with mouse). In LiveDemo the Entry is selected and the suggestion box remains empty.
--
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
From jira-events at lists.jboss.org Thu Jan 8 09:27:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 09:27:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5606) actionparam and
ajax command
components. Listener fired before assignTo property setter.
In-Reply-To: <10506163.1231424464261.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13449972.1231424824945.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5606:
-------------------------------
Fix Version/s: 3.3.0
> actionparam and ajax command components. Listener fired before assignTo property setter.
> ----------------------------------------------------------------------------------------
>
> Key: RF-5606
> URL: https://jira.jboss.org/jira/browse/RF-5606
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> was differ in 3.2.2.
> checked using current snapshot at RF demo.
--
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
From jira-events at lists.jboss.org Thu Jan 8 09:57:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 09:57:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5606) actionparam
and ajax command
components. Listener fired before assignTo property setter.
In-Reply-To: <10506163.1231424464261.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25339618.1231426624678.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445865#action_12445865 ]
Nick Belaevski commented on RF-5606:
------------------------------------
Facelets only
> actionparam and ajax command components. Listener fired before assignTo property setter.
> ----------------------------------------------------------------------------------------
>
> Key: RF-5606
> URL: https://jira.jboss.org/jira/browse/RF-5606
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
>
> was differ in 3.2.2.
> checked using current snapshot at RF demo.
--
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
From jira-events at lists.jboss.org Thu Jan 8 09:57:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 09:57:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5606) actionparam and
ajax command
components. Listener fired before assignTo property setter.
In-Reply-To: <10506163.1231424464261.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7359554.1231426624945.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5606.
--------------------------------
Fix Version/s: (was: 3.3.0)
Resolution: Won't Fix
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
Action listener of a4j:commandLink component has been updated to comply with JSF 1.2 standards in 3.3.0. Please see related issues for workaround description
> actionparam and ajax command components. Listener fired before assignTo property setter.
> ----------------------------------------------------------------------------------------
>
> Key: RF-5606
> URL: https://jira.jboss.org/jira/browse/RF-5606
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
>
> was differ in 3.2.2.
> checked using current snapshot at RF demo.
--
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
From jira-events at lists.jboss.org Thu Jan 8 10:07:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Thu, 8 Jan 2009 10:07:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5607)
rich:componentControl: disableDefault attribute not work
Message-ID: <19774836.1231427224464.JavaMail.jira@cloud.prod.atl2.jboss.com>
rich:componentControl: disableDefault attribute not work
--------------------------------------------------------
Key: RF-5607
URL: https://jira.jboss.org/jira/browse/RF-5607
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Alexandr Levkovsky
Assignee: Nick Belaevski
rich:componentControl: disableDefault attribute not work.
Following example submit the page but it is incorrect.
--
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
From jira-events at lists.jboss.org Thu Jan 8 10:13:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 10:13:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5608) Tree :
ajaxSingle doesn not keep
its state if was defined via el-expression.
Message-ID: <6985640.1231427584642.JavaMail.jira@cloud.prod.atl2.jboss.com>
Tree : ajaxSingle doesn not keep its state if was defined via el-expression.
----------------------------------------------------------------------------
Key: RF-5608
URL: https://jira.jboss.org/jira/browse/RF-5608
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2, 3.3.0
Environment: 3.2.2.GA, 3.3.0.CR2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Fix For: Future
Code:
# In this case drag/drop is possible normally any node on any node => listeners are triggered OK
# Change ajaxSingle="#{true}" and try drag/srop
Result: drag/ drop operation is possible only on itself, i.e. listeners are triggered only in case drag node1 and drop it on node1 (itself).
--
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
From jira-events at lists.jboss.org Thu Jan 8 10:26:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 10:26:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5609) Tree: selection
and expanding
impossible if ajaxSingle=true and some input validation failed.
Message-ID: <567480.1231428364308.JavaMail.jira@cloud.prod.atl2.jboss.com>
Tree: selection and expanding impossible if ajaxSingle=true and some input validation failed.
---------------------------------------------------------------------------------------------
Key: RF-5609
URL: https://jira.jboss.org/jira/browse/RF-5609
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.2.2.GA, 3.3.0.CR2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Fix For: Future
Code:
# Open page and try to expand or select some node
Result: expanding only root nodes is possible. Selection impossible at all. Above-named actions cause validation message.
--
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
From jira-events at lists.jboss.org Thu Jan 8 10:42:06 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Thu, 8 Jan 2009 10:42:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5382) Tree: implement
behavior attributes for different re-rendering levels
In-Reply-To: <31728377.1229278716720.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13508636.1231429326105.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5382.
----------------------------------
> Tree: implement behavior attributes for different re-rendering levels
> ---------------------------------------------------------------------
>
> Key: RF-5382
> URL: https://jira.jboss.org/jira/browse/RF-5382
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 11:19:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 11:19:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5610)
scrollableDataTable: wrong order of selected rows when using ctrl+a
Message-ID: <11682467.1231431545148.JavaMail.jira@cloud.prod.atl2.jboss.com>
scrollableDataTable: wrong order of selected rows when using ctrl+a
-------------------------------------------------------------------
Key: RF-5610
URL: https://jira.jboss.org/jira/browse/RF-5610
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: richfaces-demo
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
rows in the table are in the following order initially:
1 Chevrolet
2 Ford
3 GMC
4 Infiniti
5 Nissan
6 Toyota
After ctrl+a is clicked the order in the modal panel is the following:
1 Chevrolet
2 Ford
3 Nissan
4 Toyota
5 GMC
6 Infiniti
--
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
From jira-events at lists.jboss.org Thu Jan 8 11:26:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 11:26:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5611)
scrollableDataTable: incorrect order of selected rows
Message-ID: <2931173.1231431964116.JavaMail.jira@cloud.prod.atl2.jboss.com>
scrollableDataTable: incorrect order of selected rows
-----------------------------------------------------
Key: RF-5611
URL: https://jira.jboss.org/jira/browse/RF-5611
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: richfaces-demo
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
1. Click the very first row
2. Click "Show selection"
=> one row is displayed, selection ok
3. Csroll the table down till the bottom and select the very last row
4. Click "Show selection"
=> two rows are displayed, selection ok
5. Scroll the table to the middle and select some row there
6. Click "Show selection"
=> three rows are displayed, which is ok. But the row from the step 5 is displayed at the bottom of the list in the popup, it should be in the middle of the list in the popup window.
--
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
From jira-events at lists.jboss.org Thu Jan 8 11:30:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 11:30:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5611)
scrollableDataTable: incorrect order of selected rows
In-Reply-To: <2931173.1231431964116.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18326364.1231432204296.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5611:
----------------------------------
Description:
1. Click the very first row
2. Click "Show selection"
=> one row is displayed, selection ok
3. Csroll the table down till the bottom and Ctrl+Click the very last row
4. Click "Show selection"
=> two rows are displayed, selection ok
5. Scroll the table to the middle and Ctrl+Click some row there
6. Click "Show selection"
=> three rows are displayed, which is ok. But the row from the step 5 is displayed at the bottom of the list in the popup, it should be in the middle of the list in the popup window.
was:
1. Click the very first row
2. Click "Show selection"
=> one row is displayed, selection ok
3. Csroll the table down till the bottom and select the very last row
4. Click "Show selection"
=> two rows are displayed, selection ok
5. Scroll the table to the middle and select some row there
6. Click "Show selection"
=> three rows are displayed, which is ok. But the row from the step 5 is displayed at the bottom of the list in the popup, it should be in the middle of the list in the popup window.
> scrollableDataTable: incorrect order of selected rows
> -----------------------------------------------------
>
> Key: RF-5611
> URL: https://jira.jboss.org/jira/browse/RF-5611
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
>
> 1. Click the very first row
> 2. Click "Show selection"
> => one row is displayed, selection ok
> 3. Csroll the table down till the bottom and Ctrl+Click the very last row
> 4. Click "Show selection"
> => two rows are displayed, selection ok
> 5. Scroll the table to the middle and Ctrl+Click some row there
> 6. Click "Show selection"
> => three rows are displayed, which is ok. But the row from the step 5 is displayed at the bottom of the list in the popup, it should be in the middle of the list in the popup window.
--
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
From jira-events at lists.jboss.org Thu Jan 8 11:30:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 11:30:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3448)
scrollableDataTable: Bad header view in Safari
In-Reply-To: <28727453.1210956862845.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <799049.1231432204476.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-3448:
----------------------------------
Attachment: sdt-broken-header-safari.gif
> scrollableDataTable: Bad header view in Safari
> ----------------------------------------------
>
> Key: RF-3448
> URL: https://jira.jboss.org/jira/browse/RF-3448
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: richfaces-demo
> 3.2.1.CR5
> Safari 3.1
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Attachments: sdt-broken-header-safari.gif
>
>
> see attached image
--
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
From jira-events at lists.jboss.org Thu Jan 8 11:32:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 11:32:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-3448)
scrollableDataTable: Bad header view in Safari
In-Reply-To: <28727453.1210956862845.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9378239.1231432324149.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reopened RF-3448:
-----------------------------------
Assignee: Nick Belaevski (was: Tsikhon Kuprevich)
reproduced in 3.3.0.CR2
> scrollableDataTable: Bad header view in Safari
> ----------------------------------------------
>
> Key: RF-3448
> URL: https://jira.jboss.org/jira/browse/RF-3448
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: richfaces-demo
> 3.2.1.CR5
> Safari 3.1
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Attachments: sdt-broken-header-safari.gif
>
>
> see attached image
--
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
From jira-events at lists.jboss.org Thu Jan 8 11:38:11 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 11:38:11 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5518) ModalPanel:
incorrect view under Opera.
In-Reply-To: <20171895.1231150014582.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18394844.1231432691759.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12445901#action_12445901 ]
Nick Belaevski commented on RF-5518:
------------------------------------
Introduced by r11948
> ModalPanel: incorrect view under Opera.
> ---------------------------------------
>
> Key: RF-5518
> URL: https://jira.jboss.org/jira/browse/RF-5518
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, Opera 9.62
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Attachments: 34.png
>
>
> Open modalPanel page in richfaces-demo and show panel.
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Thu Jan 8 11:54:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 11:54:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5592) User is unable
to update the text
in the input field, if this field is inside of and
is used to re-Render that field
In-Reply-To: <1784630.1231302844461.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13117358.1231433645044.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5592.
--------------------------------
Resolution: Rejected
Assignee: Tsikhon Kuprevich
That's not a bug. Value of input is not saved in model due to bypassUpdates="true" thus causing rendering of old model value. ui:repeat just do not update page content (also this won't work with ajaxSingle component), while a4j:repeat does that. That's why ui:repeat seems to be working. Consider the following code:
import java.util.Arrays;
import java.util.List;
public class RF5992 {
private List texts = Arrays.asList(new String[] { "First" });
public List getTexts() {
return texts;
}
public void setTexts(List texts) {
this.texts = texts;
}
public long getTime() {
return System.currentTimeMillis();
}
}
Compare value of time text when a4j:repeat and ui:repeat are used.
> User is unable to update the text in the input field, if this field is inside of and is used to re-Render that field
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5592
> URL: https://jira.jboss.org/jira/browse/RF-5592
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Igor Dikhtyaruk
> Assignee: Tsikhon Kuprevich
>
> example:
> xhtml:
>
>
> ajaxSingle="true"
> event="onchange"
> reRender="text"
> bypassUpdates="true"/>
>
>
> Java bean:
> package au.gov.austrac;
> import java.util.Arrays;
> import java.util.Date;
> import java.util.List;
> import org.jboss.seam.ScopeType;
> import org.jboss.seam.annotations.Name;
> import org.jboss.seam.annotations.Scope;
> @Name("myBean")
> @Scope(ScopeType.SESSION)
> public class MyBean {
> private List texts = Arrays.asList(new String[]{"First"});
> public List getTexts() {
> return texts;
> }
> public void setTexts(List texts) {
> this.texts = texts;
> }
> }
> BTW,
> the following works well:
>
>
> ajaxSingle="true"
> event="onchange"
> reRender="text"
> bypassUpdates="true"/>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:05:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 12:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5612) OrderingList:
incorrect selection
Message-ID: <9867436.1231434304258.JavaMail.jira@cloud.prod.atl2.jboss.com>
OrderingList: incorrect selection
---------------------------------
Key: RF-5612
URL: https://jira.jboss.org/jira/browse/RF-5612
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: richfaces-demo
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
Priority: Critical
Attachments: ol-selection.gif
see image attached
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:05:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 12:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5612) OrderingList:
incorrect selection
In-Reply-To: <9867436.1231434304258.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10194315.1231434304715.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5612:
----------------------------------
Attachment: ol-selection.gif
> OrderingList: incorrect selection
> ---------------------------------
>
> Key: RF-5612
> URL: https://jira.jboss.org/jira/browse/RF-5612
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Critical
> Attachments: ol-selection.gif
>
>
> see image attached
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:07:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 12:07:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5612) OrderingList:
incorrect selection
In-Reply-To: <9867436.1231434304258.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9389892.1231434424463.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich updated RF-5612:
----------------------------------
Description:
select rows in different directions using ctrl+click
see image attached
was:see image attached
> OrderingList: incorrect selection
> ---------------------------------
>
> Key: RF-5612
> URL: https://jira.jboss.org/jira/browse/RF-5612
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: ol-selection.gif
>
>
> select rows in different directions using ctrl+click
> see image attached
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:07:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:07:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5591) User is unable
to clean the
existing date in if is used to re-render the
input
In-Reply-To: <6214544.1231301524090.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32327502.1231434424744.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5591:
-------------------------------
Fix Version/s: Future
Assignee: Nick Belaevski
> User is unable to clean the existing date in if is used to re-render the input
> ------------------------------------------------------------------------------------------------------------
>
> Key: RF-5591
> URL: https://jira.jboss.org/jira/browse/RF-5591
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Igor Dikhtyaruk
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> example:
> xhtml:
> value="#{myBean.selectedDate}" enableManualInput="true"
> popup="true">
> reRender="selectedDate" bypassUpdates="true" />
> reRender="selectedDate" bypassUpdates="true" />
>
> java bean:
> package au.gov.austrac;
> import java.util.Arrays;
> import java.util.Date;
> import java.util.List;
> import org.jboss.seam.annotations.Name;
> @Name("myBean")
> public class MyBean {
> private Date selectedDate = new Date();
> public Date getSelectedDate() {
> return selectedDate;
> }
> public void setSelectedDate(Date selectedDate) {
> this.selectedDate = selectedDate;
> }
> }
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:07:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:07:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5612) OrderingList:
incorrect selection
In-Reply-To: <9867436.1231434304258.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16427131.1231434425119.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5612:
-------------------------------
Fix Version/s: 3.3.0
Assignee: Ilya Shaikovsky (was: Nick Belaevski)
Priority: Minor (was: Critical)
> OrderingList: incorrect selection
> ---------------------------------
>
> Key: RF-5612
> URL: https://jira.jboss.org/jira/browse/RF-5612
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Ilya Shaikovsky
> Priority: Minor
> Fix For: 3.3.0
>
> Attachments: ol-selection.gif
>
>
> select rows in different directions using ctrl+click
> see image attached
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:15:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:15:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5523) Calendar:
encoding of the org.richfaces.renderkit.calendar bundle file.
In-Reply-To: <21043204.1231166944594.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2679219.1231434905909.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5523.
--------------------------------
Resolution: Cannot Reproduce Bug
Assignee: Alexander Dubovsky (was: Nick Belaevski)
Cannot reproduce on 3.3.0.CR2
> Calendar: encoding of the org.richfaces.renderkit.calendar bundle file.
> -----------------------------------------------------------------------
>
> Key: RF-5523
> URL: https://jira.jboss.org/jira/browse/RF-5523
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, test-application
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Attachments: 35.png, calendar_ru_RU.properties, CustomizePage.jsp
>
>
> See page and bundle in attachment.
> # Open page
> # Show pop up
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:27:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Thu, 8 Jan 2009 12:27:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5589) Editor at
demosite: Exception after submit the Seam Text value.
In-Reply-To: <20981550.1231267444155.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7612534.1231435624360.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich resolved RF-5589.
--------------------------------
Resolution: Done
Assignee: Ilya Shaikovsky (was: Anton Belevich)
> Editor at demosite: Exception after submit the Seam Text value.
> ---------------------------------------------------------------
>
> Key: RF-5589
> URL: https://jira.jboss.org/jira/browse/RF-5589
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Ilya Shaikovsky
> Priority: Critical
> Fix For: 3.3.0
>
>
> the problem occurs with headers contains empty string, and list items contains empty text.
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:32:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:32:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5599) Content between
angle brackets is
being stripped out from selected item of a suggestion box
In-Reply-To: <20280165.1231411384122.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6222042.1231435924054.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5599:
-------------------------------
Fix Version/s: Future
(was: 3.2.2)
> Content between angle brackets is being stripped out from selected item of a suggestion box
> -------------------------------------------------------------------------------------------
>
> Key: RF-5599
> URL: https://jira.jboss.org/jira/browse/RF-5599
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Alessandro Behling
> Fix For: Future
>
>
> The problem presented itself when we migrated data from a legacy database. The migrated data is full of bits of descriptions that might include angle brackets. ie.
> 'XXXX - US.1 - YYYYY 1'
> On my list of results being displayed inside the the suggestion box, this gets listed as expected, but once I select this item and set it back to the input field the suggestion box is attached, it gets retrieved as
> 'XXXX - US.1 - YYYYY 1'
> After spending the day debuging the code, I managed to find out that the snipet of html that is sent back to the client has a few TDs
> will try to rougly write it how it looked
>
XXXX - US.1 - YYYYY 1
>
XXXX - US.1 - YYYYY 1
> and the bit that gets used is the first TD which doesn't get displayed and is picked as the value of the item inside my list
> The behaviour I would expect is that the value is honored as it is, since we cannot change the data which has been migrated from an old application and this is a major impact on the way the application will work. What seems to be happening is that RichFaces thinks the tags are dirty and wrong HTML bits and tries to be clever and cleans it up for you, but in this case what it actually does is screw the whole point of using the interface component
> Could it have an option of honoring such characters? so that it could fit to the purpose it already has, and also, suit cases like the one described
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:34:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:34:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5413)
dataFilterSlider: incorrect style
of slider area in right and left side from trailer under different skins.
In-Reply-To: <33262939.1229525574302.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18498755.1231436044197.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5413:
-------------------------------
Summary: dataFilterSlider: incorrect style of slider area in right and left side from trailer under different skins. (was: dataFilterSlider: incorrect style of slider area in right and left side from trailer under different skins.
)
Fix Version/s: Future
> dataFilterSlider: incorrect style of slider area in right and left side from trailer under different skins.
> -----------------------------------------------------------------------------------------------------------
>
> Key: RF-5413
> URL: https://jira.jboss.org/jira/browse/RF-5413
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA4)
> Reporter: Mikhail Vitenkov
> Assignee: Lex Dmitriev
> Priority: Minor
> Fix For: Future
>
> Attachments: dfsGlassXSkin.png, dfsLagunaSkin.png
>
>
> Under dark-X and glass-X skins dfs has coorect style displaying.
> Compare dfs under dark-X and laguna skins in attached screenshot.
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:36:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:36:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5597) toolTip
javascript hide() doesn't work on safari
In-Reply-To: <17944339.1231390204061.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18891129.1231436164011.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5597:
-------------------------------
Fix Version/s: Future
> toolTip javascript hide() doesn't work on safari
> ------------------------------------------------
>
> Key: RF-5597
> URL: https://jira.jboss.org/jira/browse/RF-5597
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Mac OS Safari
> Reporter: Joe Stevens
> Fix For: Future
>
>
> The hide() function of the javascript api doesn't work for rich:toolTip on Safari. The show() function works fine. The following is a test file that demonstrates the problem:
>
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:rich="http://richfaces.org/rich">
>
>
>
>
>
> id="link"
> value=""
> onclick="return showPopup(event, '#{rich:clientId( 'popup' )}' )">Click to Open
> id="popup"
> for="link"
> showEvent="none"
> hideEvent="none">
> Click to Close
>
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:43:05 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Thu, 8 Jan 2009 12:43:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5595) Combobox loses
it's value if value
is entered by user and component is ajax re-rendered
In-Reply-To: <5428263.1231353004560.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19408392.1231436585603.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich reassigned RF-5595:
----------------------------------
Assignee: Anton Belevich
> Combobox loses it's value if value is entered by user and component is ajax re-rendered
> ---------------------------------------------------------------------------------------
>
> Key: RF-5595
> URL: https://jira.jboss.org/jira/browse/RF-5595
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Firefox 2 - 3, IE6 / 7, Safari, Opera,....
> Reporter: Brian Couchman
> Assignee: Anton Belevich
> Fix For: 3.3.0
>
>
> When a rich:combobox is on a page, with enableManualInput=true, user can type a value in the box that is not in the list of propositions.
> At that moment, the hidden input is properly populated.
> If an ajax request is fired on the page, and the combobox is rerendered, the input text still contains the user value, but the hidden input is empty, and any next submit (ajax or not) empties the bean bound to the combobox object.
> The issue comes from the renderer of the Combobox
> In the class ComboboxRenderer, doEncodeEnd(), at line 560 we see this code :
> {code:title=ComboboxRenderer.java}
> String hiddenValue = null;
> if (items.contains(value)) {
> variables.setVariable("hiddenValue", value);
> }
> {code}
> which means : "If the value in the field is not part of the list of propositions, do not fill the hidden input with it". The input text is properly filled and it breaks the symetry (user sees a value in the box but another value is saved in the bean).
> If enableManualInput=true, meaning the user can type his own value, there should be no check if the value is in the propositions or not, and the hidden field should be filled the same way the input text is.
> Code should look like :
> {code:title=ComboboxRenderer.java}
> String hiddenValue = null;
> if (enableManualInput || items.contains(value)) {
> variables.setVariable("hiddenValue", value);
> }
> {code}
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:43:05 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Thu, 8 Jan 2009 12:43:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5595) Combobox loses
it's value if value
is entered by user and component is ajax re-rendered
In-Reply-To: <5428263.1231353004560.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25289704.1231436585876.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich resolved RF-5595.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Out of Date
> Combobox loses it's value if value is entered by user and component is ajax re-rendered
> ---------------------------------------------------------------------------------------
>
> Key: RF-5595
> URL: https://jira.jboss.org/jira/browse/RF-5595
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Firefox 2 - 3, IE6 / 7, Safari, Opera,....
> Reporter: Brian Couchman
> Assignee: Anton Belevich
> Fix For: 3.3.0
>
>
> When a rich:combobox is on a page, with enableManualInput=true, user can type a value in the box that is not in the list of propositions.
> At that moment, the hidden input is properly populated.
> If an ajax request is fired on the page, and the combobox is rerendered, the input text still contains the user value, but the hidden input is empty, and any next submit (ajax or not) empties the bean bound to the combobox object.
> The issue comes from the renderer of the Combobox
> In the class ComboboxRenderer, doEncodeEnd(), at line 560 we see this code :
> {code:title=ComboboxRenderer.java}
> String hiddenValue = null;
> if (items.contains(value)) {
> variables.setVariable("hiddenValue", value);
> }
> {code}
> which means : "If the value in the field is not part of the list of propositions, do not fill the hidden input with it". The input text is properly filled and it breaks the symetry (user sees a value in the box but another value is saved in the bean).
> If enableManualInput=true, meaning the user can type his own value, there should be no check if the value is in the propositions or not, and the hidden field should be filled the same way the input text is.
> Code should look like :
> {code:title=ComboboxRenderer.java}
> String hiddenValue = null;
> if (enableManualInput || items.contains(value)) {
> variables.setVariable("hiddenValue", value);
> }
> {code}
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:43:06 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:43:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3448)
scrollableDataTable: Bad header view in Safari
In-Reply-To: <28727453.1210956862845.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21528986.1231436586119.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3448:
-------------------------------
Fix Version/s: Future
Affects Version/s: 3.2.2
Assignee: Konstantin Mishin (was: Nick Belaevski)
Reproducible on 3.2.2.GA
> scrollableDataTable: Bad header view in Safari
> ----------------------------------------------
>
> Key: RF-3448
> URL: https://jira.jboss.org/jira/browse/RF-3448
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1, 3.2.2
> Environment: richfaces-demo
> 3.2.1.CR5
> Safari 3.1
> Reporter: Tsikhon Kuprevich
> Assignee: Konstantin Mishin
> Fix For: Future
>
> Attachments: sdt-broken-header-safari.gif
>
>
> see attached image
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:47:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5611)
scrollableDataTable: incorrect order of selected rows
In-Reply-To: <2931173.1231431964116.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14338284.1231436824113.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5611.
--------------------------------
Resolution: Duplicate Issue
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> scrollableDataTable: incorrect order of selected rows
> -----------------------------------------------------
>
> Key: RF-5611
> URL: https://jira.jboss.org/jira/browse/RF-5611
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
>
> 1. Click the very first row
> 2. Click "Show selection"
> => one row is displayed, selection ok
> 3. Csroll the table down till the bottom and Ctrl+Click the very last row
> 4. Click "Show selection"
> => two rows are displayed, selection ok
> 5. Scroll the table to the middle and Ctrl+Click some row there
> 6. Click "Show selection"
> => three rows are displayed, which is ok. But the row from the step 5 is displayed at the bottom of the list in the popup, it should be in the middle of the list in the popup window.
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:47:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 12:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5610)
scrollableDataTable: wrong order of selected rows when using ctrl+a
In-Reply-To: <11682467.1231431545148.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11341110.1231436824425.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5610:
-------------------------------
Assignee: Ilya Shaikovsky (was: Nick Belaevski)
> scrollableDataTable: wrong order of selected rows when using ctrl+a
> -------------------------------------------------------------------
>
> Key: RF-5610
> URL: https://jira.jboss.org/jira/browse/RF-5610
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Ilya Shaikovsky
>
> rows in the table are in the following order initially:
> 1 Chevrolet
> 2 Ford
> 3 GMC
> 4 Infiniti
> 5 Nissan
> 6 Toyota
> After ctrl+a is clicked the order in the modal panel is the following:
> 1 Chevrolet
> 2 Ford
> 3 Nissan
> 4 Toyota
> 5 GMC
> 6 Infiniti
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:54:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Thu, 8 Jan 2009 12:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5594) inplaceInput
not picking up style for changed mode
In-Reply-To: <7418803.1231348864180.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15728189.1231437244511.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich reassigned RF-5594:
----------------------------------
Assignee: Anton Belevich
> inplaceInput not picking up style for changed mode
> --------------------------------------------------
>
> Key: RF-5594
> URL: https://jira.jboss.org/jira/browse/RF-5594
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: JDK1.6, Facelets, Seam 2.1, Firefox
> Reporter: Greg Zoller
> Assignee: Anton Belevich
>
> I have an inplaceInput field like this:
> id="shipAddrZip"
> layout="block"
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable"
> value="#{cartMgr.cart.shippingInfo.shippingAddress.zip}"
> defaultLabel="(Zip)">
>
>
> I've specified style classes for each possible state including changed.
> The style class are picked up by the widget in each view, except the changed state, which reverts to the default grey/underlined.
> This new behavior. Haven't tested previous 3.3.0 releases but this is not a problem in 3.2.2.
--
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
From jira-events at lists.jboss.org Thu Jan 8 12:56:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Thu, 8 Jan 2009 12:56:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5594) inplaceInput
not picking up style for changed mode
In-Reply-To: <7418803.1231348864180.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1114283.1231437364290.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich resolved RF-5594.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Cannot Reproduce Bug
> inplaceInput not picking up style for changed mode
> --------------------------------------------------
>
> Key: RF-5594
> URL: https://jira.jboss.org/jira/browse/RF-5594
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: JDK1.6, Facelets, Seam 2.1, Firefox
> Reporter: Greg Zoller
> Assignee: Anton Belevich
> Fix For: 3.3.0
>
>
> I have an inplaceInput field like this:
> id="shipAddrZip"
> layout="block"
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable"
> value="#{cartMgr.cart.shippingInfo.shippingAddress.zip}"
> defaultLabel="(Zip)">
>
>
> I've specified style classes for each possible state including changed.
> The style class are picked up by the widget in each view, except the changed state, which reverts to the default grey/underlined.
> This new behavior. Haven't tested previous 3.3.0 releases but this is not a problem in 3.2.2.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:02:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:02:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5440)
ScrollableDataTable. Selection with Ctrl-A.
In-Reply-To: <3379515.1229692979929.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17348773.1231437724353.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5440:
-------------------------------
Fix Version/s: Future
Assignee: Konstantin Mishin
> ScrollableDataTable. Selection with Ctrl-A.
> -------------------------------------------
>
> Key: RF-5440
> URL: https://jira.jboss.org/jira/browse/RF-5440
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: RichFaces 3.3.0 BETA3
> Reporter: Alexander Buttau
> Assignee: Konstantin Mishin
> Fix For: Future
>
> Attachments: RichFaces-Demo.jpg
>
>
> if you select all records in ScrollableDataTable with "Ctrl-A" and then deselect some records, bound selection object returns still all records.
> Tested with RichFaces 3.3.0 BETA4. This problem can be reproduced on RichFaces-Demo page too.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:05:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5502)
orderingList&listShuttle : add selection change events
In-Reply-To: <30563625.1230646615135.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26407638.1231437904142.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5502:
-------------------------------
Fix Version/s: Future
> orderingList&listShuttle : add selection change events
> ------------------------------------------------------
>
> Key: RF-5502
> URL: https://jira.jboss.org/jira/browse/RF-5502
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> for Ordering List provide onselectionchange event.
> for List Shuttle provide onsourceselectionchange and ontargetselectionchange events.
> all of them should be fired after selection actually applied (in order to submit selection via ajax)
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:07:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Thu, 8 Jan 2009 13:07:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5613)
dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under
Safari
Message-ID: <15831289.1231438024601.JavaMail.jira@cloud.prod.atl2.jboss.com>
dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under Safari
----------------------------------------------------------------------------
Key: RF-5613
URL: https://jira.jboss.org/jira/browse/RF-5613
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: richfaces-demo
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
Priority: Critical
open the page with dropDownMenu/menuItem/menuGroup/menuSeparator
This page contains the following errors:
error on line 1212 at column 185: Attribute alt redefined
Below is a rendering of the page up to the first error.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:13:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:13:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5519) Calendar problem
under IE6-7 if dir="rtl" for body tag.
In-Reply-To: <24713303.1231151934381.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16218804.1231438384370.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5519:
-------------------------------
Fix Version/s: Future
> Calendar problem under IE6-7 if dir="rtl" for body tag.
> -------------------------------------------------------
>
> Key: RF-5519
> URL: https://jira.jboss.org/jira/browse/RF-5519
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, IE6-7
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> Source:
>
>
>
>
>
> # Open page under IE 6 or 7.
> # Try to show calendar pop up.
> Result: it is not shown.
> # Repeate the same stepd after define direction="bottom-left" for calendar
> Result: pop up appears, but in incorrect place.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:13:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:13:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5520) Calendar:
problem with direction attribute inside
In-Reply-To: <1467557.1231163394329.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14105284.1231438384849.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5520:
-------------------------------
Fix Version/s: Future
> Calendar: problem with direction attribute inside
> ------------------------------------------------------------------
>
> Key: RF-5520
> URL: https://jira.jboss.org/jira/browse/RF-5520
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, IE6-7
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> Code:
>
>
>
>
>
>
>
> # Open page in IE6 or 7
> # Click calendar button several times
> Result: pop up is opened to the left and to the right serially.
> # Define direction="auto" on page.
> # Try to show pop up again
> Result: JS Error on page, pop up is not opened.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:13:05 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Thu, 8 Jan 2009 13:13:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5524) ComboBox:
onchange event is not fired if select value from pop up using mouse.
In-Reply-To: <13430322.1231170178517.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31955555.1231438385037.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich updated RF-5524:
-------------------------------
Fix Version/s: Future
Assignee: Anton Belevich (was: Nick Belaevski)
> ComboBox: onchange event is not fired if select value from pop up using mouse.
> ------------------------------------------------------------------------------
>
> Key: RF-5524
> URL: https://jira.jboss.org/jira/browse/RF-5524
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1
> Reporter: Alexander Dubovsky
> Assignee: Anton Belevich
> Priority: Optional
> Fix For: Future
>
>
> Source:
>
>
>
>
>
>
>
> # Select item from pop up using mouse
> # Move focus from comboBox
> Result: onchange is not triggered - FAILURE
> # Select item from pop up using keyboard
> # Move focus from comboBox
> Result: alert is shown - OK
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:26:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:26:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5600) calendar: in
client mode selection
doesn't work for different months and years in date, entered in component's
input.
In-Reply-To: <20321608.1231412644014.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6023184.1231439164787.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5600:
-------------------------------
Fix Version/s: 3.3.0
Assignee: Nick Belaevski (was: Ilya Shaikovsky)
> calendar: in client mode selection doesn't work for different months and years in date, entered in component's input.
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5600
> URL: https://jira.jboss.org/jira/browse/RF-5600
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR2)
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> #1. Set mode="client", enableManualInput="true".
> #2. Navigate to page, contained tested calendar.
> #3. Select current date(Jan 8, 2009, for example).
> #4. Change 8 to 10 and open calendar popup. - selection is on Jan 10, 2009.
> #5. Change "Jan" to "Oct", open calendar popup and verify selection.
> Actual behavior:
> Actual month is present, selection is not.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:34:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Thu, 8 Jan 2009 13:34:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5614) Link for PDF
version is broken on index page of dev guide
Message-ID: <32659827.1231439644261.JavaMail.jira@cloud.prod.atl2.jboss.com>
Link for PDF version is broken on index page of dev guide
----------------------------------------------------------
Key: RF-5614
URL: https://jira.jboss.org/jira/browse/RF-5614
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.2.2
Reporter: Svetlana mukhina
Assignee: Svetlana mukhina
Fix For: 3.3.0
necessary to fix pdf link on dev guide index page and to check that other pdf links on FAQ, migration and CDK aren't broken
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:51:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:51:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5603) tooltip position
in ExtendedDataTable cells (FF2)
In-Reply-To: <18542552.1231415704746.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13619433.1231440664237.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5603:
-------------------------------
Fix Version/s: Future
> tooltip position in ExtendedDataTable cells (FF2)
> -------------------------------------------------
>
> Key: RF-5603
> URL: https://jira.jboss.org/jira/browse/RF-5603
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: FireFox 2
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: screen1.jpg, screen2.jpg
>
>
> 1) screen1 picture. Tooltip below the content
> 2) screen 2 picture. After scrolling vertical offset lost.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:55:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:55:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5613)
dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under
Safari
In-Reply-To: <15831289.1231438024601.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12274685.1231440904291.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5613:
-------------------------------
Fix Version/s: 3.3.0
> dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under Safari
> ----------------------------------------------------------------------------
>
> Key: RF-5613
> URL: https://jira.jboss.org/jira/browse/RF-5613
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Critical
> Fix For: 3.3.0
>
>
> open the page with dropDownMenu/menuItem/menuGroup/menuSeparator
> This page contains the following errors:
> error on line 1212 at column 185: Attribute alt redefined
> Below is a rendering of the page up to the first error.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:57:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Thu, 8 Jan 2009 13:57:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5614) Link for PDF
version is broken on index page of dev guide
In-Reply-To: <32659827.1231439644261.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18074197.1231441024034.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446225#action_12446225 ]
Svetlana mukhina commented on RF-5614:
--------------------------------------
LInk to pdf version is created CDK guide
Links are fixed on Migration and Dev guides
on FAQ the links isn't required - as there only PDFversion of this guide
> Link for PDF version is broken on index page of dev guide
> ----------------------------------------------------------
>
> Key: RF-5614
> URL: https://jira.jboss.org/jira/browse/RF-5614
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Svetlana mukhina
> Fix For: 3.3.0
>
>
> necessary to fix pdf link on dev guide index page and to check that other pdf links on FAQ, migration and CDK aren't broken
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:59:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5183)
scrollabledataTable: unsorted
indicator(down and up arrows) doesn't appear when component initialy
loaded.
In-Reply-To: <31272351.1228147416803.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <740383.1231441144775.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5183:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
> scrollabledataTable: unsorted indicator(down and up arrows) doesn't appear when component initialy loaded.
> ----------------------------------------------------------------------------------------------------------
>
> Key: RF-5183
> URL: https://jira.jboss.org/jira/browse/RF-5183
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1)
> Reporter: Mikhail Vitenkov
> Assignee: Konstantin Mishin
> Priority: Minor
> Fix For: Future
>
>
> #1. Set sortable="true" for any scrollableDataTable's column.
> #2. Define 'sortBy' attribute.
> #3. Navigate to page & verify sorting indicator for tested column's header.
> Actual ehavior:
> sorting indicator is absent by default.
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:59:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5209) Calendar:
currentDateChangeListener does not trigger
In-Reply-To: <25094079.1228316676525.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26565254.1231441144994.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5209:
-------------------------------
Component/s: (was: planning_all)
Fix Version/s: Future
(was: 3.3.0)
Due Date: (was: 14/Dec/08)
> Calendar: currentDateChangeListener does not trigger
> -----------------------------------------------------
>
> Key: RF-5209
> URL: https://jira.jboss.org/jira/browse/RF-5209
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Andrei Markavtsov
> Assignee: Nick Belaevski
> Fix For: Future
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:59:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:59:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5324) Editor: JS error
on page under Firefox.
In-Reply-To: <14630058.1228990726872.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18830821.1231441145168.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5324:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
> Editor: JS error on page under Firefox.
> ---------------------------------------
>
> Key: RF-5324
> URL: https://jira.jboss.org/jira/browse/RF-5324
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.BETA3, Firefox 3.0.4
> Reporter: Alexander Dubovsky
> Assignee: Pavel Yaschenko
> Fix For: Future
>
> Attachments: 29.png
>
>
> JS Error in Mozilla FF 3.0.4 on page with rich:editor:
> Permission denied to get property XULElement.accessibleType
> setupIframe()()tiny_mce...rc.js.jsf (line 7068)
> init()()tiny_mce...rc.js.jsf (line 7055)
> (?)()()tiny_mce...rc.js.jsf (line 6875)
> (?)()()tiny_mce...rc.js.jsf (line 4633)
> allDone()tiny_mce...rc.js.jsf (line 4685)
> success()()tiny_mce...rc.js.jsf (line 4704)
> ready()tiny_mce...rc.js.jsf (line 899)
> [Break on this error] d.close();
> Source:
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 13:59:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 13:59:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4476) Prototype.js
loaded twice when
using a4j:loadScript together with components which requests prototype too.
In-Reply-To: <16071557.1221480380802.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21256974.1231441145391.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4476:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
> Prototype.js loaded twice when using a4j:loadScript together with components which requests prototype too.
> ----------------------------------------------------------------------------------------------------------
>
> Key: RF-4476
> URL: https://jira.jboss.org/jira/browse/RF-4476
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: josef adamcik
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> When I use (mentioned in demo application http://livedemo.exadel.com/richfaces-demo/richfaces/script.jsf?c=loadScript&tab=usage ) and some component loads Prototype too, it results in two different script urls (and two script tags in document header):
> /a4j/g/3_2_2.GAorg.ajax4jsf.javascript.PrototypeScript.faces
> and:
> /a4j/g/3_2_2.GAprototype.js.faces
>
> -> script is loaded downloaded and included twice.
> Commonly it doesn't cause problem, but sometimes it can broke prototype in IE 6 (not tested other versions). (There was problem with suggestion box throwing errors on some methods from script.aculo.us in my case.)
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:02:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 14:02:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-4210) Unnecessary
attributes
Message-ID: <12179732.1231441324261.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-4210.
--------------------------------
Resolution: Out of Date
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
Mentioned 'onsubmit' and 'openedSet' are not present in current 3.3.0-snapshot
> Unnecessary attributes
> ----------------------
>
> Key: RF-4210
> URL: https://jira.jboss.org/jira/browse/RF-4210
> Project: RichFaces
> Issue Type: Task
> Components: docs updated
> Affects Versions: 3.2.1
> Reporter: Catherine Luts
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Unnecessary attributes should be hidden.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:04:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 14:04:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4210) Unnecessary
attributes
Message-ID: <528952.1231441444204.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4210:
-------------------------------
Component/s: (was: docs updated)
> Unnecessary attributes
> ----------------------
>
> Key: RF-4210
> URL: https://jira.jboss.org/jira/browse/RF-4210
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.2.1
> Reporter: Catherine Luts
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Unnecessary attributes should be hidden.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:04:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 14:04:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4210) Unnecessary
attributes
Message-ID: <26216910.1231441444445.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446227#action_12446227 ]
Nick Belaevski commented on RF-4210:
------------------------------------
"docs updated" removed
> Unnecessary attributes
> ----------------------
>
> Key: RF-4210
> URL: https://jira.jboss.org/jira/browse/RF-4210
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.2.1
> Reporter: Catherine Luts
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Unnecessary attributes should be hidden.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:06:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Thu, 8 Jan 2009 14:06:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3048) Migration guide
In-Reply-To: <2756659.1207930136439.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29497506.1231441564711.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446228#action_12446228 ]
Svetlana mukhina commented on RF-3048:
--------------------------------------
https://jira.jboss.org/jira/browse/RF-5606 info of this issue should be added to migration guide
> Migration guide
> ---------------
>
> Key: RF-3048
> URL: https://jira.jboss.org/jira/browse/RF-3048
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: migration guide issue.eml
>
>
> It's necessary to create a ref guide describing migration process from previous versions to 3.2.0.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:06:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 14:06:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5421) Facelets App
Breaks when redeployed
In-Reply-To: <33006672.1229542134386.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25545697.1231441565365.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5421:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
> Facelets App Breaks when redeployed
> -----------------------------------
>
> Key: RF-5421
> URL: https://jira.jboss.org/jira/browse/RF-5421
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: SJSAS 9.1
> Netbeans 6.5
> Reporter: John Leed
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> When the 3 RichFaces libs are packaged with the Facelets war and the war is redeployed, the following exception occurs:
> [#|2008-12-17T12:43:30.729-0500|WARNING|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|executePhase(RENDER_RESPONSE 6,com.sun.faces.context.FacesContextImpl at 2cd18f) threw exception
> com.sun.facelets.tag.TagAttributeException: /index.xhtml @41,65 switchType="client" object is not an instance of declaring class
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:53)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> ... 69 more
> |#]
> [#|2008-12-17T12:43:30.729-0500|SEVERE|sun-appserver9.1|org.ajax4jsf.webapp.BaseXMLFilter|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|Exception in the filter chain
> javax.servlet.ServletException: object is not an instance of declaring class
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> ... 37 more
> |#]
> [#|2008-12-17T12:43:30.745-0500|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=httpSSLWorkerThread-80-1;_RequestID=89fb51e6-e59b-4f80-9e5b-d8a0bbb7cefb;|StandardWrapperValve[Faces Servlet]: PWC1406: Servlet.service() for servlet Faces Servlet threw exception
> java.lang.IllegalArgumentException: object is not an instance of declaring class
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49)
> at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36)
> at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
> at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
> at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109)
> at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
> at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310)
> at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280)
> at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
> at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
> at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144)
> at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
> at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
> at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
> at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
> at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
> at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:196)
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at com.kroger.thmm.filter.CookieFilter.doFilter(CookieFilter.java:59)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:272)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
> at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
> at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
> at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
> |#]
> The application continues to do this in the presence of at least rich:calendar and rich:tabPanel until the app server is restarted. Pages without RF tags seem unaffected.
> This issue seems to be similar: http://www.seamframework.org/39279.lace
> There is a bit of a workaround: putting the RichFaces jars into the domain1/lib folder and not packaging them with the application. However, as seen in issues RF-1255 and RF-5212, putting the jars into a shared lib folder breaks the Glassfish admin console.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:06:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 14:06:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5613)
dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under
Safari
In-Reply-To: <15831289.1231438024601.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11482841.1231441565587.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5613 started by Nick Belaevski.
> dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under Safari
> ----------------------------------------------------------------------------
>
> Key: RF-5613
> URL: https://jira.jboss.org/jira/browse/RF-5613
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Nick Belaevski
> Priority: Critical
> Fix For: 3.3.0
>
>
> open the page with dropDownMenu/menuItem/menuGroup/menuSeparator
> This page contains the following errors:
> error on line 1212 at column 185: Attribute alt redefined
> Below is a rendering of the page up to the first error.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:16:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Thu, 8 Jan 2009 14:16:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-1853) dev jira tasks
for 3.3.0. release
In-Reply-To: <30344104.1199808703820.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15328453.1231442164233.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Svetlana mukhina updated RF-1853:
---------------------------------
Summary: dev jira tasks for 3.3.0. release (was: dev jira tasks)
> dev jira tasks for 3.3.0. release
> ----------------------------------
>
> Key: RF-1853
> URL: https://jira.jboss.org/jira/browse/RF-1853
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Svetlana mukhina
> Assignee: Svetlana mukhina
> Fix For: 3.3.0
>
>
> Look for dev jira that affect docs, understand it and assign it to the correct employee
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:16:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Thu, 8 Jan 2009 14:16:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5615) versions and
dates
Message-ID: <31315197.1231442164808.JavaMail.jira@cloud.prod.atl2.jboss.com>
versions and dates
-------------------
Key: RF-5615
URL: https://jira.jboss.org/jira/browse/RF-5615
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.2.2
Reporter: Svetlana mukhina
Assignee: Svetlana mukhina
Fix For: 3.3.0
Correct all dates and versions on all RF guides to meet 3.3.0 release
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:18:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Thu, 8 Jan 2009 14:18:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5614) Link for PDF
version is broken on index page of dev guide
In-Reply-To: <32659827.1231439644261.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9891316.1231442284279.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Svetlana mukhina closed RF-5614.
--------------------------------
Resolution: Done
> Link for PDF version is broken on index page of dev guide
> ----------------------------------------------------------
>
> Key: RF-5614
> URL: https://jira.jboss.org/jira/browse/RF-5614
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Svetlana mukhina
> Fix For: 3.3.0
>
>
> necessary to fix pdf link on dev guide index page and to check that other pdf links on FAQ, migration and CDK aren't broken
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:20:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 14:20:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5613)
dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under
Safari
In-Reply-To: <15831289.1231438024601.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33346117.1231442404224.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5613.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under Safari
> ----------------------------------------------------------------------------
>
> Key: RF-5613
> URL: https://jira.jboss.org/jira/browse/RF-5613
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
>
> open the page with dropDownMenu/menuItem/menuGroup/menuSeparator
> This page contains the following errors:
> error on line 1212 at column 185: Attribute alt redefined
> Below is a rendering of the page up to the first error.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:20:08 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 14:20:08 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5435) fileUpload:
under flash 9.x "Choose File" window appear on mousever event.
In-Reply-To: <26860427.1229619776797.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6831258.1231442408300.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5435:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
> fileUpload: under flash 9.x "Choose File" window appear on mousever event.
> --------------------------------------------------------------------------
>
> Key: RF-5435
> URL: https://jira.jboss.org/jira/browse/RF-5435
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA4) flash 9.x
> Reporter: Mikhail Vitenkov
> Assignee: Pavel Yaschenko
> Fix For: Future
>
>
> #1. Navigate to Rich Input->File Upload richfaces-demo page.
> #2. Turn flash on.
> #3. Click fileUpload "Add" control.
> #4. Choose any file by double click.
> #5. Mouse over "Add" control.
> Actual behavior:
> "Choose File" modal window appears.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:27:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Thu, 8 Jan 2009 14:27:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3048) Migration guide
In-Reply-To: <2756659.1207930136439.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26665249.1231442824014.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446231#action_12446231 ]
Svetlana mukhina commented on RF-3048:
--------------------------------------
words highlighting in this guide differs from the one of dev guide (it's to dark blue). Requires correcting.
> Migration guide
> ---------------
>
> Key: RF-3048
> URL: https://jira.jboss.org/jira/browse/RF-3048
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: migration guide issue.eml
>
>
> It's necessary to create a ref guide describing migration process from previous versions to 3.2.0.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:29:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Thu, 8 Jan 2009 14:29:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3048) Migration guide
In-Reply-To: <2756659.1207930136439.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26140445.1231442944043.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446232#action_12446232 ]
Svetlana mukhina commented on RF-3048:
--------------------------------------
subtitle ("this guide is a work ....") in pdf version of guide has very big font size, correct it plz also in all other guides.
> Migration guide
> ---------------
>
> Key: RF-3048
> URL: https://jira.jboss.org/jira/browse/RF-3048
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: migration guide issue.eml
>
>
> It's necessary to create a ref guide describing migration process from previous versions to 3.2.0.
--
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
From jira-events at lists.jboss.org Thu Jan 8 14:41:11 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 14:41:11 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5596) Fileupload and
ListShuttle in a
tab panel causes NPE in ListShuttleRendererBase.encodeOneRow
In-Reply-To: <14390816.1231370468664.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5096518.1231443671708.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5596.
--------------------------------
Resolution: Cannot Reproduce Bug
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
I could not reproduce the problem. Can you please add bean code and complete stack trace? Thank you in advance!
> Fileupload and ListShuttle in a tab panel causes NPE in ListShuttleRendererBase.encodeOneRow
> --------------------------------------------------------------------------------------------
>
> Key: RF-5596
> URL: https://jira.jboss.org/jira/browse/RF-5596
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Vista x64, JSF 1.2_10, RF 3.3.0 CR1, JDK6
> Reporter: Jonathan Moores
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> The below faces page causes the following stack error
> >>> EDIT >>>> FORGOT TO SAY WHEN .
> On uploading a new file. The file seems to be uploaded because after a browser refresh its in the list.
> I also note that BETA4 did not have this issue.
> >>> END EDIT >>>>
> IE seems to be ok.
> Safari and FF3 have issues.
> STACK::
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeOneRow(ListShuttleRendererBase.java:158)
> at org.richfaces.renderkit.AbstractRowsRenderer.process(AbstractRowsRenderer.java:86)
> at org.richfaces.model.ListShuttleDataModel$1.process(ListShuttleDataModel.java:84)
> at org.ajax4jsf.model.SequenceDataModel.walk(SequenceDataModel.java:101)
> at org.richfaces.model.ListShuttleDataModel.walk(ListShuttleDataModel.java:78)
> at org.ajax4jsf.component.UIDataAdaptor.walk(UIDataAdaptor.java:1151)
> at org.richfaces.renderkit.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:106)
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeRows(ListShuttleRendererBase.java:116)
> at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:267)
> at org.richfaces.renderkit.html.ListShuttleRenderer.doEncodeChildren(ListShuttleRenderer.java:257)
> at org.richfaces.renderkit.ListShuttleRendererBase.encodeChildren(ListShuttleRendererBase.java:244)
> PAGE:::
> <%@ taglib prefix="rich" uri="http://richfaces.ajax4jsf.org/rich" %>
> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
> <%@ taglib prefix="a4j" uri="http://richfaces.org/a4j" %>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
>
> Simple jsp page
>
>
>
>
> styleClass="linkButton" reRender="newDocumentTabPanel">
>
>
>
> binding="#{documentBean.tabPanel}" selectedTab="#{documentBean.selectedTab}">
>
>
> listsHeight="150"
> targetValue="#{documentBean.current.customers}" var="customer"
> sourceCaptionLabel="Available Customers"
> targetCaptionLabel="Assigned Customers" orderControlsVisible="false"
> converter="customerConverter">
>
>
>
>
>
>
>
>
>
>
>
> maxFilesQuantity="20"
> id="uploadPanel"
> autoclear="true"
> noDuplicate="true"
> immediateUpload="true"
> acceptedTypes="*"
> allowFlash="false"
> >
>
>
>
>
>
>
>
>
>
>
> rendered="#{documentBean.attachmentCount==0}"/>
> var="attachment" rowKeyVar="row">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> reRender="uploadedFileList, uploadPanel" value="Clear Uploaded Data"
> rendered="#{documentBean.attachmentCount>0}"/>
>
>
>
>
>
> <%----%>
>
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 15:05:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 15:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4422) inplaceSelect:
tab navigation saves
value for component with buttons and cancels in the component without
controls
In-Reply-To: <30134061.1220885498792.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23247955.1231445104696.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4422:
-------------------------------
Original Estimate: (was: 6 hours)
Remaining Estimate: (was: 6 hours)
Component/s: (was: planning_all)
Fix Version/s: Future
(was: 3.3.0)
> inplaceSelect: tab navigation saves value for component with buttons and cancels in the component without controls
> ------------------------------------------------------------------------------------------------------------------
>
> Key: RF-4422
> URL: https://jira.jboss.org/jira/browse/RF-4422
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Tatyana Romanovich
> Assignee: Vladimir Molotkov
> Fix For: Future
>
> Attachments: 4422.gif
>
>
> 1. Go to the demo site, select example for inplaceSelect component
> 2. In the first example expand list of values, select (don't press Enter key) by UP DOWN keys (or move mouse over) any value
> 3. Press tab key
> RESULT: value wasn't be selected. Default label is displayed
> 4. Repeat steps 2 - 3 for second or third examples (inplaceSelect with controls)
> FAILURE: value appeared as selected in the component.
> In my mind behavior should be the same as in the first example. Or vice versa.
--
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
From jira-events at lists.jboss.org Thu Jan 8 15:26:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 15:26:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5403)
scrollableDataTable:
richfaces-demo: rows are not displayed sometimes when switching between
skins
In-Reply-To: <29223596.1229445007166.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27015411.1231446364287.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5403:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
> scrollableDataTable: richfaces-demo: rows are not displayed sometimes when switching between skins
> --------------------------------------------------------------------------------------------------
>
> Key: RF-5403
> URL: https://jira.jboss.org/jira/browse/RF-5403
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.BETA4
> richfaces-demo
> FF3, IE6, IE7
> Reporter: Tsikhon Kuprevich
> Assignee: Konstantin Mishin
> Fix For: Future
>
>
> 1. Scroll/sort the table
> 2. Switch between skins
> => Rows are not displayed in the table sometimes (50/50)
--
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
From jira-events at lists.jboss.org Thu Jan 8 15:44:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 15:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5509) CSS Classes
Not picked up (styleClass, viewClass, editClass, etc.)
In-Reply-To: <20232090.1230759894326.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15249538.1231447444469.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446245#action_12446245 ]
Nick Belaevski commented on RF-5509:
------------------------------------
Confirmed, still exists in current 3.3.0-snapshot.
The same problem exists in inplaceInput
> CSS Classes Not picked up (styleClass, viewClass, editClass, etc.)
> ------------------------------------------------------------------
>
> Key: RF-5509
> URL: https://jira.jboss.org/jira/browse/RF-5509
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, JDK 1.6, Seam 2.1.0 w/upgraded Richfaces to 3.3.0.CR1, facelets
> Reporter: Greg Zoller
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> If I specify code like below, none of my CSS styling of the inplaceSelect widget is picked up--only the default is visible.
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable" showValueInView="true">
>
>
>
> The styling was working fine in 3.2.2 but broke in 3.3.0 betas onward.
--
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
From jira-events at lists.jboss.org Thu Jan 8 15:50:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 15:50:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5509) CSS Classes Not
picked up (styleClass, viewClass, editClass, etc.)
In-Reply-To: <20232090.1230759894326.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <215666.1231447804665.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5509.
--------------------------------
Resolution: Done
> CSS Classes Not picked up (styleClass, viewClass, editClass, etc.)
> ------------------------------------------------------------------
>
> Key: RF-5509
> URL: https://jira.jboss.org/jira/browse/RF-5509
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows, JDK 1.6, Seam 2.1.0 w/upgraded Richfaces to 3.3.0.CR1, facelets
> Reporter: Greg Zoller
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> If I specify code like below, none of my CSS styling of the inplaceSelect widget is picked up--only the default is visible.
> styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable" showValueInView="true">
>
>
>
> The styling was working fine in 3.2.2 but broke in 3.3.0 betas onward.
--
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
From jira-events at lists.jboss.org Thu Jan 8 18:22:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 18:22:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5600) calendar:
in client mode
selection doesn't work for different months and years in date, entered in
component's input.
In-Reply-To: <20321608.1231412644014.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25948714.1231456924081.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5600 started by Nick Belaevski.
> calendar: in client mode selection doesn't work for different months and years in date, entered in component's input.
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5600
> URL: https://jira.jboss.org/jira/browse/RF-5600
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR2)
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
> #1. Set mode="client", enableManualInput="true".
> #2. Navigate to page, contained tested calendar.
> #3. Select current date(Jan 8, 2009, for example).
> #4. Change 8 to 10 and open calendar popup. - selection is on Jan 10, 2009.
> #5. Change "Jan" to "Oct", open calendar popup and verify selection.
> Actual behavior:
> Actual month is present, selection is not.
--
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
From jira-events at lists.jboss.org Thu Jan 8 18:34:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 18:34:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5600) calendar: in
client mode selection
doesn't work for different months and years in date, entered in component's
input.
In-Reply-To: <20321608.1231412644014.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6514376.1231457644022.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5600.
--------------------------------
Resolution: Done
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
> calendar: in client mode selection doesn't work for different months and years in date, entered in component's input.
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5600
> URL: https://jira.jboss.org/jira/browse/RF-5600
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR2)
> Reporter: Mikhail Vitenkov
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
>
> #1. Set mode="client", enableManualInput="true".
> #2. Navigate to page, contained tested calendar.
> #3. Select current date(Jan 8, 2009, for example).
> #4. Change 8 to 10 and open calendar popup. - selection is on Jan 10, 2009.
> #5. Change "Jan" to "Oct", open calendar popup and verify selection.
> Actual behavior:
> Actual month is present, selection is not.
--
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
From jira-events at lists.jboss.org Thu Jan 8 18:43:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Thu, 8 Jan 2009 18:43:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5607)
rich:componentControl: disableDefault attribute not work
In-Reply-To: <19774836.1231427224464.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1327832.1231458184247.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5607:
-------------------------------
Fix Version/s: Future
Reproducible in 3.2.2.GA
> rich:componentControl: disableDefault attribute not work
> --------------------------------------------------------
>
> Key: RF-5607
> URL: https://jira.jboss.org/jira/browse/RF-5607
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Alexandr Levkovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> rich:componentControl: disableDefault attribute not work.
> Following example submit the page but it is incorrect.
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Thu Jan 8 19:17:04 2009
From: jira-events at lists.jboss.org (Alexander Smirnov (JIRA))
Date: Thu, 8 Jan 2009 19:17:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5616) Create
application-specific JavaScript and CSS assembly files.
Message-ID: <14565336.1231460224757.JavaMail.jira@cloud.prod.atl2.jboss.com>
Create application-specific JavaScript and CSS assembly files.
--------------------------------------------------------------
Key: RF-5616
URL: https://jira.jboss.org/jira/browse/RF-5616
Project: RichFaces
Issue Type: Feature Request
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Priority: Minor
Fix For: 3.3.1
Although loading of the just few CSS and JavaScript files with LOAD_xxx_STRATEGY=ALL significant reduces a number of network requests, these files are too huge ( up to 500kb ). Because most of the real world applications uses just a subset of the entire RichFaces components library it makes sense to create application-wide assembly, with the only necessary scripts and styles.
Ideas:
1) It should be Maven plugin ( ant task is optional ), what parses all web application pages and extracts list of the RichFaces components references.
2) Because all RichFaces components keeps information about referenced resources in the renderer, that tool is able to extract that information and assembly application-specific files.
Initial limitations:
1) Parce XML pages only. Parsing of the JSP format is more difficult, thus it could be postponed for the next releases.
2) This is compilation-time utility only.
--
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
From jira-events at lists.jboss.org Fri Jan 9 04:38:04 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 04:38:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5570) Setup separate
Seam profiles
In-Reply-To: <21612154.1231203604407.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25061416.1231493884348.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Svyatobatsko resolved RF-5570.
-------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Dmitry Svyatobatsko)
> Setup separate Seam profiles
> ----------------------------
>
> Key: RF-5570
> URL: https://jira.jboss.org/jira/browse/RF-5570
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day, 2 hours
> Remaining Estimate: 1 day, 2 hours
>
> Application should have two Maven profiles: for Seam 2.1 and 2.0
--
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
From jira-events at lists.jboss.org Fri Jan 9 04:40:06 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 04:40:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5569) Reorganize
dependencies
In-Reply-To: <26658930.1231203484496.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1466655.1231494006568.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Svyatobatsko resolved RF-5569.
-------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Dmitry Svyatobatsko)
> Reorganize dependencies
> -----------------------
>
> Key: RF-5569
> URL: https://jira.jboss.org/jira/browse/RF-5569
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 6 hours
> Remaining Estimate: 6 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 04:46:04 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 04:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5571)
changeExpandListener: Selenium Test
In-Reply-To: <12480199.1231203964118.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <377635.1231494364372.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5571 started by Dmitry Svyatobatsko.
> changeExpandListener: Selenium Test
> -----------------------------------
>
> Key: RF-5571
> URL: https://jira.jboss.org/jira/browse/RF-5571
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Dmitry Svyatobatsko
> Fix For: 3.3.1
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 04:46:04 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 04:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work stopped: (RF-5571)
changeExpandListener: Selenium Test
In-Reply-To: <12480199.1231203964118.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16164582.1231494364539.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5571 stopped by Dmitry Svyatobatsko.
> changeExpandListener: Selenium Test
> -----------------------------------
>
> Key: RF-5571
> URL: https://jira.jboss.org/jira/browse/RF-5571
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Dmitry Svyatobatsko
> Fix For: 3.3.1
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 04:46:04 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 04:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5572) listener is
activated on node expansion
In-Reply-To: <21656485.1231204085113.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1411762.1231494364906.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5572 started by Dmitry Svyatobatsko.
> listener is activated on node expansion
> ---------------------------------------
>
> Key: RF-5572
> URL: https://jira.jboss.org/jira/browse/RF-5572
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.1
> Reporter: Nick Belaevski
> Assignee: Dmitry Svyatobatsko
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> JSP/Facelets
--
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
From jira-events at lists.jboss.org Fri Jan 9 04:49:04 2009
From: jira-events at lists.jboss.org (Marek Nazarko (JIRA))
Date: Fri, 9 Jan 2009 04:49:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3048) Migration guide
In-Reply-To: <2756659.1207930136439.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26897737.1231494544752.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446621#action_12446621 ]
Marek Nazarko commented on RF-3048:
-----------------------------------
migration guide should have information about new behaviour of "immediate" attribute according to http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133031
> Migration guide
> ---------------
>
> Key: RF-3048
> URL: https://jira.jboss.org/jira/browse/RF-3048
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: migration guide issue.eml
>
>
> It's necessary to create a ref guide describing migration process from previous versions to 3.2.0.
--
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
From jira-events at lists.jboss.org Fri Jan 9 05:17:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Fri, 9 Jan 2009 05:17:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5540) component
with limitToList = true skips ajaxRendered areas update
In-Reply-To: <18013891.1231202044463.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <963653.1231496224127.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5540 started by Andrei Markavtsov.
> component with limitToList = true skips ajaxRendered areas update
> -----------------------------------------------------------------
>
> Key: RF-5540
> URL: https://jira.jboss.org/jira/browse/RF-5540
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 05:46:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Fri, 9 Jan 2009 05:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5540) component with
limitToList = true skips ajaxRendered areas update
In-Reply-To: <18013891.1231202044463.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5682754.1231497964272.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5540.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> component with limitToList = true skips ajaxRendered areas update
> -----------------------------------------------------------------
>
> Key: RF-5540
> URL: https://jira.jboss.org/jira/browse/RF-5540
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 05:48:04 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Fri, 9 Jan 2009 05:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-2220) Doc: no
default values
In-Reply-To: <27996879.1202515744038.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20754801.1231498084054.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446640#action_12446640 ]
Catherine Luts commented on RF-2220:
------------------------------------
the default value has been added into the attribute's description
> Doc: no default values
> ----------------------
>
> Key: RF-2220
> URL: https://jira.jboss.org/jira/browse/RF-2220
> Project: RichFaces
> Issue Type: Bug
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Nick Belaevski
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
> Attachments: missing values.xls
>
>
> Default values are missing in documentation somewhere, e.g. http://livedemo.exadel.com/richfaces-demo/richfaces/componentControl.jsf -> tag information -> disableDefault attribute
--
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
From jira-events at lists.jboss.org Fri Jan 9 05:52:04 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Fri, 9 Jan 2009 05:52:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-2220) Doc: no default
values
In-Reply-To: <27996879.1202515744038.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16994617.1231498324872.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Catherine Luts resolved RF-2220.
--------------------------------
Resolution: Done
task is done. The default values have been added.
> Doc: no default values
> ----------------------
>
> Key: RF-2220
> URL: https://jira.jboss.org/jira/browse/RF-2220
> Project: RichFaces
> Issue Type: Bug
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Nick Belaevski
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
> Attachments: missing values.xls
>
>
> Default values are missing in documentation somewhere, e.g. http://livedemo.exadel.com/richfaces-demo/richfaces/componentControl.jsf -> tag information -> disableDefault attribute
--
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
From jira-events at lists.jboss.org Fri Jan 9 05:54:04 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Fri, 9 Jan 2009 05:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2220) Doc: no default
values
In-Reply-To: <27996879.1202515744038.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26797300.1231498444748.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Catherine Luts updated RF-2220:
-------------------------------
Assignee: Nick Belaevski (was: Catherine Luts)
> Doc: no default values
> ----------------------
>
> Key: RF-2220
> URL: https://jira.jboss.org/jira/browse/RF-2220
> Project: RichFaces
> Issue Type: Bug
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Attachments: missing values.xls
>
>
> Default values are missing in documentation somewhere, e.g. http://livedemo.exadel.com/richfaces-demo/richfaces/componentControl.jsf -> tag information -> disableDefault attribute
--
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
From jira-events at lists.jboss.org Fri Jan 9 05:58:04 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Fri, 9 Jan 2009 05:58:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5387)
InputNumberSlider extended component description
In-Reply-To: <19910995.1229349662305.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24117924.1231498684109.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446647#action_12446647 ]
Catherine Luts commented on RF-5387:
------------------------------------
the component's description has been corrected.
> InputNumberSlider extended component description
> -------------------------------------------------
>
> Key: RF-5387
> URL: https://jira.jboss.org/jira/browse/RF-5387
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
> Add description of the extended component to guide, review it, language and functionality
--
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
From jira-events at lists.jboss.org Fri Jan 9 05:58:04 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Fri, 9 Jan 2009 05:58:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5387) InputNumberSlider
extended component description
In-Reply-To: <19910995.1229349662305.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22449369.1231498684377.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Catherine Luts closed RF-5387.
------------------------------
Resolution: Done
Task is done. The component's description has been corrected
> InputNumberSlider extended component description
> -------------------------------------------------
>
> Key: RF-5387
> URL: https://jira.jboss.org/jira/browse/RF-5387
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
> Add description of the extended component to guide, review it, language and functionality
--
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
From jira-events at lists.jboss.org Fri Jan 9 06:00:14 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Fri, 9 Jan 2009 06:00:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4664) Documenting
In-Reply-To: <31515089.1224455181244.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26093285.1231498814408.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446649#action_12446649 ]
Catherine Luts commented on RF-4664:
------------------------------------
the information has been updated, the link has been added.
> Documenting
> -----------
>
> Key: RF-4664
> URL: https://jira.jboss.org/jira/browse/RF-4664
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 07:28:14 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 07:28:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5482) rich:messages:
java.io.NotSerializableException exception.
In-Reply-To: <33126001.1230556914476.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32732804.1231504094254.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5482.
----------------------------------
Assignee: Alexander Dubovsky (was: Alexander Smirnov)
> rich:messages: java.io.NotSerializableException exception.
> ----------------------------------------------------------
>
> Key: RF-5482
> URL: https://jira.jboss.org/jira/browse/RF-5482
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: exception.txt
>
>
> Source:
>
>
>
>
>
> # Open page
> # Click submit button
> Result: see attached exception
> If use instead of all work fine.
--
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
From jira-events at lists.jboss.org Fri Jan 9 07:51:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Fri, 9 Jan 2009 07:51:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5531) Check "for"
attribute. Operation of component defined in "for" should process.
In-Reply-To: <8796646.1231201155212.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19117254.1231505464696.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5531 started by Alexandr Levkovsky.
> Check "for" attribute. Operation of component defined in "for" should process.
> ------------------------------------------------------------------------------
>
> Key: RF-5531
> URL: https://jira.jboss.org/jira/browse/RF-5531
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 07:51:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Fri, 9 Jan 2009 07:51:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5530) the same with
disableDefault = true
In-Reply-To: <20188075.1231201155002.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4835334.1231505464971.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandr Levkovsky resolved RF-5530.
------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Alexandr Levkovsky)
Done.
> the same with disableDefault = true
> ------------------------------------
>
> Key: RF-5530
> URL: https://jira.jboss.org/jira/browse/RF-5530
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:14:04 2009
From: jira-events at lists.jboss.org (Konstantin Mishin (JIRA))
Date: Fri, 9 Jan 2009 08:14:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5581) component
builds right tree
structure: data is fetched from nodes collection and assigned to var
variable
In-Reply-To: <25557739.1231204455110.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29887476.1231506844104.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5581 started by Konstantin Mishin.
> component builds right tree structure: data is fetched from nodes collection and assigned to var variable
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5581
> URL: https://jira.jboss.org/jira/browse/RF-5581
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.1
> Reporter: Nick Belaevski
> Assignee: Konstantin Mishin
> Fix For: 3.3.1
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:19:04 2009
From: jira-events at lists.jboss.org (Michael Sorokin (JIRA))
Date: Fri, 9 Jan 2009 08:19:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4664) Documenting
In-Reply-To: <31515089.1224455181244.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12275095.1231507144151.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Sorokin reassigned RF-4664:
-----------------------------------
Assignee: Michael Sorokin (was: Catherine Luts)
> Documenting
> -----------
>
> Key: RF-4664
> URL: https://jira.jboss.org/jira/browse/RF-4664
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Michael Sorokin
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:32:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 08:32:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5514) Refactor
application
In-Reply-To: <17315427.1231078134640.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17732928.1231507924733.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5514.
---------------------------------
> Refactor application
> --------------------
>
> Key: RF-5514
> URL: https://jira.jboss.org/jira/browse/RF-5514
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:32:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 08:32:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5515) Setup cargo
plugin for execution on Hudson
In-Reply-To: <7222958.1231078254349.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18166139.1231507924923.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5515.
---------------------------------
> Setup cargo plugin for execution on Hudson
> ------------------------------------------
>
> Key: RF-5515
> URL: https://jira.jboss.org/jira/browse/RF-5515
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:32:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 08:32:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5569) Reorganize
dependencies
In-Reply-To: <26658930.1231203484496.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2069610.1231507925137.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5569.
---------------------------------
> Reorganize dependencies
> -----------------------
>
> Key: RF-5569
> URL: https://jira.jboss.org/jira/browse/RF-5569
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 6 hours
> Remaining Estimate: 6 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:32:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 08:32:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5570) Setup separate
Seam profiles
In-Reply-To: <21612154.1231203604407.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14461907.1231507925398.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5570.
---------------------------------
> Setup separate Seam profiles
> ----------------------------
>
> Key: RF-5570
> URL: https://jira.jboss.org/jira/browse/RF-5570
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 1 day, 2 hours
> Remaining Estimate: 1 day, 2 hours
>
> Application should have two Maven profiles: for Seam 2.1 and 2.0
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:39:04 2009
From: jira-events at lists.jboss.org (yagish sharma (JIRA))
Date: Fri, 9 Jan 2009 08:39:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5617) a4j:jsFunction
in IE6/7 breaks when html:form's prependId="false"
Message-ID: <19239526.1231508344547.JavaMail.jira@cloud.prod.atl2.jboss.com>
a4j:jsFunction in IE6/7 breaks when html:form's prependId="false"
-----------------------------------------------------------------
Key: RF-5617
URL: https://jira.jboss.org/jira/browse/RF-5617
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Windows XP, IE6/7
Reporter: yagish sharma
a4j:jsFunction in IE6/7 breaks when html:form's prependId="false".
In RichFaces3.2.2SR1, a4j:jsFunction generates an HTML script, which breaks in IE6/7, but works in FireFox. The issue is the way the jsFunction is rendered.
Here is a sample of how the script is rendered in Ajax4JSF and in RichFaces when html:form's prependId attribute is false.
Notice that the name and id fields are kept same.
In Ajax4JSF, this will render as -
script id="func1" type="text/javascript"
function func1(){.........};
/script
In RichFaces, this renders as -
script id="func1" type="text/javascript">
func1 = function(){.........};
/script
Having the id of script tag and the func1 prototype name as same creates the problem. IE6/7 while parsing the script tag gives an error - "Object does not supports this property".
In RichFaces the renderer for jsFunction is AjaxFunctionRendererBase. This renderer's getFunction() method has changed from Ajax4JSF and generates this inappropriate javascript code.
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:46:05 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 08:46:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-5589) Editor at
demosite: Exception after submit the Seam Text value.
In-Reply-To: <20981550.1231267444155.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22976807.1231508765693.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky reopened RF-5589:
------------------------------------
Reproducible in 3.3.0.CR2 in many cases, e.g.
# input several lines in editor and click useSeamText checkBox => Error
# make some word striked and click useSeamText checkBox => Error
etc...
The possible solutiob is to clear editor before add seamText support.
> Editor at demosite: Exception after submit the Seam Text value.
> ---------------------------------------------------------------
>
> Key: RF-5589
> URL: https://jira.jboss.org/jira/browse/RF-5589
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Ilya Shaikovsky
> Priority: Critical
> Fix For: 3.3.0
>
>
> the problem occurs with headers contains empty string, and list items contains empty text.
--
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
From jira-events at lists.jboss.org Fri Jan 9 08:59:04 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 08:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5572) listener is
activated on node expansion
In-Reply-To: <21656485.1231204085113.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24325616.1231509544292.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Svyatobatsko resolved RF-5572.
-------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Dmitry Svyatobatsko)
> listener is activated on node expansion
> ---------------------------------------
>
> Key: RF-5572
> URL: https://jira.jboss.org/jira/browse/RF-5572
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.1
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> JSP/Facelets
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:01:04 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 09:01:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5574) listener is
activated on node selection
In-Reply-To: <1250634.1231204204300.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10952658.1231509664699.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5574 started by Dmitry Svyatobatsko.
> listener is activated on node selection
> ---------------------------------------
>
> Key: RF-5574
> URL: https://jira.jboss.org/jira/browse/RF-5574
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.1
> Reporter: Nick Belaevski
> Assignee: Dmitry Svyatobatsko
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:01:05 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 09:01:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5574) listener is
activated on node selection
In-Reply-To: <1250634.1231204204300.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8865778.1231509665550.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Svyatobatsko resolved RF-5574.
-------------------------------------
Fix Version/s: 3.3.0
(was: 3.3.1)
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Dmitry Svyatobatsko)
> listener is activated on node selection
> ---------------------------------------
>
> Key: RF-5574
> URL: https://jira.jboss.org/jira/browse/RF-5574
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.1
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:03:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 09:03:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4196) Tree: support
different re-rendering levels
In-Reply-To: <29678769.1218677560628.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11454429.1231509784608.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4196.
----------------------------------
> Tree: support different re-rendering levels
> -------------------------------------------
>
> Key: RF-4196
> URL: https://jira.jboss.org/jira/browse/RF-4196
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:05:04 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 09:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5574) listener is
activated on node selection
In-Reply-To: <1250634.1231204204300.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1610642.1231509904386.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Svyatobatsko updated RF-5574:
------------------------------------
Affects Version/s: 3.3.0
(was: 3.3.1)
> listener is activated on node selection
> ---------------------------------------
>
> Key: RF-5574
> URL: https://jira.jboss.org/jira/browse/RF-5574
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:07:14 2009
From: jira-events at lists.jboss.org (Dmitry Svyatobatsko (JIRA))
Date: Fri, 9 Jan 2009 09:07:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5572) listener is
activated on node expansion
In-Reply-To: <21656485.1231204085113.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31000069.1231510034367.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Svyatobatsko updated RF-5572:
------------------------------------
Fix Version/s: 3.3.0
(was: 3.3.1)
Affects Version/s: 3.3.0
(was: 3.3.1)
> listener is activated on node expansion
> ---------------------------------------
>
> Key: RF-5572
> URL: https://jira.jboss.org/jira/browse/RF-5572
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> JSP/Facelets
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:07:14 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 09:07:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5618) Editor: pop ups
incorrect moves under IE6.
Message-ID: <23491340.1231510034705.JavaMail.jira@cloud.prod.atl2.jboss.com>
Editor: pop ups incorrect moves under IE6.
------------------------------------------
Key: RF-5618
URL: https://jira.jboss.org/jira/browse/RF-5618
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR3, IE6
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
# Open demo site on Editor page under IE6
# Switch to Advanced mode
# Open any pop up and try to move it
Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:09:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 09:09:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5618) Editor: pop ups
incorrect moves under IE6.
In-Reply-To: <23491340.1231510034705.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9600290.1231510144267.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5618:
-----------------------------------
Attachment: pop up in IE6.bmp
> Editor: pop ups incorrect moves under IE6.
> ------------------------------------------
>
> Key: RF-5618
> URL: https://jira.jboss.org/jira/browse/RF-5618
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, IE6
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: pop up in IE6.bmp
>
>
> # Open demo site on Editor page under IE6
> # Switch to Advanced mode
> # Open any pop up and try to move it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:11:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Fri, 9 Jan 2009 09:11:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5589) Editor at
demosite: Exception after submit the Seam Text value.
In-Reply-To: <20981550.1231267444155.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20752414.1231510264124.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky resolved RF-5589.
---------------------------------
Resolution: Done
editor reseted after switching between modes.
> Editor at demosite: Exception after submit the Seam Text value.
> ---------------------------------------------------------------
>
> Key: RF-5589
> URL: https://jira.jboss.org/jira/browse/RF-5589
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Ilya Shaikovsky
> Priority: Critical
> Fix For: 3.3.0
>
>
> the problem occurs with headers contains empty string, and list items contains empty text.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:13:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 09:13:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5619) Editor:
Insert/Edit Link pop up problem in case useSeamText=true.
Message-ID: <4438427.1231510384595.JavaMail.jira@cloud.prod.atl2.jboss.com>
Editor: Insert/Edit Link pop up problem in case useSeamText=true.
-----------------------------------------------------------------
Key: RF-5619
URL: https://jira.jboss.org/jira/browse/RF-5619
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR3
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Attachments: 36.png
# Open richfaces-demo on Editor page
# Switch to Advanced mode and check useSeamText checkBox.
# Select some word, click Insert/Edit Link and check view of pop up
Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:13:04 2009
From: jira-events at lists.jboss.org (Gleb Galkin (JIRA))
Date: Fri, 9 Jan 2009 09:13:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4933) RF security
In-Reply-To: <13186535.1226673696587.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33045386.1231510384765.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446690#action_12446690 ]
Gleb Galkin commented on RF-4933:
---------------------------------
Two articles have been posted:
https://www.jboss.org/community/docs/DOC-13239
https://www.jboss.org/community/docs/DOC-13240
> RF security
> ------------
>
> Key: RF-4933
> URL: https://jira.jboss.org/jira/browse/RF-4933
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: article.txt, article_checked.txt
>
>
> Wiki article on RF security is required.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:13:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 09:13:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5572) listener is
activated on node expansion
In-Reply-To: <21656485.1231204085113.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29680392.1231510385044.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5572.
---------------------------------
> listener is activated on node expansion
> ---------------------------------------
>
> Key: RF-5572
> URL: https://jira.jboss.org/jira/browse/RF-5572
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> JSP/Facelets
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:13:05 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 09:13:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5619) Editor:
Insert/Edit Link pop up problem in case useSeamText=true.
In-Reply-To: <4438427.1231510384595.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32731919.1231510385422.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5619:
-----------------------------------
Attachment: 36.png
> Editor: Insert/Edit Link pop up problem in case useSeamText=true.
> -----------------------------------------------------------------
>
> Key: RF-5619
> URL: https://jira.jboss.org/jira/browse/RF-5619
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Attachments: 36.png
>
>
> # Open richfaces-demo on Editor page
> # Switch to Advanced mode and check useSeamText checkBox.
> # Select some word, click Insert/Edit Link and check view of pop up
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:13:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 09:13:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5513) Regression-area
setup application on Hudson
In-Reply-To: <19885218.1231078134410.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15146698.1231510385655.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5513.
---------------------------------
> Regression-area setup application on Hudson
> -------------------------------------------
>
> Key: RF-5513
> URL: https://jira.jboss.org/jira/browse/RF-5513
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:13:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 09:13:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5574) listener is
activated on node selection
In-Reply-To: <1250634.1231204204300.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27655875.1231510385915.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5574.
---------------------------------
> listener is activated on node selection
> ---------------------------------------
>
> Key: RF-5574
> URL: https://jira.jboss.org/jira/browse/RF-5574
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:13:06 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 09:13:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4210) Unnecessary
attributes
Message-ID: <10021075.1231510386620.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4210.
---------------------------------
> Unnecessary attributes
> ----------------------
>
> Key: RF-4210
> URL: https://jira.jboss.org/jira/browse/RF-4210
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.2.1
> Reporter: Catherine Luts
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Unnecessary attributes should be hidden.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:15:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 09:15:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4515) hide process
attribute in scrollable dataTable
In-Reply-To: <6526620.1222089981740.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8462817.1231510505443.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4515.
---------------------------------
> hide process attribute in scrollable dataTable
> ----------------------------------------------
>
> Key: RF-4515
> URL: https://jira.jboss.org/jira/browse/RF-4515
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Priority: Optional
> Fix For: 3.3.0
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:17:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Fri, 9 Jan 2009 09:17:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5506) queue: "Apply"
doesn't clear "type here:" input(richfaces-demo)
In-Reply-To: <23587925.1230714654680.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15508475.1231510624535.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky resolved RF-5506.
---------------------------------
Resolution: Out of Date
> queue: "Apply" doesn't clear "type here:" input(richfaces-demo)
> ---------------------------------------------------------------
>
> Key: RF-5506
> URL: https://jira.jboss.org/jira/browse/RF-5506
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR1)
> Reporter: Mikhail Vitenkov
> Assignee: Ilya Shaikovsky
> Priority: Minor
> Fix For: 3.3.0
>
>
> 1. Navigate to Ajax Support -> Queue -> Queue Settings tab
> 2. Type "something" in "type here:" input.
> 3. Click "Apply" command button.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:26:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 09:26:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-4587) ComboBox:
inputInactiveStyle doesn't work correctly
In-Reply-To: <16952310.1223558420921.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3349918.1231511164519.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky resolved RF-4587.
------------------------------------
Resolution: Won't Fix
Assignee: Alexander Dubovsky (was: Nick Belaevski)
> ComboBox: inputInactiveStyle doesn't work correctly
> ---------------------------------------------------
>
> Key: RF-4587
> URL: https://jira.jboss.org/jira/browse/RF-4587
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> It sets it's style permanently for all the states - active, inactive, disabled
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:28:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 09:28:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4587) ComboBox:
inputInactiveStyle doesn't work correctly
In-Reply-To: <16952310.1223558420921.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5214521.1231511284926.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-4587.
----------------------------------
> ComboBox: inputInactiveStyle doesn't work correctly
> ---------------------------------------------------
>
> Key: RF-4587
> URL: https://jira.jboss.org/jira/browse/RF-4587
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> It sets it's style permanently for all the states - active, inactive, disabled
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:30:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Fri, 9 Jan 2009 09:30:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5612) OrderingList:
incorrect selection
In-Reply-To: <9867436.1231434304258.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20556705.1231511404748.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky resolved RF-5612.
---------------------------------
Resolution: Rejected
Set but not a list used to store selection.
So output will not store the items relative position in initial list.
If the user want to output with some specific sorting or etc in his cases - he will works with this set in java code. This not necessary at demo because this is just simple example.
> OrderingList: incorrect selection
> ---------------------------------
>
> Key: RF-5612
> URL: https://jira.jboss.org/jira/browse/RF-5612
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Ilya Shaikovsky
> Priority: Minor
> Fix For: 3.3.0
>
> Attachments: ol-selection.gif
>
>
> select rows in different directions using ctrl+click
> see image attached
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:39:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 09:39:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4587) ComboBox:
inputInactiveStyle doesn't work correctly
In-Reply-To: <16952310.1223558420921.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13735048.1231511944037.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446697#action_12446697 ]
Alexander Dubovsky commented on RF-4587:
----------------------------------------
Works fine in 3.3.0.CR3
> ComboBox: inputInactiveStyle doesn't work correctly
> ---------------------------------------------------
>
> Key: RF-4587
> URL: https://jira.jboss.org/jira/browse/RF-4587
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Tsikhon Kuprevich
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> It sets it's style permanently for all the states - active, inactive, disabled
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:47:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 09:47:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3586) URLs of resources
are not predictable
In-Reply-To: <22003760.1212050329471.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8972703.1231512425978.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-3586.
---------------------------------
> URLs of resources are not predictable
> -------------------------------------
>
> Key: RF-3586
> URL: https://jira.jboss.org/jira/browse/RF-3586
> Project: RichFaces
> Issue Type: Bug
> Components: docs updated, planning_all
> Affects Versions: 3.1.4, 3.1.5, 3.2.0
> Reporter: Olivier Martin
> Assignee: Tsikhon Kuprevich
> Priority: Blocker
> Fix For: 3.3.0
>
> Original Estimate: 1 day, 4 hours
> Remaining Estimate: 1 day, 4 hours
>
> The way RichFaces generates URLs for the scripts and styles is incompatible with security restrictions in a corporate world.
> When applications are deployed in production, the list of the URLs it uses has to be known : the Firewalls are configured with this "white-list" and a "black-list" forbidding URLs with ".." characters.
> For instance the following URL has several problems :
> a4j_3_1_5.GAcss/table.xcss/DATB/eAF7P..bLgAIQwM..faces
> * The prefix "a4j_3_1_5.GA" can be configured, but usually the projects don't bother to do it, thus this part is gonna change with each RichFaces release
> * The part "eAF7P..bLgAIQwM." is unpredictable, it depends on the value of the object SkinImpl.hashcode() ?!!
> * The part "eAF7P..bLgAIQwM." contains ".."' characters
> Overall we had to bypass the usual security restrictions to put an application in production, this is unacceptable.
--
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
From jira-events at lists.jboss.org Fri Jan 9 09:47:06 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 09:47:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4788) Add LGPL license
files to the root of the RichFaces distributions
In-Reply-To: <19038110.1225230800782.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33456483.1231512426188.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4788.
---------------------------------
> Add LGPL license files to the root of the RichFaces distributions
> -----------------------------------------------------------------
>
> Key: RF-4788
> URL: https://jira.jboss.org/jira/browse/RF-4788
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.6, 3.2.2
> Reporter: Jay Balunas
> Assignee: Tsikhon Kuprevich
> Priority: Blocker
> Fix For: 3.1.x, 3.3.0
>
>
> We need to add a LGPL license file to the root of the richfaces distribution. See seam distributions for an example of 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
From jira-events at lists.jboss.org Fri Jan 9 09:47:06 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 09:47:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4789) Add JBoss
community EULA document to RichFaces distributions
In-Reply-To: <3582637.1225231040772.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7293121.1231512426316.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4789.
---------------------------------
> Add JBoss community EULA document to RichFaces distributions
> ------------------------------------------------------------
>
> Key: RF-4789
> URL: https://jira.jboss.org/jira/browse/RF-4789
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.6, 3.2.2
> Reporter: Jay Balunas
> Assignee: Tsikhon Kuprevich
> Priority: Blocker
> Fix For: 3.1.x, 3.3.0
>
>
> We need to add an EULA document to the root of the RicFaces. See http://www.jboss.org/eula/ for the text.
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:10:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 10:10:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5588) ModalPanel:
implement domElementAttachment attribute
In-Reply-To: <6233119.1231258924126.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12956132.1231513804593.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-5588:
-------------------------------------
Assignee: Alexander Dubovsky (was: Tsikhon Kuprevich)
> ModalPanel: implement domElementAttachment attribute
> ----------------------------------------------------
>
> Key: RF-5588
> URL: https://jira.jboss.org/jira/browse/RF-5588
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
> Possible values: body (default)/form/parent. If 'form' is used and no parent form is available then panel functions as if 'body' was used
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:18:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 10:18:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4595) ListShuttle: add
events onorderchange and onlistchange
In-Reply-To: <3308553.1223888660942.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20223720.1231514284390.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4595.
---------------------------------
> ListShuttle: add events onorderchange and onlistchange
> ------------------------------------------------------
>
> Key: RF-4595
> URL: https://jira.jboss.org/jira/browse/RF-4595
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> These events should be fired before corresponding list changes and allow to cancel the interactions.
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:29:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 10:29:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4850) ListShuttle:
validation almost impossible
In-Reply-To: <11641361.1225752860990.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24673726.1231514944856.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4850.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> ListShuttle: validation almost impossible
> -----------------------------------------
>
> Key: RF-4850
> URL: https://jira.jboss.org/jira/browse/RF-4850
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:33:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 10:33:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4714) AjaxScript:
loaded twice
In-Reply-To: <12080934.1224723622968.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3509411.1231515184413.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4714.
---------------------------------
> AjaxScript: loaded twice
> ------------------------
>
> Key: RF-4714
> URL: https://jira.jboss.org/jira/browse/RF-4714
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
>
> Using together with rich:calendar and a4j:commandLink loads ajax script twice
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:33:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 10:33:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5100) Build:
tlib-version is 0.0.0 instead
of actual version for x.y.z.ALPHA+ versions
In-Reply-To: <2661874.1227725556534.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25636340.1231515184712.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5100.
---------------------------------
> Build: tlib-version is 0.0.0 instead of actual version for x.y.z.ALPHA+ versions
> --------------------------------------------------------------------------------
>
> Key: RF-5100
> URL: https://jira.jboss.org/jira/browse/RF-5100
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:35:15 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 10:35:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4561) Example
Seam-Discs throws SEVERE Trinidad-Exception
Message-ID: <23173903.1231515315584.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich reassigned RF-4561:
-------------------------------------
Assignee: Mikhail Vitenkov (was: Alexander Smirnov)
> Example Seam-Discs throws SEVERE Trinidad-Exception
> ---------------------------------------------------
>
> Key: RF-4561
> URL: https://jira.jboss.org/jira/browse/RF-4561
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: EJB 3.0, JBOSS 4.2, SEAM 2.1, TRINIDAD (actual version), RichFaces (3.2)
> Reporter: nimo stephan
> Assignee: Mikhail Vitenkov
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: faces-config.xml, pom.xml, trinidad.xhtml, web.xml
>
>
> I have looked at the seam-disc-example and have run it.
> Though all the trinidad-components are rendered well, the following error occurs:
> org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit createResponseWriter
> SEVERE: No RenderingContext has been created.
> Maybe, the web.xml (faces-config.xml) are not well configured for Seam, Ajax4j (richfaces), Trinidad.
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:53:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Fri, 9 Jan 2009 10:53:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5532) Check
"params" attribute using JSON syntax.
In-Reply-To: <15898696.1231201155355.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27016567.1231516384434.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5532 started by Alexandr Levkovsky.
> Check "params" attribute using JSON syntax.
> -------------------------------------------
>
> Key: RF-5532
> URL: https://jira.jboss.org/jira/browse/RF-5532
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:55:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Fri, 9 Jan 2009 10:55:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5531) Check "for"
attribute. Operation of component defined in "for" should process.
In-Reply-To: <8796646.1231201155212.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10528470.1231516504220.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandr Levkovsky resolved RF-5531.
------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Alexandr Levkovsky)
Done.
> Check "for" attribute. Operation of component defined in "for" should process.
> ------------------------------------------------------------------------------
>
> Key: RF-5531
> URL: https://jira.jboss.org/jira/browse/RF-5531
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:55:05 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 10:55:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-2239) listShuttle:
doesn't works after ajax update
In-Reply-To: <31506613.1202829843914.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23986054.1231516505280.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-2239.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Alexander Dubovsky)
> listShuttle: doesn't works after ajax update
> --------------------------------------------
>
> Key: RF-2239
> URL: https://jira.jboss.org/jira/browse/RF-2239
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.0
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Initial value of enabled = false.
> after checkbox activation - listShuttle rendered but doesn't works and layout broken.
--
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
From jira-events at lists.jboss.org Fri Jan 9 10:59:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 10:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5613)
dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under
Safari
In-Reply-To: <15831289.1231438024601.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3318333.1231516744163.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5613.
---------------------------------
> dropDownMenu/menuItem/menuGroup/menuSeparator: pages are broken under Safari
> ----------------------------------------------------------------------------
>
> Key: RF-5613
> URL: https://jira.jboss.org/jira/browse/RF-5613
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
>
> open the page with dropDownMenu/menuItem/menuGroup/menuSeparator
> This page contains the following errors:
> error on line 1212 at column 185: Attribute alt redefined
> Below is a rendering of the page up to the first error.
--
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
From jira-events at lists.jboss.org Fri Jan 9 11:05:04 2009
From: jira-events at lists.jboss.org (Stefan Bley (JIRA))
Date: Fri, 9 Jan 2009 11:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4791) Calendar with
datePattern from resourcebundle doesn't validate
In-Reply-To: <341096.1225291641225.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30739129.1231517104587.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447011#action_12447011 ]
Stefan Bley commented on RF-4791:
---------------------------------
I can reproduce the bug in 3.2.2.SR1.
> Calendar with datePattern from resourcebundle doesn't validate
> --------------------------------------------------------------
>
> Key: RF-4791
> URL: https://jira.jboss.org/jira/browse/RF-4791
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Edwin van der Elst
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
>
> See also:
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143930
> I use:
>
richfaces-demo: incorrect "Component Class Documentation" link on validators pages.
-----------------------------------------------------------------------------------
Key: RF-5622
URL: https://jira.jboss.org/jira/browse/RF-5622
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Optional
Attachments: 37.png
# Navigate to AjaxValidator or BeanValidator or GraphValidator page in richfaces-demo
# Verify "Component Class Documentation" link in upper left corner of the page
Result: link to UIHotkey docs instaed of corresponded link. See screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 11:43:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 11:43:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5622) richfaces-demo:
incorrect "Component Class Documentation" link on validators pages.
In-Reply-To: <14243523.1231519384275.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23713698.1231519384552.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5622:
-----------------------------------
Attachment: 37.png
> richfaces-demo: incorrect "Component Class Documentation" link on validators pages.
> -----------------------------------------------------------------------------------
>
> Key: RF-5622
> URL: https://jira.jboss.org/jira/browse/RF-5622
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Priority: Optional
> Attachments: 37.png
>
>
> # Navigate to AjaxValidator or BeanValidator or GraphValidator page in richfaces-demo
> # Verify "Component Class Documentation" link in upper left corner of the page
> Result: link to UIHotkey docs instaed of corresponded link. See screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 11:45:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 11:45:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4532) JS error after
reREnder modal with combo inside
In-Reply-To: <5095112.1222257020821.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6983448.1231519504355.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-4532.
---------------------------------
> JS error after reREnder modal with combo inside
> -----------------------------------------------
>
> Key: RF-4532
> URL: https://jira.jboss.org/jira/browse/RF-4532
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Assignee: Tsikhon Kuprevich
> Priority: Critical
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> 1) customers snippet at forum.
> 2) additionally trying after I change the code to(rerender not panel but its content):
>
>
> My modal Panel
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> reRender="out"
> value="reRender MP" />
>
>
> value="show..." type="button"/>
> the same js error occurs.
--
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
From jira-events at lists.jboss.org Fri Jan 9 11:47:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 11:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5587) modalPanel: when
component is shown
- grey background isn't applied for all browser page under Opera 9.62
In-Reply-To: <26014616.1231251184810.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31007220.1231519624277.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky closed RF-5587.
----------------------------------
Assignee: Alexander Dubovsky (was: Mikhail Vitenkov)
Duplicate Issue
> modalPanel: when component is shown - grey background isn't applied for all browser page under Opera 9.62
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5587
> URL: https://jira.jboss.org/jira/browse/RF-5587
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Opera 9.62(3.3.0.CR2)
> Reporter: Mikhail Vitenkov
> Assignee: Alexander Dubovsky
> Priority: Minor
> Attachments: modalPanelGreyBackground.png
>
>
> #1. Navigate to richfaces-demo -> Data Iteration -> Column -> Edit Table with ModalPanel tab with sample.
> #2. Start to remove dataTable records from the begining. Remove at least 10 records, cause this issue reproducible from time to time.
> Actual behavior:
> See attached screenshot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 11:47:04 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 11:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5286) inplaceInput:
minInputWidth attribute will be ignored if layout is block
In-Reply-To: <11107866.1228838976618.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6565360.1231519624512.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5286.
---------------------------------
Assignee: Tsikhon Kuprevich (was: Tatyana Romanovich)
> inplaceInput: minInputWidth attribute will be ignored if layout is block
> ------------------------------------------------------------------------
>
> Key: RF-5286
> URL: https://jira.jboss.org/jira/browse/RF-5286
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Environment: RF-3.3.0.BETA3
> Reporter: Tatyana Romanovich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
> Attachments: minWidhtforII.gif
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> 1. Create any test page with inplaceInput component, set layout="block".
> 2. Verify different variants using minInputWidth and maxInputWidth attributes:
> FAILURE: minInputWidth attribute is ignored always (see attached picture)
--
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
From jira-events at lists.jboss.org Fri Jan 9 11:52:25 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Fri, 9 Jan 2009 11:52:25 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5271) Ajax: status
stops before scripts are updated
In-Reply-To: <27021072.1228585716660.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1459303.1231519945124.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsikhon Kuprevich closed RF-5271.
---------------------------------
> Ajax: status stops before scripts are updated
> ---------------------------------------------
>
> Key: RF-5271
> URL: https://jira.jboss.org/jira/browse/RF-5271
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
>
>
>
>
>
> text
>
>
>
>
> 1. Press rerender
> 2. 'stop' message appears, then 'first'. Should be in inverse sequence
--
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
From jira-events at lists.jboss.org Fri Jan 9 11:54:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 11:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5623) ModalPanel: red
line in Opera when modal panel is opened.
Message-ID: <19262383.1231520044212.JavaMail.jira@cloud.prod.atl2.jboss.com>
ModalPanel: red line in Opera when modal panel is opened.
---------------------------------------------------------
Key: RF-5623
URL: https://jira.jboss.org/jira/browse/RF-5623
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR3
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
Attachments: 41.png
Open modalPanel page in richfaces-demo. Show modalPAnel. Check upper left corner of the page.
Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 11:54:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 11:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5623) ModalPanel: red
line in Opera when modal panel is opened.
In-Reply-To: <19262383.1231520044212.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21509724.1231520044432.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5623:
-----------------------------------
Attachment: 41.png
> ModalPanel: red line in Opera when modal panel is opened.
> ---------------------------------------------------------
>
> Key: RF-5623
> URL: https://jira.jboss.org/jira/browse/RF-5623
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: 41.png
>
>
> Open modalPanel page in richfaces-demo. Show modalPAnel. Check upper left corner of the page.
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:06:10 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 12:06:10 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5621) Names of
components in richfaces-demo.
In-Reply-To: <11278603.1231519024782.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13693173.1231520770895.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reassigned RF-5621:
----------------------------------
Assignee: Ilya Shaikovsky (was: Nick Belaevski)
> Names of components in richfaces-demo.
> --------------------------------------
>
> Key: RF-5621
> URL: https://jira.jboss.org/jira/browse/RF-5621
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2, 3.3.0
> Reporter: Alexander Dubovsky
> Assignee: Ilya Shaikovsky
> Priority: Trivial
> Fix For: 3.3.0
>
> Attachments: 39.png, 40.png
>
>
> On some pages name of the component begins from Uppercase character => screen 39
> In other from lowercase => screen 40
> Should be the same - in uppercase.
> Should be corrected for
> * contextMenu
> * componentControl
> * recursiveTreeNodeAdaptor
> * treeNodeAdaptor
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:06:11 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 12:06:11 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5621) Names of
components in richfaces-demo.
In-Reply-To: <11278603.1231519024782.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11307565.1231520771888.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5621:
-------------------------------
Fix Version/s: 3.3.0
> Names of components in richfaces-demo.
> --------------------------------------
>
> Key: RF-5621
> URL: https://jira.jboss.org/jira/browse/RF-5621
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2, 3.3.0
> Reporter: Alexander Dubovsky
> Assignee: Ilya Shaikovsky
> Priority: Trivial
> Fix For: 3.3.0
>
> Attachments: 39.png, 40.png
>
>
> On some pages name of the component begins from Uppercase character => screen 39
> In other from lowercase => screen 40
> Should be the same - in uppercase.
> Should be corrected for
> * contextMenu
> * componentControl
> * recursiveTreeNodeAdaptor
> * treeNodeAdaptor
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:06:12 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 12:06:12 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5622) richfaces-demo:
incorrect "Component Class Documentation" link on validators pages.
In-Reply-To: <14243523.1231519384275.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7437443.1231520772313.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5622:
-------------------------------
Fix Version/s: 3.3.0
Assignee: Ilya Shaikovsky (was: Nick Belaevski)
> richfaces-demo: incorrect "Component Class Documentation" link on validators pages.
> -----------------------------------------------------------------------------------
>
> Key: RF-5622
> URL: https://jira.jboss.org/jira/browse/RF-5622
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Alexander Dubovsky
> Assignee: Ilya Shaikovsky
> Priority: Optional
> Fix For: 3.3.0
>
> Attachments: 37.png
>
>
> # Navigate to AjaxValidator or BeanValidator or GraphValidator page in richfaces-demo
> # Verify "Component Class Documentation" link in upper left corner of the page
> Result: link to UIHotkey docs instaed of corresponded link. See screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:08:07 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 12:08:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5617) a4j:jsFunction
in IE6/7 breaks when html:form's prependId="false"
In-Reply-To: <19239526.1231508344547.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31542836.1231520887139.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5617:
-------------------------------
Fix Version/s: Future
> a4j:jsFunction in IE6/7 breaks when html:form's prependId="false"
> -----------------------------------------------------------------
>
> Key: RF-5617
> URL: https://jira.jboss.org/jira/browse/RF-5617
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Windows XP, IE6/7
> Reporter: yagish sharma
> Fix For: Future
>
>
> a4j:jsFunction in IE6/7 breaks when html:form's prependId="false".
> In RichFaces3.2.2SR1, a4j:jsFunction generates an HTML script, which breaks in IE6/7, but works in FireFox. The issue is the way the jsFunction is rendered.
> Here is a sample of how the script is rendered in Ajax4JSF and in RichFaces when html:form's prependId attribute is false.
>
> Notice that the name and id fields are kept same.
> In Ajax4JSF, this will render as -
> script id="func1" type="text/javascript"
> function func1(){.........};
> /script
> In RichFaces, this renders as -
> script id="func1" type="text/javascript">
> func1 = function(){.........};
> /script
> Having the id of script tag and the func1 prototype name as same creates the problem. IE6/7 while parsing the script tag gives an error - "Object does not supports this property".
> In RichFaces the renderer for jsFunction is AjaxFunctionRendererBase. This renderer's getFunction() method has changed from Ajax4JSF and generates this inappropriate javascript code.
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:18:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Fri, 9 Jan 2009 12:18:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4561) Example
Seam-Discs throws SEVERE Trinidad-Exception
Message-ID: <32346698.1231521484036.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-4561.
--------------------------------
Verified at seamIntegration sample project(seam.version=2.1.0.GA;richfaces version=3.3.0.CR3;default trinidat)
> Example Seam-Discs throws SEVERE Trinidad-Exception
> ---------------------------------------------------
>
> Key: RF-4561
> URL: https://jira.jboss.org/jira/browse/RF-4561
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: EJB 3.0, JBOSS 4.2, SEAM 2.1, TRINIDAD (actual version), RichFaces (3.2)
> Reporter: nimo stephan
> Assignee: Mikhail Vitenkov
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: faces-config.xml, pom.xml, trinidad.xhtml, web.xml
>
>
> I have looked at the seam-disc-example and have run it.
> Though all the trinidad-components are rendered well, the following error occurs:
> org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit createResponseWriter
> SEVERE: No RenderingContext has been created.
> Maybe, the web.xml (faces-config.xml) are not well configured for Seam, Ajax4j (richfaces), Trinidad.
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:20:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 12:20:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5276) Selenium Tests:
To reorganize structure of project.
In-Reply-To: <17462830.1228755396796.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23219496.1231521605107.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5276:
-------------------------------
Fix Version/s: 3.3.1
(was: 3.3.0)
> Selenium Tests: To reorganize structure of project.
> ---------------------------------------------------
>
> Key: RF-5276
> URL: https://jira.jboss.org/jira/browse/RF-5276
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.3.0
> Reporter: Konstantin Mishin
> Assignee: Konstantin Mishin
> Fix For: 3.3.1
>
>
> SuiteXmlFiles should be in target folder.
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:20:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 12:20:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5197) Selenium Tests:
Setup on Hudson.
In-Reply-To: <29976481.1228236037200.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28171723.1231521606009.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reassigned RF-5197:
----------------------------------
Assignee: Nick Belaevski (was: Konstantin Mishin)
> Selenium Tests: Setup on Hudson.
> --------------------------------
>
> Key: RF-5197
> URL: https://jira.jboss.org/jira/browse/RF-5197
> Project: RichFaces
> Issue Type: Task
> Components: planning, planning_all
> Affects Versions: 3.3.0
> Reporter: Konstantin Mishin
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:38:06 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 12:38:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5621) Names of
components in richfaces-demo.
In-Reply-To: <11278603.1231519024782.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23423737.1231522686668.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5621:
-----------------------------------
Description:
On some pages name of the component begins from Uppercase character => screen 39
In other from lowercase => screen 40
Should be the same - in uppercase.
Should be corrected for
* contextMenu
* componentControl
* recursiveTreeNodeAdaptor
* treeNodeAdaptor
* listShuttle
* orderingList
was:
On some pages name of the component begins from Uppercase character => screen 39
In other from lowercase => screen 40
Should be the same - in uppercase.
Should be corrected for
* contextMenu
* componentControl
* recursiveTreeNodeAdaptor
* treeNodeAdaptor
> Names of components in richfaces-demo.
> --------------------------------------
>
> Key: RF-5621
> URL: https://jira.jboss.org/jira/browse/RF-5621
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2, 3.3.0
> Reporter: Alexander Dubovsky
> Assignee: Ilya Shaikovsky
> Priority: Trivial
> Fix For: 3.3.0
>
> Attachments: 39.png, 40.png
>
>
> On some pages name of the component begins from Uppercase character => screen 39
> In other from lowercase => screen 40
> Should be the same - in uppercase.
> Should be corrected for
> * contextMenu
> * componentControl
> * recursiveTreeNodeAdaptor
> * treeNodeAdaptor
> * listShuttle
> * orderingList
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:57:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Fri, 9 Jan 2009 12:57:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5618) Editor: pop
ups incorrect moves under IE6.
In-Reply-To: <23491340.1231510034705.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30952715.1231523824302.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447035#action_12447035 ]
Alexander Dubovsky commented on RF-5618:
----------------------------------------
Reproducible in case vertical scroll on page exist and page is scrolled down.
> Editor: pop ups incorrect moves under IE6.
> ------------------------------------------
>
> Key: RF-5618
> URL: https://jira.jboss.org/jira/browse/RF-5618
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, IE6
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: pop up in IE6.bmp
>
>
> # Open demo site on Editor page under IE6
> # Switch to Advanced mode
> # Open any pop up and try to move it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:57:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 12:57:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5601)
inputNumberSlider: incorrect slider icon view in Opera
In-Reply-To: <17777618.1231413674426.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8936466.1231523824777.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5601.
--------------------------------
Resolution: Cannot Reproduce Bug
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
> inputNumberSlider: incorrect slider icon view in Opera
> ------------------------------------------------------
>
> Key: RF-5601
> URL: https://jira.jboss.org/jira/browse/RF-5601
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: any
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Priority: Minor
> Attachments: ins-icon.gif
>
>
>
>
>
> inputPosition="#{inputNumberSlider.inputPosition}"
> orientation="#{inputNumberSlider.orientation}"
> value="#{inputNumberSlider.value}" width="#{inputNumberSlider.width}"
> height="#{inputNumberSlider.height}">
>
>
>
>
>
>
>
>
>
>
>
> required="false">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 12:57:05 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Fri, 9 Jan 2009 12:57:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4848) FileUpload:
"non-secure items" warning appears in IE6
In-Reply-To: <21438302.1225751660763.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13950024.1231523825357.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-4848.
--------------------------------
Assignee: Mikhail Vitenkov (was: Tsikhon Kuprevich)
Verified at 3.3.0.CR3
> FileUpload: "non-secure items" warning appears in IE6
> -----------------------------------------------------
>
> Key: RF-4848
> URL: https://jira.jboss.org/jira/browse/RF-4848
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Mikhail Vitenkov
> Priority: Critical
> Fix For: 3.3.0
>
> Original Estimate: 6 hours
> Remaining Estimate: 6 hours
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:08:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:08:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5619) Editor:
Insert/Edit Link pop up problem in case useSeamText=true.
In-Reply-To: <4438427.1231510384595.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7176323.1231524484550.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5619:
-------------------------------
Fix Version/s: 3.3.0
> Editor: Insert/Edit Link pop up problem in case useSeamText=true.
> -----------------------------------------------------------------
>
> Key: RF-5619
> URL: https://jira.jboss.org/jira/browse/RF-5619
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Attachments: 36.png
>
>
> # Open richfaces-demo on Editor page
> # Switch to Advanced mode and check useSeamText checkBox.
> # Select some word, click Insert/Edit Link and check view of pop up
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:12:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5620) ModalPanel: text
on page is wrapped
in border after calling modalPanel under Firefox 3.
In-Reply-To: <25081231.1231517224794.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14416199.1231524724202.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5620:
-------------------------------
Fix Version/s: 3.3.0
> ModalPanel: text on page is wrapped in border after calling modalPanel under Firefox 3.
> ---------------------------------------------------------------------------------------
>
> Key: RF-5620
> URL: https://jira.jboss.org/jira/browse/RF-5620
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, Firefox 3
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Attachments: 38.png
>
>
> # Open modalPanel page in richfaces-demo
> # Call modalPanel. Close it
> # Click on any text and verify it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:12:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5610)
scrollableDataTable: wrong order of selected rows when using ctrl+a
In-Reply-To: <11682467.1231431545148.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1043099.1231524724447.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5610:
-------------------------------
Fix Version/s: Future
Priority: Minor (was: Major)
> scrollableDataTable: wrong order of selected rows when using ctrl+a
> -------------------------------------------------------------------
>
> Key: RF-5610
> URL: https://jira.jboss.org/jira/browse/RF-5610
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Ilya Shaikovsky
> Priority: Minor
> Fix For: Future
>
>
> rows in the table are in the following order initially:
> 1 Chevrolet
> 2 Ford
> 3 GMC
> 4 Infiniti
> 5 Nissan
> 6 Toyota
> After ctrl+a is clicked the order in the modal panel is the following:
> 1 Chevrolet
> 2 Ford
> 3 Nissan
> 4 Toyota
> 5 GMC
> 6 Infiniti
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:12:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Fri, 9 Jan 2009 13:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5624) fileUpload:
transfer error take place in flash mode under https.
Message-ID: <6353376.1231524724586.JavaMail.jira@cloud.prod.atl2.jboss.com>
fileUpload: transfer error take place in flash mode under https.
----------------------------------------------------------------
Key: RF-5624
URL: https://jira.jboss.org/jira/browse/RF-5624
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR3)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Critical
#1. Deploy richfaces-demo under tomcat 6.0.16
#2. Modify server.xml(define ssl connector):
#3. Run tomcat.
#4. Navigate to Rich Input->File Upload page.
#5. Check "Turn using flash on:" checkbox.
#6. Try to upload file with valid size(less than 1000000 bytes).
Actual behavior:
Trnasfer error occured. See screenshot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:14:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Fri, 9 Jan 2009 13:14:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5610)
scrollableDataTable: wrong order of selected rows when using ctrl+a
In-Reply-To: <11682467.1231431545148.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <403777.1231524844088.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447038#action_12447038 ]
Ilya Shaikovsky commented on RF-5610:
-------------------------------------
OL example should be also checked.
> scrollableDataTable: wrong order of selected rows when using ctrl+a
> -------------------------------------------------------------------
>
> Key: RF-5610
> URL: https://jira.jboss.org/jira/browse/RF-5610
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: richfaces-demo
> Reporter: Tsikhon Kuprevich
> Assignee: Ilya Shaikovsky
> Priority: Minor
> Fix For: Future
>
>
> rows in the table are in the following order initially:
> 1 Chevrolet
> 2 Ford
> 3 GMC
> 4 Infiniti
> 5 Nissan
> 6 Toyota
> After ctrl+a is clicked the order in the modal panel is the following:
> 1 Chevrolet
> 2 Ford
> 3 Nissan
> 4 Toyota
> 5 GMC
> 6 Infiniti
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:14:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Fri, 9 Jan 2009 13:14:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5624) fileUpload:
transfer error take place in flash mode under https.
In-Reply-To: <6353376.1231524724586.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18945169.1231524844343.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5624:
---------------------------------
Attachment: fileUploadSSLFlash.png
> fileUpload: transfer error take place in flash mode under https.
> ----------------------------------------------------------------
>
> Key: RF-5624
> URL: https://jira.jboss.org/jira/browse/RF-5624
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR3)
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Priority: Critical
> Attachments: fileUploadSSLFlash.png
>
>
> #1. Deploy richfaces-demo under tomcat 6.0.16
> #2. Modify server.xml(define ssl connector):
> maxThreads="150" scheme="https" secure="true"
> clientAuth="false" sslProtocol="TLS"/>
> #3. Run tomcat.
> #4. Navigate to Rich Input->File Upload page.
> #5. Check "Turn using flash on:" checkbox.
> #6. Try to upload file with valid size(less than 1000000 bytes).
> Actual behavior:
> Trnasfer error occured. See screenshot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:22:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Fri, 9 Jan 2009 13:22:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5625) Richfaces
resource dependency maven plugin
Message-ID: <30132627.1231525324021.JavaMail.jira@cloud.prod.atl2.jboss.com>
Richfaces resource dependency maven plugin
------------------------------------------
Key: RF-5625
URL: https://jira.jboss.org/jira/browse/RF-5625
Project: RichFaces
Issue Type: Task
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: 3.3.0
Overview:
Plugin should have two levels cdk level and user application level:
1. CDK Level
during richfaces-ui build plugin generate resource-dependency.xml file with information about all (rich, a4j) components js and css files . This file should saved in the META-INF directory.
resource-dependency.xml file format:
... other script declaration
... other style declaration
... other components declaration
... other library declaration
2. User application level:
On this level user should configure our plugin in his application main pom file and run build. During building plugin should collect information about all richfaces components which is used in application and create js and css files like ui.pack.js and common.cssbut with with scripts and styles only for the components which actually used within the application.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:26:05 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Fri, 9 Jan 2009 13:26:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5626) create CDK level
resource dependency plugin
Message-ID: <17077708.1231525565480.JavaMail.jira@cloud.prod.atl2.jboss.com>
create CDK level resource dependency plugin
-------------------------------------------
Key: RF-5626
URL: https://jira.jboss.org/jira/browse/RF-5626
Project: RichFaces
Issue Type: Sub-task
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: 3.3.0
collect information about js, css files and generate resource-dependency.xml file
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5086) extendedTable:
Allow to turn of built-in menu
In-Reply-To: <2774650.1227698496535.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25756104.1231525685244.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5086:
-------------------------------
Fix Version/s: Future
> extendedTable: Allow to turn of built-in menu
> ---------------------------------------------
>
> Key: RF-5086
> URL: https://jira.jboss.org/jira/browse/RF-5086
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Piotr Kawiak
> Fix For: Future
>
>
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192406#4192406
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:07 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4975)
rich:extendedtable not redered properly
In-Reply-To: <32639938.1226971296472.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19861757.1231525687607.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4975:
-------------------------------
Fix Version/s: Future
> rich:extendedtable not redered properly
> ---------------------------------------
>
> Key: RF-4975
> URL: https://jira.jboss.org/jira/browse/RF-4975
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Mac OS, Java 1.6, JBoss 4.2.3
> Reporter: Nicolae Tabusca
> Assignee: Piotr Kawiak
> Fix For: Future
>
>
> rich:extendedTable is not rendered properly when enclosed by a4j:include.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:07 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5170)
ExtendedDataTable: changing the
sequence of the displayed columns doesn't work properly.
In-Reply-To: <6846233.1227956317204.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5810258.1231525687841.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5170:
-------------------------------
Fix Version/s: Future
> ExtendedDataTable: changing the sequence of the displayed columns doesn't work properly.
> ----------------------------------------------------------------------------------------
>
> Key: RF-5170
> URL: https://jira.jboss.org/jira/browse/RF-5170
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Fix For: Future
>
>
> #1. Navigate to page with rich:extendedDataTable component.
> #2. Click on column header and drag it to another position.
> Actual behavior:
> Processing sign is hang. But after page submit everything works fine, sequence of columns is updated.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:08 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:08 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5310)
extendedDataTable: selectionMode="single" doesn't work.
In-Reply-To: <26149729.1228920816957.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27749986.1231525688560.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5310:
-------------------------------
Fix Version/s: Future
> extendedDataTable: selectionMode="single" doesn't work.
> -------------------------------------------------------
>
> Key: RF-5310
> URL: https://jira.jboss.org/jira/browse/RF-5310
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA3)
> Reporter: Mikhail Vitenkov
> Assignee: Pawel Golawski
> Fix For: Future
>
>
> Actual behavior:
> "single" sortMode allows to select multiple rows in extendedDataTable.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:08 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:08 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5451)
extendedDataTable not internationalized
In-Reply-To: <30837617.1229947374611.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5377774.1231525688755.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5451:
-------------------------------
Fix Version/s: Future
> extendedDataTable not internationalized
> ---------------------------------------
>
> Key: RF-5451
> URL: https://jira.jboss.org/jira/browse/RF-5451
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: RF 3.3.0BETA5, Mojarra 1.2_11
> Reporter: Juergen Zimmermann
> Assignee: Pawel Golawski
> Fix For: Future
>
> Attachments: screenshot-1.jpg
>
>
> extendedDataTable is not initialized regarding context menu: see attached screenshot
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4545)
extendedDataTable: following
handlers don't work - onkeyup, onkeydown, onkeypress,onselectionchange.
In-Reply-To: <1944357.1222429220866.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8565308.1231525689131.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4545:
-------------------------------
Fix Version/s: Future
> extendedDataTable: following handlers don't work - onkeyup, onkeydown, onkeypress,onselectionchange.
> ----------------------------------------------------------------------------------------------------
>
> Key: RF-4545
> URL: https://jira.jboss.org/jira/browse/RF-4545
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1, Safari 3.1, Opera 9.52(3.3.0-SNAPSHOT)
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Fix For: Future
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5411)
extendedDataTable: sortMode="multi" doesn't work.
In-Reply-To: <6467081.1229523116717.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1498641.1231525689388.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5411:
-------------------------------
Fix Version/s: Future
> extendedDataTable: sortMode="multi" doesn't work.
> -------------------------------------------------
>
> Key: RF-5411
> URL: https://jira.jboss.org/jira/browse/RF-5411
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA4)
> Reporter: Mikhail Vitenkov
> Assignee: Pawel Golawski
> Fix For: Future
>
>
> #1. Use following code(rich:extendedDataTable+panelGrid with "Sort Mode" and "Selection Mode" controls).
>
>
> id="table" width="580px" height="400px"
> sortMode="#{extendedTableBean.sortMode}"
> selectionMode="#{extendedTableBean.selectionMode}">
>
>
>
>
>
>
> filterBy="#{cap.state}" filterEvent="onkeyup" width="170px"
> label="State Name">
>
>
>
>
>
> filterBy="#{cap.name}" filterEvent="onkeyup" width="170px"
> label="State Capital">
>
>
>
>
>
> sortBy="#{cap.timeZone}">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> #2. Set Sort Mode = "multi".
> #3. Sort "Time Zone" column first by clicking on header.
> #4. Sort "State Capital" column by header clicking.
> #5. Verify "Time Zone" column sort order.
> Actual behavior:
> "Time Zone" column is unsorted like in "single" sort mode.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4976)
rich:extendedTable - select is not
working when the table is containing only one row.
In-Reply-To: <20173308.1226971416489.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29842890.1231525689594.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4976:
-------------------------------
Fix Version/s: Future
> rich:extendedTable - select is not working when the table is containing only one row.
> -------------------------------------------------------------------------------------
>
> Key: RF-4976
> URL: https://jira.jboss.org/jira/browse/RF-4976
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Mac OS, Java 1.6, JBoss 4.2.3
> Reporter: Nicolae Tabusca
> Assignee: Piotr Kawiak
> Priority: Minor
> Fix For: Future
>
>
> rich:extendedTable - select is not working when the table is containing only one row.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:10 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:10 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5184)
ExtendedDataTable produce a
javascript error when the page is loaded in IE7
In-Reply-To: <27078792.1228148976621.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9554460.1231525690381.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5184:
-------------------------------
Fix Version/s: Future
> ExtendedDataTable produce a javascript error when the page is loaded in IE7
> ---------------------------------------------------------------------------
>
> Key: RF-5184
> URL: https://jira.jboss.org/jira/browse/RF-5184
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Eclipse 3.4.0, jboss-4.2.2.GA, jboss-seam-2.0.2.SP1, IE7
> Reporter: Laura Romero Brox
> Assignee: Piotr Kawiak
> Priority: Optional
> Fix For: Future
>
>
> When the page have a ExtendedDataTable, throws a javascript error: 'this.table' is null or isn?t an object.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:10 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:10 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4289)
extendedDataTable: Developer Demo:
"view cannot be restored" error on each ajax request
In-Reply-To: <26405428.1219685078540.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6808589.1231525690632.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4289:
-------------------------------
Fix Version/s: Future
> extendedDataTable: Developer Demo: "view cannot be restored" error on each ajax request
> ---------------------------------------------------------------------------------------
>
> Key: RF-4289
> URL: https://jira.jboss.org/jira/browse/RF-4289
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: dev demo
> IE 6
> Reporter: Tsikhon Kuprevich
> Assignee: Piotr Kawiak
> Fix For: Future
>
>
> 1. Perform some actions on the table - sorting, rerendering, changing the order of columns.
> 2. Refresh the page.
> 3. Perform any ajax action
> =>
> HTTP Status 500 -
> --------------------------------------------------------------------------------
> type Exception report
> message
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception
> javax.servlet.ServletException: viewId:/pages/index.jsf - View /pages/index.jsf could not be restored.
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:270)
> org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> root cause
> javax.faces.application.ViewExpiredException: viewId:/pages/index.jsf - View /pages/index.jsf could not be restored.
> com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:186)
> com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
> com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:104)
> com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
> org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
> org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
> org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
> org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
> note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs.
> --------------------------------------------------------------------------------
> Apache Tomcat/6.0.13
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:11 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:11 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4795) extendedTAble
unnessesary submits.
In-Reply-To: <27872025.1225374681044.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19639893.1231525691605.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4795:
-------------------------------
Fix Version/s: Future
> extendedTAble unnessesary submits.
> ----------------------------------
>
> Key: RF-4795
> URL: https://jira.jboss.org/jira/browse/RF-4795
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Piotr Kawiak
> Fix For: Future
>
>
> we need to eliminate unnesessary submits like
> after resize
> after column show/hide
> This submits now fired automatically after any of theses client side action just to save state.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:11 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:11 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5422)
extendedDataTable: filtering doesn't reset selection.
In-Reply-To: <23774030.1229596314596.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1397661.1231525691815.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5422:
-------------------------------
Fix Version/s: Future
> extendedDataTable: filtering doesn't reset selection.
> -----------------------------------------------------
>
> Key: RF-5422
> URL: https://jira.jboss.org/jira/browse/RF-5422
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA4)
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Fix For: Future
>
>
> #1. Navigate to ExtendedDataTable richfaces-demo page.
> #2. Type "k" in "State Name" filter input.
> #3. Select "Kansas".
> #4. Remove "k" and verify selected item.
> #5. Type "k" in "State Name" filter input again.
> #6. Select "Kentucky".
> #7. Remove "k" and verify selected item.
> Actual behavior:
> #4. "Alabama" selected.
> #5. "Alaska" selected. So after filtering selected item index remained.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:12 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:12 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5172)
ExtendedDataTable: after column
removing, space that column occupied became empty, not allocated by
remaining columns.
In-Reply-To: <13225852.1227958416478.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4516187.1231525692271.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5172:
-------------------------------
Fix Version/s: Future
> ExtendedDataTable: after column removing, space that column occupied became empty, not allocated by remaining columns.
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5172
> URL: https://jira.jboss.org/jira/browse/RF-5172
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Minor
> Fix For: Future
>
> Attachments: EDT_bug5172.png
>
>
> Remove any column from "Columns" popup submenu.
> Actual behavior:
> Remaining columns regrouped & empty space instead appear. See screenshot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:12 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:12 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5301) columns:
"visible" attribute doesn't work under myfaces.
In-Reply-To: <595943.1228912540408.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12350868.1231525692544.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5301:
-------------------------------
Fix Version/s: Future
> columns: "visible" attribute doesn't work under myfaces.
> --------------------------------------------------------
>
> Key: RF-5301
> URL: https://jira.jboss.org/jira/browse/RF-5301
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA3) myfaces 1.2.5
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Fix For: Future
>
>
> #1. Set visible="false".
> #2. Navigate to the page.
> Actual behavior:
> Exception occurs:
> SEVERE: An exception occurred
> javax.faces.FacesException: /Columns/Columns.jsp(38,2) Unable to find setter method for attribute: visible
> at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:347)
> at org.apache.myfaces.application.jsp.JspViewHandlerImpl.buildView(JspViewHandlerImpl.java:486)
> at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:337)
> at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
> at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:197)
> at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
> at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:155)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:407)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:534)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:246)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:301)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Unknown Source)
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:13 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:13 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4528)
extendedDataTable columns are
minimized when width=100% is used on the table component and the browser
window is made smaller
In-Reply-To: <18058077.1222211422906.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27364309.1231525693231.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4528:
-------------------------------
Fix Version/s: Future
> extendedDataTable columns are minimized when width=100% is used on the table component and the browser window is made smaller
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-4528
> URL: https://jira.jboss.org/jira/browse/RF-4528
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: JBoss 4.2.2, Richfaces 3.2.2, Safari 3.1.2
> Reporter: Rasmus Aveskogh
> Assignee: Piotr Buda
> Fix For: Future
>
>
> When using a percentage width instead of a fixed pixel value (like in the demo) all columns are minimized when the browser window is made smaller
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:13 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:13 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5312)
extendedDataTable(EDT): scrolling is reset after submit.
In-Reply-To: <17839280.1228922256893.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11598420.1231525693517.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5312:
-------------------------------
Fix Version/s: Future
> extendedDataTable(EDT): scrolling is reset after submit.
> --------------------------------------------------------
>
> Key: RF-5312
> URL: https://jira.jboss.org/jira/browse/RF-5312
> Project: RichFaces
> Issue Type: Bug
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA3)
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Minor
> Fix For: Future
>
>
> #1. Scroll EDT down.
> #2. Make ajax or form submit.
> #3. Verify scroll position.
> Actual behavior:
> Scroll is in initial position.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:28:13 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:28:13 -0500 (EST)
Subject: [richfaces-issues] =?utf-8?q?=5BJBoss_JIRA=5D_Updated=3A_=28RF-5?=
=?utf-8?q?186=29_In_the_ExtendedDataTable=2C_when_you_order_by_a_column?=
=?utf-8?q?=2C_modifing_the_original_order=2C_the_selection_doesn=C2=B4t_w?=
=?utf-8?q?ork_correctly?=
In-Reply-To: <31889811.1228149697055.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <942188.1231525693812.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5186:
-------------------------------
Fix Version/s: Future
> In the ExtendedDataTable, when you order by a column, modifing the original order, the selection doesn?t work correctly
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: RF-5186
> URL: https://jira.jboss.org/jira/browse/RF-5186
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Eclipse 3.4.0, jboss-4.2.2.GA, jboss-seam-2.0.2.SP1, IE7
> Reporter: Laura Romero Brox
> Assignee: Pawel Golawski
> Fix For: Future
>
>
> In the ExtendedDataTable, when you order by a column, modifing the original order, the selection doesn?t work correctly. The list in the page is different than in server. The component returns an index that isn?t good in server 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
From jira-events at lists.jboss.org Fri Jan 9 13:30:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:30:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5624) fileUpload:
transfer error take place in flash mode under https.
In-Reply-To: <6353376.1231524724586.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9109963.1231525804327.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5624:
-------------------------------
Reproducible in 3.2.2.GA
> fileUpload: transfer error take place in flash mode under https.
> ----------------------------------------------------------------
>
> Key: RF-5624
> URL: https://jira.jboss.org/jira/browse/RF-5624
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR3)
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Priority: Critical
> Attachments: fileUploadSSLFlash.png
>
>
> #1. Deploy richfaces-demo under tomcat 6.0.16
> #2. Modify server.xml(define ssl connector):
> maxThreads="150" scheme="https" secure="true"
> clientAuth="false" sslProtocol="TLS"/>
> #3. Run tomcat.
> #4. Navigate to Rich Input->File Upload page.
> #5. Check "Turn using flash on:" checkbox.
> #6. Try to upload file with valid size(less than 1000000 bytes).
> Actual behavior:
> Trnasfer error occured. See screenshot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:37:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:37:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5624) fileUpload:
transfer error take place in flash mode under https.
In-Reply-To: <6353376.1231524724586.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29703967.1231526224338.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5624:
-------------------------------
Fix Version/s: Future
Priority: Major (was: Critical)
> fileUpload: transfer error take place in flash mode under https.
> ----------------------------------------------------------------
>
> Key: RF-5624
> URL: https://jira.jboss.org/jira/browse/RF-5624
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR3)
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: fileUploadSSLFlash.png
>
>
> #1. Deploy richfaces-demo under tomcat 6.0.16
> #2. Modify server.xml(define ssl connector):
> maxThreads="150" scheme="https" secure="true"
> clientAuth="false" sslProtocol="TLS"/>
> #3. Run tomcat.
> #4. Navigate to Rich Input->File Upload page.
> #5. Check "Turn using flash on:" checkbox.
> #6. Try to upload file with valid size(less than 1000000 bytes).
> Actual behavior:
> Trnasfer error occured. See screenshot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:37:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Fri, 9 Jan 2009 13:37:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4933) RF security
In-Reply-To: <13186535.1226673696587.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30248632.1231526224631.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447044#action_12447044 ]
Svetlana mukhina commented on RF-4933:
--------------------------------------
language of articles is checked
> RF security
> ------------
>
> Key: RF-4933
> URL: https://jira.jboss.org/jira/browse/RF-4933
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: article.txt, article_checked.txt
>
>
> Wiki article on RF security is required.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:44:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Fri, 9 Jan 2009 13:44:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4585) Progress Bar:
client dont stop
polling after enabled attribute value has been changed on server side
In-Reply-To: <1323561.1223543551089.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14520217.1231526644187.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-4585.
--------------------------------
Assignee: Mikhail Vitenkov (was: Tsikhon Kuprevich)
Verified at 3.3.0.CR3
> Progress Bar: client dont stop polling after enabled attribute value has been changed on server side
> ----------------------------------------------------------------------------------------------------
>
> Key: RF-4585
> URL: https://jira.jboss.org/jira/browse/RF-4585
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF 3.2.2.GA
> Reporter: Andrei Markavtsov
> Assignee: Mikhail Vitenkov
> Fix For: 3.3.0
>
>
> 1. Change enabled value during polling process.
> 2. Progress bar continues polling on client side.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:46:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Fri, 9 Jan 2009 13:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4815) FileUpload:
progressBar does not move.
In-Reply-To: <4433347.1225708640851.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31772155.1231526764518.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-4815.
--------------------------------
Assignee: Mikhail Vitenkov (was: Tsikhon Kuprevich)
Verified at 3.3.0.CR3
> FileUpload: progressBar does not move.
> --------------------------------------
>
> Key: RF-4815
> URL: https://jira.jboss.org/jira/browse/RF-4815
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Andrei Markavtsov
> Assignee: Mikhail Vitenkov
> Priority: Critical
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:46:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Fri, 9 Jan 2009 13:46:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5627) create user
level resource dependency plugin
Message-ID: <15522796.1231526764720.JavaMail.jira@cloud.prod.atl2.jboss.com>
create user level resource dependency plugin
--------------------------------------------
Key: RF-5627
URL: https://jira.jboss.org/jira/browse/RF-5627
Project: RichFaces
Issue Type: Sub-task
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: 3.3.0
see https://jira.jboss.org/jira/browse/RF-5625 for application level description:
It should be possible to configure:
1. js, css common scripts files names
2. generated script/css output dirs
3. load order for the user css/js (e.g. before components css/js or after)
annotation:
during user application building plugin should generate separate common components css files for all richfaces standard skins also all necessary images should be generated too.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:52:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:52:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2351)
LoadStyleStrategy does not work in portlet/facelet environment.
In-Reply-To: <22457094.1204214037742.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26213228.1231527124714.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2351:
-------------------------------
Fix Version/s: Future
> LoadStyleStrategy does not work in portlet/facelet environment.
> ---------------------------------------------------------------
>
> Key: RF-2351
> URL: https://jira.jboss.org/jira/browse/RF-2351
> Project: RichFaces
> Issue Type: Bug
> Components: portal
> Affects Versions: 3.1.3, 3.1.4
> Environment: JBoss Portal 2.6.3-GA / JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
> Java version: 1.5.0_11,Sun Microsystems Inc.
> Java VM: Java HotSpot(TM) Client VM 1.5.0_11-b03,Sun Microsystems Inc.
> OS-System: Windows 2000 5.0,x86
> Reporter: Andreas Chlupacek
> Assignee: Alexander Smirnov
> Fix For: Future
>
>
> A JSR-168 portlet project using RichFaces 3.1.3-GA and facelets was deployed on JBoss Portal 2.6.3. In the project's web.xml, the context-parameter org.richfaces.LoadStyleStrategy was specified. But regardless of the value assigned to this parameter (DEFAULT, NONE, or ALL), the generated markup always looks the same: The document will always contain references to the individual per-component xcss resources. Neither NONE nor ALL seem to make a difference. This behaviour was observed with 3.1.3-GA as well as with 3.1.4-GA and 3.1.4-SR1.
> Steps to reproduce:
> ===================
> Set up a portlet application with the following artefacts:
> web.xml:
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
>
>
> org.richfaces.LoadStyleStrategy
> NONE
>
>
> org.ajax4jsf.COMPRESS_STYLE
> false
>
>
> org.richfaces.LoadScriptStrategy
> NONE
>
>
> org.ajax4jsf.COMPRESS_SCRIPT
> false
>
>
> org.ajax4jsf.RESOURCE_URI_PREFIX
> rfRes
>
>
>
> org.ajax4jsf.VIEW_HANDLERS
>
> org.ajax4jsf.portlet.application.FaceletPortletViewHandler
>
>
>
> javax.portlet.faces.renderPolicy
> ALWAYS_DELEGATE
>
>
> facelets.DEVELOPMENT
> true
>
>
> facelets.SKIP_COMMENTS
> true
>
>
> facelets.VIEW_MAPPINGS
> *.xhtml
>
>
> javax.faces.STATE_SAVING_METHOD
> server
>
>
> Ajax4jsf Filter
> ajax4jsf
> org.ajax4jsf.Filter
>
>
> ajax4jsf
> FacesServlet
> FORWARD
> REQUEST
> INCLUDE
>
>
> FacesServlet
> javax.faces.webapp.FacesServlet
> 1
>
>
> FacesServlet
> /faces/*
>
>
> svg
> image/svg+xml
>
>
> BASIC
>
>
> faces-config.xml:
>
> "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
>
>
>
> org.ajax4jsf.portlet.application.PortletViewHandler
> org.ajax4jsf.portlet.application.PortalStateManager
>
>
> org.ajax4jsf.portlet.context.FacesContextFactoryImpl
>
>
> portlet.xml:
> xsi:schemaLocation="http://java.sun.com/xml/ns/portlet"
> xmlns="http://java.sun.com/xml/ns/portlet">
>
> richFacesPortlet
> javax.portlet.faces.GenericFacesPortlet
>
> javax.portlet.faces.defaultViewId.view
> /richFacesPortlet/view.xhtml
>
> -0
>
> RichFacesPortlet
>
>
> text/html
> VIEW
>
>
>
> jboss-portlet.xml:
>
> "-//JBoss Portal//DTD JBoss Portlet 2.6//EN"
> "http://www.jboss.org/portal/dtd/jboss-portlet_2_6.dtd">
>
>
> richFacesPortlet
>
>
>
>
>
>
>
> portlet-instances.xml:
>
>
>
>
> RichFacesPortletInstance
> richFacesPortlet
>
>
>
> portlet-object.xml:
>
>
>
> overwrite
> default.default
>
> richFacesPortletWindow
> RichFacesPortletInstance
> true
> center
> 0
>
>
>
> view.xhtml:
>
> xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html"
> xmlns:a4j="http://richfaces.org/a4j" xmlns:rich="http://richfaces.org/rich">
>
>
>
>
> Test Panel with header and body Class
>
> Lorem ipsum dolor sit amet,
> consetetur sadipscing elitr,
> sed diam nonumy eirmod tempor
> invidunt ut labore et dolore
> magna aliquyam erat, sed diam
> voluptua.
>
>
>
>
>
>
> /css/myStyles.css:
> .panelHead {
> padding: 0px;
> background-color: #FF0000;
> background-image: none;
> font-weight: bold;
> font-size: 12px;
> color: #FFFFFF;
> vertical-align: center;
> }
> .panelBody {
> padding: 0px;
> font-size: 18px;
> }
> Observed behaviour:
> ===================
> The setting for LoadStyleStrategy seems to be ignored in a portlet/facelet application. Neither NONE nor ALL make a difference for the references to the CSS files. They are always referenced per-component, in the middle of the document's markup. This leads to the effect that custom CSS classes (specified for example via headerClass or styleClass attributes) are partially overwritten by RichFaces' component-specific styles. In the example above, none of the attributes of .panelHead or .paneyBody will ever have any effect since they are superseded by .dr-pnl-h, .dr-pnl-b, .panelBody and .dr-pnl.
> This happens regardless of the RichFaces version or combination of RichFaces and Portletbridge JARs (3.1.3-GA, 3.1.4-GA and 3.1.4-SR1). Any combination of LoadStyleStrategy and COMPRESS_STYLE attributes was tested.
> Expected behaviour:
> ===================
> The attributes ALL and NONE should cause loading of no stylesheets at all or a single consolidated CSS, respectively.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:52:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:52:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2135)
javax.faces.application.ViewExpiredException is thrown in a Richfaces
portlet
In-Reply-To: <24334143.1201785119463.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7778517.1231527125788.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2135:
-------------------------------
Fix Version/s: Future
> javax.faces.application.ViewExpiredException is thrown in a Richfaces portlet
> -----------------------------------------------------------------------------
>
> Key: RF-2135
> URL: https://jira.jboss.org/jira/browse/RF-2135
> Project: RichFaces
> Issue Type: Bug
> Components: portal
> Affects Versions: 3.1.4
> Environment: jdk 1.5.0_08
> JBoss AS 4.2.2
> JBoss Portal 2.6.3
> Richfaces 3.1.4.CR4 and 3.1.4.GA
> Reporter: Viggo Navarsete
> Assignee: Alexander Smirnov
> Fix For: Future
>
>
> I have a Richfaces portlet that basically consists of one page (start.xhtml) where there is one input field and a button. When the user push the button my SearchBean's search method is executed. Right now I'm just returning the string "success" (to test it), and then the user is supposed to get the start.xhtml displayed once more, but now with a search result below the search input. I'm getting this ViewExpiredException when pushing the button.
> Please see the JBoss forum reference for more information about the actual implementation. I can also provide more information on request if necessary.
> Everything is working when using Richfaces 3.1.3.GA release, but in all releases after that the exception is thrown.
--
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
From jira-events at lists.jboss.org Fri Jan 9 13:58:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 13:58:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5623) ModalPanel: red
line in Opera when modal panel is opened.
In-Reply-To: <19262383.1231520044212.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26164437.1231527484478.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5623:
-------------------------------
Fix Version/s: Future
Reproducible in 3.2.2.GA
> ModalPanel: red line in Opera when modal panel is opened.
> ---------------------------------------------------------
>
> Key: RF-5623
> URL: https://jira.jboss.org/jira/browse/RF-5623
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
> Attachments: 41.png
>
>
> Open modalPanel page in richfaces-demo. Show modalPAnel. Check upper left corner of the page.
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:00:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 14:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5618) Editor: pop
ups incorrect moves under IE6.
In-Reply-To: <23491340.1231510034705.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9367651.1231527604945.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447052#action_12447052 ]
Nick Belaevski commented on RF-5618:
------------------------------------
Reproducible on TinyMCE demo site: http://tinymce.moxiecode.com/examples/full.php
> Editor: pop ups incorrect moves under IE6.
> ------------------------------------------
>
> Key: RF-5618
> URL: https://jira.jboss.org/jira/browse/RF-5618
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, IE6
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: pop up in IE6.bmp
>
>
> # Open demo site on Editor page under IE6
> # Switch to Advanced mode
> # Open any pop up and try to move it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:00:05 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 14:00:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-5618) Editor: pop ups
incorrect moves under IE6.
In-Reply-To: <23491340.1231510034705.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1990231.1231527605569.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reassigned RF-5618:
----------------------------------
Assignee: Alexander Dubovsky (was: Nick Belaevski)
Please post this issue to TinyMCE bug tracker
> Editor: pop ups incorrect moves under IE6.
> ------------------------------------------
>
> Key: RF-5618
> URL: https://jira.jboss.org/jira/browse/RF-5618
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, IE6
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Priority: Minor
> Attachments: pop up in IE6.bmp
>
>
> # Open demo site on Editor page under IE6
> # Switch to Advanced mode
> # Open any pop up and try to move it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:02:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 14:02:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5618) Editor: pop ups
incorrect moves under IE6.
In-Reply-To: <23491340.1231510034705.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31637979.1231527724107.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5618:
-------------------------------
Fix Version/s: Future
> Editor: pop ups incorrect moves under IE6.
> ------------------------------------------
>
> Key: RF-5618
> URL: https://jira.jboss.org/jira/browse/RF-5618
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, IE6
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Priority: Minor
> Fix For: Future
>
> Attachments: pop up in IE6.bmp
>
>
> # Open demo site on Editor page under IE6
> # Switch to Advanced mode
> # Open any pop up and try to move it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:09:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Fri, 9 Jan 2009 14:09:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5628) add support to
load generated
js/css files using customCSSPack, customJSPack context params
Message-ID: <19590586.1231528144296.JavaMail.jira@cloud.prod.atl2.jboss.com>
add support to load generated js/css files using customCSSPack, customJSPack context params
--------------------------------------------------------------------------------------------
Key: RF-5628
URL: https://jira.jboss.org/jira/browse/RF-5628
Project: RichFaces
Issue Type: Sub-task
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: 3.3.0
When load strategy is ALL, user could define customCSSPack, customJSPack (names of the generated common js/css files ) context param in web.xml. Framework should look generated css and javascript files in the classpath or in the application and use it instead of ui.pack.js, skin.xcss, framework.pack.js.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:09:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Fri, 9 Jan 2009 14:09:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5625) Richfaces
resource dependency maven plugin
In-Reply-To: <30132627.1231525324021.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26556406.1231528144797.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anton Belevich updated RF-5625:
-------------------------------
Description:
Overview:
Plugin should have two levels cdk level and user application level:
1. CDK Level
during richfaces-ui build plugin generate resource-dependency.xml file with information about all (rich, a4j) components js and css files . This file should saved in the META-INF directory.
resource-dependency.xml file format:
... other script declaration
... other style declaration
... other components declaration
... other library declaration
2. User application level:
On this level user should configure our plugin in his application main pom file and run build. During building plugin should collect information about all richfaces components which is used in application and create js and css files like framework.pack.js, ui.pack.js and skins.xcss but with with scripts and styles only for the components which actually used within the application.
was:
Overview:
Plugin should have two levels cdk level and user application level:
1. CDK Level
during richfaces-ui build plugin generate resource-dependency.xml file with information about all (rich, a4j) components js and css files . This file should saved in the META-INF directory.
resource-dependency.xml file format:
... other script declaration
... other style declaration
... other components declaration
... other library declaration
2. User application level:
On this level user should configure our plugin in his application main pom file and run build. During building plugin should collect information about all richfaces components which is used in application and create js and css files like ui.pack.js and common.cssbut with with scripts and styles only for the components which actually used within the application.
> Richfaces resource dependency maven plugin
> ------------------------------------------
>
> Key: RF-5625
> URL: https://jira.jboss.org/jira/browse/RF-5625
> Project: RichFaces
> Issue Type: Task
> Reporter: Anton Belevich
> Assignee: Anton Belevich
> Fix For: 3.3.0
>
>
> Overview:
> Plugin should have two levels cdk level and user application level:
> 1. CDK Level
> during richfaces-ui build plugin generate resource-dependency.xml file with information about all (rich, a4j) components js and css files . This file should saved in the META-INF directory.
> resource-dependency.xml file format:
>
>
>
>
>
>
> ... other script declaration
>
>
>
> ... other style declaration
>
>
> ... other components declaration
>
>
> ... other library declaration
>
> 2. User application level:
> On this level user should configure our plugin in his application main pom file and run build. During building plugin should collect information about all richfaces components which is used in application and create js and css files like framework.pack.js, ui.pack.js and skins.xcss but with with scripts and styles only for the components which actually used within the application.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:16:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 14:16:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5598) a4j:push is not
portlet session aware
In-Reply-To: <31821270.1231403116711.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16935822.1231528564152.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5598:
-------------------------------
Fix Version/s: Future
> a4j:push is not portlet session aware
> -------------------------------------
>
> Key: RF-5598
> URL: https://jira.jboss.org/jira/browse/RF-5598
> Project: RichFaces
> Issue Type: Bug
> Components: portal
> Affects Versions: 3.3.0
> Environment: Richfaces 3.3.0.CR2, JBoss Portletbridge 1.0.0.B5, JBoss Portal 2.6.4
> Reporter: Dirk Pitt
> Assignee: Alexander Smirnov
> Fix For: Future
>
>
> Hallo,
> I have funny problem with a4j:pushBean...
> We have a web application, which runs perfectly in test environment with single web client.
> But if for the same page in the web application another browser client is opened, second browser start receiving the events intended for the first browser...
> So my first impression is that push functionality make no distinction about from which session is called...
> So I surf little bit in the source code and here what I found....
> In org.ajax4jsf.webapp.BaseFilter an instance of PushEventsCounter is obtained with the following call
> PushEventsCounter listener = eventsManager .getListener(ajaxPushHeader);
> which my debuging shows ajaxPushHeader contains no session specific information. At this point I have to say I am using the JBoss Portal and JBoss Portlet Bridge.
> I made some more debuging and I found this....
> In org.ajax4jsf.component.UIPush in method getListenerId method only HttpSession case taking into count....
> Object session = context.getExternalContext().getSession(false);
> StringBuffer id = new StringBuffer();
> if(null != session && session instanceof HttpSession){
> HttpSession httpSession = (HttpSession) session;
> id.append(httpSession.getId());
> }
> id.append(context.getViewRoot().getViewId());
> id.append(NamingContainer.SEPARATOR_CHAR);
> id.append(getClientId(context));
> return id.toString();
> But portal delivers PortletSession object so the SessionId is not there at that is causing the mentioned problem...
> Now this problem is quite critical for our project and I can actually deliver code solution to be commited jboss source tree also but the question is how to solve this without putting portal dependencies to Richfaces classes...
> Or can we solve this at PortletBridge?
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:20:08 2009
From: jira-events at lists.jboss.org (Alexander Smirnov (JIRA))
Date: Fri, 9 Jan 2009 14:20:08 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-3878) Session memory
leak
In-Reply-To: <28731548.1215705387026.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13341484.1231528808098.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Smirnov resolved RF-3878.
-----------------------------------
Resolution: Won't Fix
This is a common JSF problem, not a RichFaces itself. According to the stress profiling, RichFaces StateManager takes a same amount of memory as other implementations do.
> Session memory leak
> -------------------
>
> Key: RF-3878
> URL: https://jira.jboss.org/jira/browse/RF-3878
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0.SR1
> Reporter: Dmitri Voronov
> Assignee: Alexander Smirnov
> Fix For: 3.3.0
>
>
> AjaxStateHolder saves all views in the session. But the same view can occur several times in this "cache"; the views from this "cache" are not reused and just fill the session. If an application has many large views and deals with many concurrent sessions, the heap can easily grow up to Gigabytes(!)
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:23:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 14:23:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5619) Editor:
Insert/Edit Link pop up problem in case useSeamText=true.
In-Reply-To: <4438427.1231510384595.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4162706.1231528984044.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5619 started by Nick Belaevski.
> Editor: Insert/Edit Link pop up problem in case useSeamText=true.
> -----------------------------------------------------------------
>
> Key: RF-5619
> URL: https://jira.jboss.org/jira/browse/RF-5619
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Attachments: 36.png
>
>
> # Open richfaces-demo on Editor page
> # Switch to Advanced mode and check useSeamText checkBox.
> # Select some word, click Insert/Edit Link and check view of pop up
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:25:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 14:25:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-3619)
org.ajax4jsf.webapp.WebXml doesn't
respect namespaces within the web.xml
In-Reply-To: <180814.1212486860644.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21592532.1231529104395.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-3619.
--------------------------------
Resolution: Out of Date
Assignee: Tsikhon Kuprevich (was: Alexander Smirnov)
Should be fixed in 3.3.0
> org.ajax4jsf.webapp.WebXml doesn't respect namespaces within the web.xml
> ------------------------------------------------------------------------
>
> Key: RF-3619
> URL: https://jira.jboss.org/jira/browse/RF-3619
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0, 3.2.0.SR1, 3.2.1, 3.2.2
> Environment: richfaces from SVN, SAP Netweaver CE 7.1 JEE
> Reporter: Gena Batalski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> Hello,
> the SAP deployer checks the web.xml for errors and enriches the file with xml namespaces. The deployed file is also correct, but it can not be correctly recognised by org.ajax4jsf.webapp.WebXml. The line
> dig.setNamespaceAware(false)
> in init(..) method of WebXml prevents richfaces from correct parsing of web.xml in this case. I think, it could be possible to parse both flavour of web.xml, with and without namespaces, also if the usage of namespaced version is unusual.
> Setting dig.setNamespaceAware(true) resolved the problem but i didn't test it on a web.xml without namespaces.
> Gena
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:30:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Fri, 9 Jan 2009 14:30:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5629) drop down menu:
menu appears only
on text label hover (just label div hover not works for that)
Message-ID: <18526168.1231529404380.JavaMail.jira@cloud.prod.atl2.jboss.com>
drop down menu: menu appears only on text label hover (just label div hover not works for that)
-----------------------------------------------------------------------------------------------
Key: RF-5629
URL: https://jira.jboss.org/jira/browse/RF-5629
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Fix For: 3.3.0
http://localhost:8080/richfaces-demo/richfaces/dropDownMenu.jsf;jsessionid=77843E93188DD680953FF6E0412DFE18?c=dropDownMenu&tab=usage
try to call the menu in first example. whole label rectangle could activate the menu.
Try to call the menu in the second example. Only "optionX" text label hover causes the menu. Not the whoel div active.
the only difference - that in forst example facet label used and in the second one - label attribute used.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:37:14 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Fri, 9 Jan 2009 14:37:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-5615) versions and dates
In-Reply-To: <31315197.1231442164808.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18923127.1231529834238.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Svetlana mukhina closed RF-5615.
--------------------------------
Resolution: Done
> versions and dates
> -------------------
>
> Key: RF-5615
> URL: https://jira.jboss.org/jira/browse/RF-5615
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Svetlana mukhina
> Fix For: 3.3.0
>
>
> Correct all dates and versions on all RF guides to meet 3.3.0 release
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:41:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 14:41:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5619) Editor:
Insert/Edit Link pop up problem in case useSeamText=true.
In-Reply-To: <4438427.1231510384595.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4822339.1231530064357.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5619.
--------------------------------
Resolution: Done
Assignee: Alexander Dubovsky (was: Nick Belaevski)
> Editor: Insert/Edit Link pop up problem in case useSeamText=true.
> -----------------------------------------------------------------
>
> Key: RF-5619
> URL: https://jira.jboss.org/jira/browse/RF-5619
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Attachments: 36.png
>
>
> # Open richfaces-demo on Editor page
> # Switch to Advanced mode and check useSeamText checkBox.
> # Select some word, click Insert/Edit Link and check view of pop up
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 14:41:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 14:41:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5620) ModalPanel:
text on page is
wrapped in border after calling modalPanel under Firefox 3.
In-Reply-To: <25081231.1231517224794.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31982115.1231530064553.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5620 started by Nick Belaevski.
> ModalPanel: text on page is wrapped in border after calling modalPanel under Firefox 3.
> ---------------------------------------------------------------------------------------
>
> Key: RF-5620
> URL: https://jira.jboss.org/jira/browse/RF-5620
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, Firefox 3
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Fix For: 3.3.0
>
> Attachments: 38.png
>
>
> # Open modalPanel page in richfaces-demo
> # Call modalPanel. Close it
> # Click on any text and verify it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 15:05:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Fri, 9 Jan 2009 15:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-2330) RF wiki pages
In-Reply-To: <29941912.1204030722523.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28045628.1231531504356.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447062#action_12447062 ]
Svetlana mukhina commented on RF-2330:
--------------------------------------
what's new for 3.3.0 is created
> RF wiki pages
> -------------
>
> Key: RF-2330
> URL: https://jira.jboss.org/jira/browse/RF-2330
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Svetlana mukhina
> Assignee: Svetlana mukhina
> Priority: Optional
> Fix For: 3.3.0
>
>
> Look though RF project on Wiki, decide what useful information could be added also to RF guide
--
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
From jira-events at lists.jboss.org Fri Jan 9 15:05:04 2009
From: jira-events at lists.jboss.org (Svetlana mukhina (JIRA))
Date: Fri, 9 Jan 2009 15:05:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2330) RF wiki pages
update for 3.3.0 RF release
In-Reply-To: <29941912.1204030722523.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28534778.1231531504673.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Svetlana mukhina updated RF-2330:
---------------------------------
Summary: RF wiki pages update for 3.3.0 RF release (was: RF wiki pages)
> RF wiki pages update for 3.3.0 RF release
> ------------------------------------------
>
> Key: RF-2330
> URL: https://jira.jboss.org/jira/browse/RF-2330
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.0
> Reporter: Svetlana mukhina
> Assignee: Svetlana mukhina
> Priority: Optional
> Fix For: 3.3.0
>
>
> Look though RF project on Wiki, decide what useful information could be added also to RF guide
--
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
From jira-events at lists.jboss.org Fri Jan 9 15:39:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 15:39:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5620) ModalPanel:
text on page is
wrapped in border after calling modalPanel under Firefox 3.
In-Reply-To: <25081231.1231517224794.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4800454.1231533544742.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5620.
--------------------------------
Resolution: Done
Assignee: Alexander Dubovsky (was: Nick Belaevski)
> ModalPanel: text on page is wrapped in border after calling modalPanel under Firefox 3.
> ---------------------------------------------------------------------------------------
>
> Key: RF-5620
> URL: https://jira.jboss.org/jira/browse/RF-5620
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, Firefox 3
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Attachments: 38.png
>
>
> # Open modalPanel page in richfaces-demo
> # Call modalPanel. Close it
> # Click on any text and verify it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 15:41:06 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 15:41:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5620) ModalPanel:
text on page is
wrapped in border after calling modalPanel under Firefox 3.
In-Reply-To: <25081231.1231517224794.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17146523.1231533666189.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447064#action_12447064 ]
Nick Belaevski commented on RF-5620:
------------------------------------
Reproducible in Chrome
> ModalPanel: text on page is wrapped in border after calling modalPanel under Firefox 3.
> ---------------------------------------------------------------------------------------
>
> Key: RF-5620
> URL: https://jira.jboss.org/jira/browse/RF-5620
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, Firefox 3
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Attachments: 38.png
>
>
> # Open modalPanel page in richfaces-demo
> # Call modalPanel. Close it
> # Click on any text and verify it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 15:41:06 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 15:41:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5518) ModalPanel:
incorrect view under Opera.
In-Reply-To: <20171895.1231150014582.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19453704.1231533666467.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5518.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Done
Assignee: Alexander Dubovsky (was: Nick Belaevski)
> ModalPanel: incorrect view under Opera.
> ---------------------------------------
>
> Key: RF-5518
> URL: https://jira.jboss.org/jira/browse/RF-5518
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR1, Opera 9.62
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Attachments: 34.png
>
>
> Open modalPanel page in richfaces-demo and show panel.
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 15:45:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 15:45:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5629) drop down
menu: menu appears only
on text label hover (just label div hover not works for that)
In-Reply-To: <18526168.1231529404380.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19579128.1231533904505.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447066#action_12447066 ]
Nick Belaevski commented on RF-5629:
------------------------------------
Ilya, the same problem applies to the first menu.
Reproducible in 3.2.2.GA
> drop down menu: menu appears only on text label hover (just label div hover not works for that)
> -----------------------------------------------------------------------------------------------
>
> Key: RF-5629
> URL: https://jira.jboss.org/jira/browse/RF-5629
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Fix For: Future
>
>
> http://localhost:8080/richfaces-demo/richfaces/dropDownMenu.jsf;jsessionid=77843E93188DD680953FF6E0412DFE18?c=dropDownMenu&tab=usage
> try to call the menu in first example. whole label rectangle could activate the menu.
> Try to call the menu in the second example. Only "optionX" text label hover causes the menu. Not the whoel div active.
> the only difference - that in forst example facet label used and in the second one - label attribute used.
--
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
From jira-events at lists.jboss.org Fri Jan 9 15:45:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 15:45:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5629) drop down menu:
menu appears only
on text label hover (just label div hover not works for that)
In-Reply-To: <18526168.1231529404380.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18394360.1231533904672.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5629:
-------------------------------
Fix Version/s: Future
(was: 3.3.0)
> drop down menu: menu appears only on text label hover (just label div hover not works for that)
> -----------------------------------------------------------------------------------------------
>
> Key: RF-5629
> URL: https://jira.jboss.org/jira/browse/RF-5629
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Fix For: Future
>
>
> http://localhost:8080/richfaces-demo/richfaces/dropDownMenu.jsf;jsessionid=77843E93188DD680953FF6E0412DFE18?c=dropDownMenu&tab=usage
> try to call the menu in first example. whole label rectangle could activate the menu.
> Try to call the menu in the second example. Only "optionX" text label hover causes the menu. Not the whoel div active.
> the only difference - that in forst example facet label used and in the second one - label attribute used.
--
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
From jira-events at lists.jboss.org Fri Jan 9 15:47:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 15:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5900347.1231534024962.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447067#action_12447067 ]
Nick Belaevski commented on RF-5169:
------------------------------------
Pawel,
Sources can be checked out from here: https://svn.jboss.org/repos/richfaces/trunk/test-applications/jsp or here: https://svn.jboss.org/repos/richfaces/trunk/test-applications/facelets
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: ExtendedDataTable.xhtml
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Fri Jan 9 19:37:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 19:37:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5630) DataTable:
sorting/filtering breaks in Safari with tooltip in HTML mode
Message-ID: <28125858.1231547824065.JavaMail.jira@cloud.prod.atl2.jboss.com>
DataTable: sorting/filtering breaks in Safari with tooltip in HTML mode
-----------------------------------------------------------------------
Key: RF-5630
URL: https://jira.jboss.org/jira/browse/RF-5630
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: Safari, Facelets, HTML mode
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: Future
Header
#{item} - #{forum5Bean.time}
#{forum5Bean.time}
--
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
From jira-events at lists.jboss.org Fri Jan 9 19:39:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 19:39:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5630) DataTable:
sorting/filtering breaks in Safari with tooltip in HTML mode
In-Reply-To: <28125858.1231547824065.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14321832.1231547944076.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5630:
-------------------------------
Description:
1. Try to sort the table
1a. Compare with common re-rendering
Header
#{item} - #{forum5Bean.time}
#{forum5Bean.time}
was:
Header
#{item} - #{forum5Bean.time}
#{forum5Bean.time}
> DataTable: sorting/filtering breaks in Safari with tooltip in HTML mode
> -----------------------------------------------------------------------
>
> Key: RF-5630
> URL: https://jira.jboss.org/jira/browse/RF-5630
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Safari, Facelets, HTML mode
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> 1. Try to sort the table
> 1a. Compare with common re-rendering
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:a4j="http://richfaces.org/a4j">
>
>
>
>
>
>
> Header
>
>
> #{item} - #{forum5Bean.time}
>
>
> #{forum5Bean.time}
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 19:41:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 19:41:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5630) DataTable:
sorting/filtering breaks in Safari with tooltip in HTML mode
In-Reply-To: <28125858.1231547824065.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31676405.1231548064150.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5630:
-------------------------------
Workaround Description:
Workaround: [Workaround Exists]
> DataTable: sorting/filtering breaks in Safari with tooltip in HTML mode
> -----------------------------------------------------------------------
>
> Key: RF-5630
> URL: https://jira.jboss.org/jira/browse/RF-5630
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Safari, Facelets, HTML mode
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: Future
>
>
> 1. Try to sort the table
> 1a. Compare with common re-rendering
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:a4j="http://richfaces.org/a4j">
>
>
>
>
>
>
> Header
>
>
> #{item} - #{forum5Bean.time}
>
>
> #{forum5Bean.time}
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Fri Jan 9 19:47:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 19:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5620) ModalPanel:
text on page is
wrapped in border after calling modalPanel under Firefox 3.
In-Reply-To: <25081231.1231517224794.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13215287.1231548424146.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447086#action_12447086 ]
Nick Belaevski commented on RF-5620:
------------------------------------
Reproducible in Chrome also
> ModalPanel: text on page is wrapped in border after calling modalPanel under Firefox 3.
> ---------------------------------------------------------------------------------------
>
> Key: RF-5620
> URL: https://jira.jboss.org/jira/browse/RF-5620
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, Firefox 3
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Fix For: 3.3.0
>
> Attachments: 38.png
>
>
> # Open modalPanel page in richfaces-demo
> # Call modalPanel. Close it
> # Click on any text and verify it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Fri Jan 9 20:17:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Fri, 9 Jan 2009 20:17:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5617) a4j:jsFunction
in IE6/7 breaks when html:form's prependId="false"
In-Reply-To: <19239526.1231508344547.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14355420.1231550224044.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5617:
-------------------------------
JBoss Forum Reference: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148349
> a4j:jsFunction in IE6/7 breaks when html:form's prependId="false"
> -----------------------------------------------------------------
>
> Key: RF-5617
> URL: https://jira.jboss.org/jira/browse/RF-5617
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Windows XP, IE6/7
> Reporter: yagish sharma
> Fix For: Future
>
>
> a4j:jsFunction in IE6/7 breaks when html:form's prependId="false".
> In RichFaces3.2.2SR1, a4j:jsFunction generates an HTML script, which breaks in IE6/7, but works in FireFox. The issue is the way the jsFunction is rendered.
> Here is a sample of how the script is rendered in Ajax4JSF and in RichFaces when html:form's prependId attribute is false.
>
> Notice that the name and id fields are kept same.
> In Ajax4JSF, this will render as -
> script id="func1" type="text/javascript"
> function func1(){.........};
> /script
> In RichFaces, this renders as -
> script id="func1" type="text/javascript">
> func1 = function(){.........};
> /script
> Having the id of script tag and the func1 prototype name as same creates the problem. IE6/7 while parsing the script tag gives an error - "Object does not supports this property".
> In RichFaces the renderer for jsFunction is AjaxFunctionRendererBase. This renderer's getFunction() method has changed from Ajax4JSF and generates this inappropriate javascript code.
--
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
From jira-events at lists.jboss.org Sat Jan 10 03:50:06 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Sat, 10 Jan 2009 03:50:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5618) Editor: pop
ups incorrect moves under IE6.
In-Reply-To: <23491340.1231510034705.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32678151.1231577406985.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447091#action_12447091 ]
Alexander Dubovsky commented on RF-5618:
----------------------------------------
Issue for TinyMCE was opened. See https://sourceforge.net/tracker2/?func=detail&aid=2497382&group_id=103281&atid=635682
> Editor: pop ups incorrect moves under IE6.
> ------------------------------------------
>
> Key: RF-5618
> URL: https://jira.jboss.org/jira/browse/RF-5618
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, IE6
> Reporter: Alexander Dubovsky
> Assignee: Alexander Dubovsky
> Priority: Minor
> Fix For: Future
>
> Attachments: pop up in IE6.bmp
>
>
> # Open demo site on Editor page under IE6
> # Switch to Advanced mode
> # Open any pop up and try to move it
> Result: see screen shot.
--
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
From jira-events at lists.jboss.org Sat Jan 10 03:54:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Sat, 10 Jan 2009 03:54:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5542) style and
classes, standard HTML attributes are output to client
In-Reply-To: <12529108.1231202045013.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19887427.1231577644458.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5542 started by Andrei Markavtsov.
> style and classes, standard HTML attributes are output to client
> ----------------------------------------------------------------
>
> Key: RF-5542
> URL: https://jira.jboss.org/jira/browse/RF-5542
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Andrei Markavtsov
> Fix For: 3.3.1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 04:27:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Sat, 10 Jan 2009 04:27:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5631) ComboBox: part
of item stays
selected after ENTER in case directInputSuggestions=true under Opera.
Message-ID: <10993396.1231579624139.JavaMail.jira@cloud.prod.atl2.jboss.com>
ComboBox: part of item stays selected after ENTER in case directInputSuggestions=true under Opera.
--------------------------------------------------------------------------------------------------
Key: RF-5631
URL: https://jira.jboss.org/jira/browse/RF-5631
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR3, Opera 9.62
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
# Open richfaces-demo on comboBox page
# Input e.g. 's' character in "Combo Box with a simple String list as suggestions list" example and press ENTER
Result: part of item stays selected. See screen shot.
--
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
From jira-events at lists.jboss.org Sat Jan 10 04:29:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Sat, 10 Jan 2009 04:29:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5631) ComboBox: part
of item stays
selected after ENTER in case directInputSuggestions=true under Opera.
In-Reply-To: <10993396.1231579624139.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13754301.1231579744487.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky updated RF-5631:
-----------------------------------
Attachment: 42.png
> ComboBox: part of item stays selected after ENTER in case directInputSuggestions=true under Opera.
> --------------------------------------------------------------------------------------------------
>
> Key: RF-5631
> URL: https://jira.jboss.org/jira/browse/RF-5631
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, Opera 9.62
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: 42.png
>
>
> # Open richfaces-demo on comboBox page
> # Input e.g. 's' character in "Combo Box with a simple String list as suggestions list" example and press ENTER
> Result: part of item stays selected. See screen shot.
--
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
From jira-events at lists.jboss.org Sat Jan 10 05:15:04 2009
From: jira-events at lists.jboss.org (Catherine Luts (JIRA))
Date: Sat, 10 Jan 2009 05:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4502) Facets description
In-Reply-To: <545406.1221842135518.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16567767.1231582504674.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Catherine Luts closed RF-4502.
------------------------------
Resolution: Done
The task can be closed because all facets for all necessary components have been added into the guide.
> Facets description
> ------------------
>
> Key: RF-4502
> URL: https://jira.jboss.org/jira/browse/RF-4502
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Catherine Luts
> Fix For: 3.3.0
>
>
> it's necessary to add info in guide about facets.
> - look though all components decide what of their significant functionality is implemented with facets, add this info into details of usage.
> - each component section requires also a summary table with facets and their description, similar to attributes one.
--
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
From jira-events at lists.jboss.org Sat Jan 10 06:43:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 06:43:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5631) ComboBox: part
of item stays
selected after ENTER in case directInputSuggestions=true under Opera.
In-Reply-To: <10993396.1231579624139.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27231979.1231587784355.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5631:
-------------------------------
Fix Version/s: Future
Reproducible in 3.2.2.GA
> ComboBox: part of item stays selected after ENTER in case directInputSuggestions=true under Opera.
> --------------------------------------------------------------------------------------------------
>
> Key: RF-5631
> URL: https://jira.jboss.org/jira/browse/RF-5631
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.CR3, Opera 9.62
> Reporter: Alexander Dubovsky
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
> Attachments: 42.png
>
>
> # Open richfaces-demo on comboBox page
> # Input e.g. 's' character in "Combo Box with a simple String list as suggestions list" example and press ENTER
> Result: part of item stays selected. See screen shot.
--
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
From jira-events at lists.jboss.org Sat Jan 10 06:47:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 06:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5548) tabs can be
disabled
In-Reply-To: <25398619.1231202644713.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28885481.1231588024219.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5548:
-------------------------------
Due Date: (was: 11/Jan/09)
> tabs can be disabled
> --------------------
>
> Key: RF-5548
> URL: https://jira.jboss.org/jira/browse/RF-5548
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Denis Morozov
> Fix For: 3.3.1
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 06:47:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 06:47:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5549) immediate tabs
handled properly in case of validation errors exist or not
In-Reply-To: <28182298.1231202644888.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24063951.1231588024427.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5549:
-------------------------------
Due Date: (was: 11/Jan/09)
> immediate tabs handled properly in case of validation errors exist or not
> -------------------------------------------------------------------------
>
> Key: RF-5549
> URL: https://jira.jboss.org/jira/browse/RF-5549
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Denis Morozov
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 06:59:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Sat, 10 Jan 2009 06:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5632) appication
level: JUnits tests
Message-ID: <23461857.1231588744108.JavaMail.jira@cloud.prod.atl2.jboss.com>
appication level: JUnits tests
-------------------------------
Key: RF-5632
URL: https://jira.jboss.org/jira/browse/RF-5632
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.2.0
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Sat Jan 10 06:59:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Sat, 10 Jan 2009 06:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5633) CDK level: Junit
tests
Message-ID: <26512772.1231588744365.JavaMail.jira@cloud.prod.atl2.jboss.com>
CDK level: Junit tests
----------------------
Key: RF-5633
URL: https://jira.jboss.org/jira/browse/RF-5633
Project: RichFaces
Issue Type: Sub-task
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Sat Jan 10 06:59:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Sat, 10 Jan 2009 06:59:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5634) Documenting
Message-ID: <26436445.1231588744527.JavaMail.jira@cloud.prod.atl2.jboss.com>
Documenting
-----------
Key: RF-5634
URL: https://jira.jboss.org/jira/browse/RF-5634
Project: RichFaces
Issue Type: Sub-task
Reporter: Anton Belevich
Assignee: Svetlana mukhina
Fix For: 3.3.0
--
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
From jira-events at lists.jboss.org Sat Jan 10 07:04:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 07:04:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5635)
extendedDataTable: css classes
defined in "columnClasses" attribute don't influence on columns width.
Message-ID: <10431948.1231589044229.JavaMail.jira@cloud.prod.atl2.jboss.com>
extendedDataTable: css classes defined in "columnClasses" attribute don't influence on columns width.
-----------------------------------------------------------------------------------------------------
Key: RF-5635
URL: https://jira.jboss.org/jira/browse/RF-5635
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR3)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Minor
#1. Define css classes for component columns:
.leftColumn {
width: 50px;
height: 100%;
background-color: red;
}
.midColumn {
width: 250px;
height: 100%;
background-color: green;
}
.rightColumn {
width: 400px;
height: 100%;
background-color: yellow;
}
#2. Add extendedDataTable on the page, following way, as attachment.
#3. Set columnClasses="leftColumn, midColumn, rightColumn"(width attribute for component and it's columns shouldn't be defined)
#4. Navigate to page and verify extendedDataTable columns width.
Actual behavior:
Css classes(leftColumn, midColumn...) present in page code(see in firebug), but real width of columns remains the same as before columnClasses attribute using.
--
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
From jira-events at lists.jboss.org Sat Jan 10 07:06:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 07:06:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5635)
extendedDataTable: css classes
defined in "columnClasses" attribute don't influence on columns width.
In-Reply-To: <10431948.1231589044229.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7274491.1231589164017.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5635:
---------------------------------
Attachment: ExtendedDataTable.jsp
> extendedDataTable: css classes defined in "columnClasses" attribute don't influence on columns width.
> -----------------------------------------------------------------------------------------------------
>
> Key: RF-5635
> URL: https://jira.jboss.org/jira/browse/RF-5635
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR3)
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Priority: Minor
> Attachments: ExtendedDataTable.jsp
>
>
> #1. Define css classes for component columns:
> .leftColumn {
> width: 50px;
> height: 100%;
> background-color: red;
> }
> .midColumn {
> width: 250px;
> height: 100%;
> background-color: green;
> }
> .rightColumn {
> width: 400px;
> height: 100%;
> background-color: yellow;
> }
> #2. Add extendedDataTable on the page, following way, as attachment.
> #3. Set columnClasses="leftColumn, midColumn, rightColumn"(width attribute for component and it's columns shouldn't be defined)
> #4. Navigate to page and verify extendedDataTable columns width.
> Actual behavior:
> Css classes(leftColumn, midColumn...) present in page code(see in firebug), but real width of columns remains the same as before columnClasses attribute using.
--
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
From jira-events at lists.jboss.org Sat Jan 10 07:17:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 07:17:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27471858.1231589824178.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5169:
---------------------------------
Attachment: ExtendedDataTableControlBean.java
ExtendedDataTableBB.java
DemoPatientProvider.java
Backing beans source files was attached.
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: DemoPatient.java, DemoPatientProvider.java, ExtendedDataTable.xhtml, ExtendedDataTableBB.java, ExtendedDataTableControlBean.java
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Sat Jan 10 07:17:05 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 07:17:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27076877.1231589825024.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5169:
---------------------------------
Attachment: DemoPatient.java
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: DemoPatient.java, DemoPatientProvider.java, ExtendedDataTable.xhtml, ExtendedDataTableBB.java, ExtendedDataTableControlBean.java
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Sat Jan 10 07:19:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Sat, 10 Jan 2009 07:19:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5636) dataTable:
rowClasses evaluated wrong.
Message-ID: <624369.1231589944144.JavaMail.jira@cloud.prod.atl2.jboss.com>
dataTable: rowClasses evaluated wrong.
--------------------------------------
Key: RF-5636
URL: https://jira.jboss.org/jira/browse/RF-5636
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Attachments: screen1.jpg, screen2.jpg
see difference for screenshots.
screen 1)
screen 2)
--
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
From jira-events at lists.jboss.org Sat Jan 10 07:19:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Sat, 10 Jan 2009 07:19:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5636) dataTable:
rowClasses evaluated wrong.
In-Reply-To: <624369.1231589944144.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8356855.1231589944309.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky updated RF-5636:
--------------------------------
Attachment: screen2.jpg
screen1.jpg
> dataTable: rowClasses evaluated wrong.
> --------------------------------------
>
> Key: RF-5636
> URL: https://jira.jboss.org/jira/browse/RF-5636
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Attachments: screen1.jpg, screen2.jpg
>
>
> see difference for screenshots.
> screen 1)
> value="#{dataTableScrollerBean.allCars}" var="category">
>
>
>
>
>
>
>
>
>
>
>
>
>
> screen 2)
> value="#{dataTableScrollerBean.allCars}" var="category">
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 07:24:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Sat, 10 Jan 2009 07:24:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5636) dataTable:
rowClasses evaluated wrong.
In-Reply-To: <624369.1231589944144.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29082357.1231590244029.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447101#action_12447101 ]
Ilya Shaikovsky commented on RF-5636:
-------------------------------------
Nick forum user tells us that it works for him on initial rendering so maybe regression?
> dataTable: rowClasses evaluated wrong.
> --------------------------------------
>
> Key: RF-5636
> URL: https://jira.jboss.org/jira/browse/RF-5636
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Attachments: screen1.jpg, screen2.jpg
>
>
> see difference for screenshots.
> screen 1)
> value="#{dataTableScrollerBean.allCars}" var="category">
>
>
>
>
>
>
>
>
>
>
>
>
>
> screen 2)
> value="#{dataTableScrollerBean.allCars}" var="category">
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:00:04 2009
From: jira-events at lists.jboss.org (Michael Sorokin (JIRA))
Date: Sat, 10 Jan 2009 08:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4664) Documenting
In-Reply-To: <31515089.1224455181244.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4727945.1231592404134.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447102#action_12447102 ]
Michael Sorokin commented on RF-4664:
-------------------------------------
Chapter about the component is corrected and more code snippets, attributes and js api descriptions are added.
> Documenting
> -----------
>
> Key: RF-4664
> URL: https://jira.jboss.org/jira/browse/RF-4664
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Michael Sorokin
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:11:04 2009
From: jira-events at lists.jboss.org (Gleb Galkin (JIRA))
Date: Sat, 10 Jan 2009 08:11:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4989) Tool for
automatic release docs update
In-Reply-To: <24732922.1227107196605.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12296652.1231593064721.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gleb Galkin updated RF-4989:
----------------------------
Attachment: (was: release.sh)
> Tool for automatic release docs update
> ---------------------------------------
>
> Key: RF-4989
> URL: https://jira.jboss.org/jira/browse/RF-4989
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: release.sh
>
>
> Create some tool which allow to update docs on every release automatically
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:11:05 2009
From: jira-events at lists.jboss.org (Gleb Galkin (JIRA))
Date: Sat, 10 Jan 2009 08:11:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4989) Tool for
automatic release docs update
In-Reply-To: <24732922.1227107196605.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5135739.1231593065012.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gleb Galkin updated RF-4989:
----------------------------
Attachment: release.sh
> Tool for automatic release docs update
> ---------------------------------------
>
> Key: RF-4989
> URL: https://jira.jboss.org/jira/browse/RF-4989
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: release.sh
>
>
> Create some tool which allow to update docs on every release automatically
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:15:04 2009
From: jira-events at lists.jboss.org (Gleb Galkin (JIRA))
Date: Sat, 10 Jan 2009 08:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4989) Tool for
automatic release docs update
In-Reply-To: <24732922.1227107196605.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17919502.1231593304177.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gleb Galkin updated RF-4989:
----------------------------
Attachment: (was: release.sh)
> Tool for automatic release docs update
> ---------------------------------------
>
> Key: RF-4989
> URL: https://jira.jboss.org/jira/browse/RF-4989
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: release.sh
>
>
> Create some tool which allow to update docs on every release automatically
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:15:04 2009
From: jira-events at lists.jboss.org (Gleb Galkin (JIRA))
Date: Sat, 10 Jan 2009 08:15:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4989) Tool for
automatic release docs update
In-Reply-To: <24732922.1227107196605.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19018905.1231593304398.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gleb Galkin updated RF-4989:
----------------------------
Attachment: release.sh
> Tool for automatic release docs update
> ---------------------------------------
>
> Key: RF-4989
> URL: https://jira.jboss.org/jira/browse/RF-4989
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: release.sh
>
>
> Create some tool which allow to update docs on every release automatically
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:17:04 2009
From: jira-events at lists.jboss.org (Gleb Galkin (JIRA))
Date: Sat, 10 Jan 2009 08:17:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4989) Tool for
automatic release docs update
In-Reply-To: <24732922.1227107196605.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30454949.1231593424438.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447103#action_12447103 ]
Gleb Galkin commented on RF-4989:
---------------------------------
For the further information about script usage download it and read comment in the header of the script
> Tool for automatic release docs update
> ---------------------------------------
>
> Key: RF-4989
> URL: https://jira.jboss.org/jira/browse/RF-4989
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: release.sh
>
>
> Create some tool which allow to update docs on every release automatically
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:39:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 08:39:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4507) Calendar with
preload overrides AJAX data for all preceding components
In-Reply-To: <9163331.1221920960762.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16973599.1231594744557.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-4507.
--------------------------------
Assignee: Mikhail Vitenkov (was: Tsikhon Kuprevich)
Verified at 3.3.0.CR3
> Calendar with preload overrides AJAX data for all preceding components
> -----------------------------------------------------------------------
>
> Key: RF-4507
> URL: https://jira.jboss.org/jira/browse/RF-4507
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Nick Belaevski
> Assignee: Mikhail Vitenkov
> Priority: Critical
> Fix For: 3.3.0
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:48:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 08:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5635)
extendedDataTable: css classes
defined in "columnClasses" attribute don't influence on columns width.
In-Reply-To: <10431948.1231589044229.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17831037.1231595284268.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5635:
-------------------------------
Fix Version/s: Future
Assignee: Piotr Kawiak (was: Nick Belaevski)
> extendedDataTable: css classes defined in "columnClasses" attribute don't influence on columns width.
> -----------------------------------------------------------------------------------------------------
>
> Key: RF-5635
> URL: https://jira.jboss.org/jira/browse/RF-5635
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.CR3)
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Minor
> Fix For: Future
>
> Attachments: ExtendedDataTable.jsp
>
>
> #1. Define css classes for component columns:
> .leftColumn {
> width: 50px;
> height: 100%;
> background-color: red;
> }
> .midColumn {
> width: 250px;
> height: 100%;
> background-color: green;
> }
> .rightColumn {
> width: 400px;
> height: 100%;
> background-color: yellow;
> }
> #2. Add extendedDataTable on the page, following way, as attachment.
> #3. Set columnClasses="leftColumn, midColumn, rightColumn"(width attribute for component and it's columns shouldn't be defined)
> #4. Navigate to page and verify extendedDataTable columns width.
> Actual behavior:
> Css classes(leftColumn, midColumn...) present in page code(see in firebug), but real width of columns remains the same as before columnClasses attribute using.
--
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
From jira-events at lists.jboss.org Sat Jan 10 08:58:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 08:58:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5636) dataTable:
rowClasses evaluated wrong.
In-Reply-To: <624369.1231589944144.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8252255.1231595884085.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5636:
-------------------------------
Fix Version/s: Future
> dataTable: rowClasses evaluated wrong.
> --------------------------------------
>
> Key: RF-5636
> URL: https://jira.jboss.org/jira/browse/RF-5636
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Fix For: Future
>
> Attachments: screen1.jpg, screen2.jpg
>
>
> see difference for screenshots.
> screen 1)
> value="#{dataTableScrollerBean.allCars}" var="category">
>
>
>
>
>
>
>
>
>
>
>
>
>
> screen 2)
> value="#{dataTableScrollerBean.allCars}" var="category">
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:00:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5404)
RichFacesLiveDemo: Editor
component: cursor isn't displayed in the dialog window (FF2.0)
In-Reply-To: <9116936.1229445237294.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4036265.1231596004585.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5404:
-------------------------------
Fix Version/s: Future
> RichFacesLiveDemo: Editor component: cursor isn't displayed in the dialog window (FF2.0)
> ----------------------------------------------------------------------------------------
>
> Key: RF-5404
> URL: https://jira.jboss.org/jira/browse/RF-5404
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: FF 2.0.0.7
> Reporter: Tatyana Romanovich
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
>
> 1. Go to the demo application
> 2. Select Editor component
> 3. Call any dialog window (insert/edit anchor, insert/edit image, edit HTML source)
> 4. Try to input some text
> FAILURE: user can input text, navigate between symbols and controls, but cursor isn't displayed.
> NOTE: only for FF 2.0
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:00:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5604) Incosistent
description of immediate attribute in docs
In-Reply-To: <12916010.1231418885019.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6352137.1231596004987.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5604:
-------------------------------
Fix Version/s: 3.3.0
> Incosistent description of immediate attribute in docs
> ------------------------------------------------------
>
> Key: RF-5604
> URL: https://jira.jboss.org/jira/browse/RF-5604
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Maciej Szulik
> Assignee: Svetlana mukhina
> Fix For: 3.3.0
>
>
> Inconsistent description of immediate attribute on page:
> http://livedemo.exadel.com/richfaces-demo/richfaces/ajaxAttributes.jsf?c=ajaxattributes
> Where it states:
> "... Using immediate="true" is one of the ways to have some data model values updated when other cannot be updated because of a problem with passing the Validation phase successfully... "
> Which obviously isn't true when reading Sergey explanation:
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133031
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:07 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3455) ComboBox and
Inplace Select: It"s
necessary to delete left and right borders in selected item
In-Reply-To: <29023738.1211210580368.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19208116.1231596367084.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3455:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ComboBox and Inplace Select: It"s necessary to delete left and right borders in selected item
> ---------------------------------------------------------------------------------------------
>
> Key: RF-3455
> URL: https://jira.jboss.org/jira/browse/RF-3455
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Reporter: Lex Dmitriev
> Priority: Minor
> Fix For: Future
>
> Attachments: screenshot-1.jpg
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:07 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4071) test-application
[general]: font size is changing during the rerendering page
In-Reply-To: <26462958.1217520746133.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21754346.1231596367420.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4071:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> test-application [general]: font size is changing during the rerendering page
> -----------------------------------------------------------------------------
>
> Key: RF-4071
> URL: https://jira.jboss.org/jira/browse/RF-4071
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.BETA3
> jsp, facelets
> test-application
> Tomcat 6
> IE 6
> Reporter: Tatyana Romanovich
> Priority: Minor
> Fix For: Future
>
> Attachments: StrangeBehaviour_.avi
>
>
> 1. Go to the test application in the IE 6
> 2. Press and hold Ctrl key and scroll down mouse scroll (font size should be increased)
> 3. Select Calendar component
> 4. Select other locale radio button and set focus to the other control or place on the page
> Result: font size was descend at first and then increased
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:07 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4305) comboBox:
incorrect item is
selected if attribute directInputSuggestions="true"
In-Reply-To: <6250888.1219829811968.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <9855099.1231596367688.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4305:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> comboBox: incorrect item is selected if attribute directInputSuggestions="true"
> -------------------------------------------------------------------------------
>
> Key: RF-4305
> URL: https://jira.jboss.org/jira/browse/RF-4305
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: richfaces-demo, test application (3.2.2.BETA5)
> Reporter: Alexander Dubovsky
> Fix For: Future
>
>
> # Open richfaces-demo on Combo Box page
> # Place cursor in 3th combo box (Combo Box with a simple String list as suggestions list)
> # Input 's' , wait about 1 sec, then input 'a' characters
> Result 1: Sacramento, Santa Fe, Salem and Salt Lake City are shown in pop up. - this is right
> # Input 's' and 'a' characters without time interval
> Result 2: "Sacramento" is selected. - this is bug. Should be the same behavior as in case 1.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:07 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:07 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4315) inplaceInput:
tab navigation from
inplaceInput with controls crashes Opera, without controls shows edit field
incorrectly
In-Reply-To: <5777936.1219860182587.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11123696.1231596367837.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4315:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceInput: tab navigation from inplaceInput with controls crashes Opera, without controls shows edit field incorrectly
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-4315
> URL: https://jira.jboss.org/jira/browse/RF-4315
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.BETA
> Opera 9.52
> Reporter: Tatyana Romanovich
> Priority: Critical
> Fix For: Future
>
> Attachments: TabForInplaceInputWithoutControls.gif
>
>
> 1. Go to the demo site or another tested application
> 2. Select inplaceInput component without controls
> 3. Activate it and press Tab key:
> FAILURE: see attached screenshot
> 4. Set cursor to the component with controls and press Tab key
> FAILURE: browser window was closed with error.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:08 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:08 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2019) ListShuttle: the
"rows" attribute doesn't work
In-Reply-To: <31214827.1201114941216.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13804032.1231596368273.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2019:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ListShuttle: the "rows" attribute doesn't work
> ----------------------------------------------
>
> Key: RF-2019
> URL: https://jira.jboss.org/jira/browse/RF-2019
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> The "rows" attribute doesn't work
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:08 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:08 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-1594) Ordering list:
possibility to sort items.
In-Reply-To: <26635328.1197378891656.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <29557806.1231596368822.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-1594:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> Ordering list: possibility to sort items.
> -----------------------------------------
>
> Key: RF-1594
> URL: https://jira.jboss.org/jira/browse/RF-1594
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.2.0
> Reporter: Sergey Halipov
> Fix For: Wishes
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:08 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:08 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2336) Ability to
change images for listshuttle
In-Reply-To: <5754262.1204104762502.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20086209.1231596368941.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2336:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> Ability to change images for listshuttle
> ----------------------------------------
>
> Key: RF-2336
> URL: https://jira.jboss.org/jira/browse/RF-2336
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.1.4
> Reporter: c_inconnu
> Fix For: Future
>
>
> It should be very helpful to give the ability to change the images of the listshuttle controls. The same way there are "topControlLabel" , "removeAllControlLabel" , etc. you could add "topControlImage" etc. If I use the facet, I lost all the work done and I must recreate a new control
> Thanks
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3398) InplaceSelect:
Broken under Opera.
In-Reply-To: <18601489.1210607721894.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <4864069.1231596369078.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3398:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> InplaceSelect: Broken under Opera.
> ----------------------------------
>
> Key: RF-3398
> URL: https://jira.jboss.org/jira/browse/RF-3398
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: Windows-XP Opera.
> Reporter: Heorhi Maksimenko
> Priority: Critical
> Fix For: Future
>
> Attachments: inplaseSelectOpera.gif
>
>
> InplaceSelect Broken under Opera.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2003) listShuttle:
swith by double click works bad in opera.
In-Reply-To: <28365647.1201100426718.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30749081.1231596369217.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2003:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> listShuttle: swith by double click works bad in opera.
> ------------------------------------------------------
>
> Key: RF-2003
> URL: https://jira.jboss.org/jira/browse/RF-2003
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4
> Environment: Opera 9
> CR1
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> 2. Find an element, but not from the end and not from the beginning of the list.
> 3. Doubleclick this element
> => it is moved to another list. Another element appear under the mouse cursor.
> 4. Doubleclick this element
> => The element is not moved to another 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
From jira-events at lists.jboss.org Sat Jan 10 09:06:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2161) Tree: scroll
entire window on selection change
In-Reply-To: <1900599.1202158864202.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28527117.1231596369388.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2161:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> Tree: scroll entire window on selection change
> ----------------------------------------------
>
> Key: RF-2161
> URL: https://jira.jboss.org/jira/browse/RF-2161
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Reporter: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
>
> Entire window should be scrolled to show currently selected element if it's gone beyond the screen after using keyboard nav.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4323) inplaceSelect:
ENTER key pressing
works incorrectly for component without controls in the Opera 9.52
In-Reply-To: <20439768.1219927418682.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26708698.1231596369529.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4323:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceSelect: ENTER key pressing works incorrectly for component without controls in the Opera 9.52
> ----------------------------------------------------------------------------------------------------
>
> Key: RF-4323
> URL: https://jira.jboss.org/jira/browse/RF-4323
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.CR1
> Opera 5.52
> Reporter: Tatyana Romanovich
> Priority: Minor
> Fix For: Future
>
> Attachments: inplaceSelectEnterKeyOpera.gif
>
>
> 1. Go to the demo site in the Opera 9.52
> 2. Select inplaceSelect component
> 3. Set mouse point into the first example (without controls)
> 4. Don't move mouse cursor, it should be over the input field of component
> 5. select any value from expanded list by up and down keys pressing
> 6. Press Enter key
> FAILURE: selected value appears in the input field of inplaseSelect component and list of values expands again
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5469) InplaceSelect:
selection impossible after click on arrow.
In-Reply-To: <23419667.1230130854285.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21720966.1231596369762.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5469:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> InplaceSelect: selection impossible after click on arrow.
> ---------------------------------------------------------
>
> Key: RF-5469
> URL: https://jira.jboss.org/jira/browse/RF-5469
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.BETA5
> Reporter: Alexander Dubovsky
> Priority: Critical
> Fix For: Future
>
>
> # Open richfaces-demo on inplaceSelect page (use 2th and 3th examples with controls facet)
> # Click in order to show inplace pop up
> # Click on page => pop up is closed
> # Click right arrow in order to show pop up again
> # Try to select any from pop up and submit it
> Result: it is impossible
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:09 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4153) inplaceSelect:
defaultLabel should
or shouln't be displayed in the Editable state for inplaceSelect component
with controls
In-Reply-To: <10602577.1218465773806.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6566103.1231596369902.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4153:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceSelect: defaultLabel should or shouln't be displayed in the Editable state for inplaceSelect component with controls
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-4153
> URL: https://jira.jboss.org/jira/browse/RF-4153
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.BETA3
> Tomcat 6.0
> rich-faces demo application
> Reporter: Tatyana Romanovich
> Priority: Minor
> Fix For: Future
>
> Attachments: inplaceSelectdeflabel.gif, inplaceSelectEditableStatewithoutdeflabel.gif
>
>
> 1. Go to the demo site
> 2. select inplaceSelect component
> 3. find second or example (components with controls)
> 4. click on the inplaceSelect to edit
> Result: list was expanded, default label displays in the input field
> 5. click cancel button
> 6. click on the inplaceSelect to edit again
> Result: list was expanded, empty value displays in the input field
> Note: in my mind behavior should be the same during each edit operation: default label should displays always or never in booth cases (at first time and other)
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:10 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:10 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3015) orderingList:
cursor changes it's
view wnen mousedown above the button after rerender
In-Reply-To: <225542.1207752894329.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24620431.1231596370045.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3015:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> orderingList: cursor changes it's view wnen mousedown above the button after rerender
> -------------------------------------------------------------------------------------
>
> Key: RF-3015
> URL: https://jira.jboss.org/jira/browse/RF-3015
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.5
> Environment: see FF, but reproduces in other browsers as well
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> 1. Click some row.
> 2. Hover mouse above the ordering button.
> => Mouse cursor looks like a finger.
> 3. Put the LMB down and hold it.
> => Cursor still looks like a finger.
> 4. Rerender the component.
> 5. Hover mouse above the ordering button.
> 6. Put the LMB down and hold it.
> => Cursor looks like it is hovered above the plain text.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:10 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:10 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3335) ListShuttle:
required doesn't work
In-Reply-To: <10978514.1209750981248.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13921846.1231596370198.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3335:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ListShuttle: required doesn't work
> ----------------------------------
>
> Key: RF-3335
> URL: https://jira.jboss.org/jira/browse/RF-3335
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: 3.2.1.CR3
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> no error message is generated if both source and target lists are empty
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:12 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:12 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3165) listShuttle:
'CTRL'+'A' combination doesn't work in Opera.
In-Reply-To: <26528216.1208802294499.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24484728.1231596372799.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3165:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> listShuttle: 'CTRL'+'A' combination doesn't work in Opera.
> ----------------------------------------------------------
>
> Key: RF-3165
> URL: https://jira.jboss.org/jira/browse/RF-3165
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.5
> Environment: Opera
> Reporter: Mikhail Vitenkov
> Priority: Minor
> Fix For: Future
>
>
> Actual behavior:
> The 1st row is selected.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:12 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:12 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3034) OrderingList:
selection marker
doesn't appear properly if size changes during rerendering
In-Reply-To: <7664670.1207905114470.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12391055.1231596373001.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3034:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> OrderingList: selection marker doesn't appear properly if size changes during rerendering
> -----------------------------------------------------------------------------------------
>
> Key: RF-3034
> URL: https://jira.jboss.org/jira/browse/RF-3034
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.5
> Environment: 3.1.5.CR1
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
> Attachments: screenshot-1.jpg
>
>
> 1. Set a new value for width or size in the corresponding field in test application
> 2. Click Rerender button
> 3. Try to click any row
> => Marker doesn't appear properly.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:13 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:13 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3075) combobox: doesnt
work in Opera
In-Reply-To: <20324614.1208263914614.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15057058.1231596373173.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3075:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> combobox: doesnt work in Opera
> ------------------------------
>
> Key: RF-3075
> URL: https://jira.jboss.org/jira/browse/RF-3075
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0.SR1, 3.2.1
> Environment: Opera 9.2x
> Reporter: Aleksej Yanul
> Fix For: Future
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:13 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:13 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2652) ComboBox: cursor
stays in input but hidden in FireFox
In-Reply-To: <4018099.1206026215040.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18152185.1231596373419.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2652:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ComboBox: cursor stays in input but hidden in FireFox
> -----------------------------------------------------
>
> Key: RF-2652
> URL: https://jira.jboss.org/jira/browse/RF-2652
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Reporter: Ilya Shaikovsky
> Priority: Minor
> Fix For: Future
>
>
> 1) Call suggestion list
> 2) choose some item from list
> =item appears in popup. popup closes.
> 3) try to enter some symbols.
> = you may enter and delete symbols but cursor isn't visible and home/end controls cant be used.
> 1)Call suggestion list
> 2) press ESC
> the same that described above happens.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:13 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:13 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4249) combobox:
component selected popup
area is less than area contained selected item(under IE6,7 only).
In-Reply-To: <930108.1219312762806.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <889007.1231596373638.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4249:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> combobox: component selected popup area is less than area contained selected item(under IE6,7 only).
> ----------------------------------------------------------------------------------------------------
>
> Key: RF-4249
> URL: https://jira.jboss.org/jira/browse/RF-4249
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: IE6, IE7(3.2.2.BETA5)
> Reporter: Mikhail Vitenkov
> Priority: Trivial
> Fix For: Future
>
> Attachments: comboboxSelectionIE.png
>
>
> #1. Set filterNewValues="true"
> #2. Navigate to page.
> #3. Enter value(match to unique item in component's list) into the component's input.
> #4. Compare height of area, contained selected item & height of selection.
> Actual behavior:
> Thin band without selection presents in the list bottom. See attached screenshot for more info.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:13 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:13 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-1587) OL & LS:
horizontal scrolling
In-Reply-To: <23831916.1197343491667.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32878594.1231596373827.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-1587:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> OL & LS: horizontal scrolling
> -----------------------------
>
> Key: RF-1587
> URL: https://jira.jboss.org/jira/browse/RF-1587
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.1.3, 3.2.0
> Reporter: Nick Belaevski
> Fix For: Future
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:13 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:13 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3709) comboBox: tab
key should keep choosen value.
In-Reply-To: <15653994.1213620228513.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6152779.1231596373977.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3709:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> comboBox: tab key should keep choosen value.
> --------------------------------------------
>
> Key: RF-3709
> URL: https://jira.jboss.org/jira/browse/RF-3709
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.2.1
> Reporter: Ilya Shaikovsky
> Priority: Minor
> Fix For: Future
>
>
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158325#4158325
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3943) Gmap: double
click zoom does not work if enableDragging =false.
In-Reply-To: <9873585.1216306013721.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <31809155.1231596374125.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3943:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> Gmap: double click zoom does not work if enableDragging =false.
> ---------------------------------------------------------------
>
> Key: RF-3943
> URL: https://jira.jboss.org/jira/browse/RF-3943
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: 3.2.2.BETA1
> Reporter: Alexander Dubovsky
> Priority: Minor
> Fix For: Future
>
>
> Set
> enableDragging=false
> enableDoubleClickZoom=true
> Try to zoom in map using double click.
> Result: double click zoom does not work
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-1988) OrderingList:
the "rows" attribute doesn't work
In-Reply-To: <25442147.1201023321958.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15599276.1231596374285.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-1988:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> OrderingList: the "rows" attribute doesn't work
> -----------------------------------------------
>
> Key: RF-1988
> URL: https://jira.jboss.org/jira/browse/RF-1988
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4, 3.1.5
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> The "rows" attribute doesn't work
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3328)
scrollableDataTable: the left table border missed on Opera
In-Reply-To: <32803672.1209735858824.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25775172.1231596374429.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3328:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> scrollableDataTable: the left table border missed on Opera
> -----------------------------------------------------------
>
> Key: RF-3328
> URL: https://jira.jboss.org/jira/browse/RF-3328
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: 3.2.1.CR3
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
> Attachments: sdt-ddd.gif
>
>
> see image
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4495) add
selectFirstOnUpdate attribute to suggestionBox component.
In-Reply-To: <773017.1221738680831.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <27085363.1231596374697.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4495:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> add selectFirstOnUpdate attribute to suggestionBox component.
> --------------------------------------------------------------
>
> Key: RF-4495
> URL: https://jira.jboss.org/jira/browse/RF-4495
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Fix For: Wishes
>
>
> should works the same as for comboBox components. (Allow to submit the form without selection if popup open)
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4151) inplaceSelect:
horizontal line will
appear in the Safari if layout is "block" in the Safari
In-Reply-To: <26942398.1218464510227.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20240193.1231596374829.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4151:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceSelect: horizontal line will appear in the Safari if layout is "block" in the Safari
> -------------------------------------------------------------------------------------------
>
> Key: RF-4151
> URL: https://jira.jboss.org/jira/browse/RF-4151
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.BETA3
> richfaces demo site
> Tomcat 6
> Apple Safari
> Reporter: Tatyana Romanovich
> Priority: Minor
> Fix For: Future
>
> Attachments: inplaceSelectInSafari.gif
>
>
> 1. Go to the demo site in the Safari
> 2. Select inplaceSelect component
> 3. expand list in the second example:
> FAILURE: wide horizontal line appears
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:14 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4225) richfaces-demo:
inplaceSelect: tab key pressing crashes Opera window
In-Reply-To: <22158154.1219077306855.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14081823.1231596374953.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4225:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> richfaces-demo: inplaceSelect: tab key pressing crashes Opera window
> --------------------------------------------------------------------
>
> Key: RF-4225
> URL: https://jira.jboss.org/jira/browse/RF-4225
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.BETA4
> Tomcat 6
> Opera 9.51
> Reporter: Tatyana Romanovich
> Fix For: Future
>
>
> 1. Start demo application
> 2. Go to the inplaceSelect page
> 3. Set focus to the inplaceSelect component
> 5. press tab key
> FAILURE: Error occurs, after closing error dialog window opera browser was closed
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4724) ListShuttle: add
switchByDblClick attribute
In-Reply-To: <31016827.1224839600890.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <208161.1231596375077.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4724:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ListShuttle: add switchByDblClick attribute
> -------------------------------------------
>
> Key: RF-4724
> URL: https://jira.jboss.org/jira/browse/RF-4724
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Fix For: Future
>
>
> It should be true by default in order to keep compatibility,
> If defined to false - only controls could be used in order to move items between lists.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:15 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:15 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4079) combobox:
following handlers doesn't work: onchange & onfocus.
In-Reply-To: <16460185.1217849036727.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24783821.1231596375235.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4079:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> combobox: following handlers doesn't work: onchange & onfocus.
> --------------------------------------------------------------
>
> Key: RF-4079
> URL: https://jira.jboss.org/jira/browse/RF-4079
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: IE6, IE7, FF 3.1, Opera 9.27, Safari 3.1(3.2.2.BETA3)
> Reporter: Mikhail Vitenkov
> Fix For: Future
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:18 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:18 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3477) jQuery: is
getting broken on rerendering
In-Reply-To: <7716819.1211290259322.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5304180.1231596378491.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3477:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> jQuery: is getting broken on rerendering
> ----------------------------------------
>
> Key: RF-3477
> URL: https://jira.jboss.org/jira/browse/RF-3477
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: 3.2.1.CR5
> jsp+myfaces+tomcat 6
> Opera 9
> Reporter: Tsikhon Kuprevich
> Fix For: Future
>
>
> rerender the component
> => nothing works
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:18 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:18 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2423) inplaceInput:
ENTER button doesn't works
In-Reply-To: <9202737.1204808697567.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14169354.1231596378742.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2423:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceInput: ENTER button doesn't works
> ----------------------------------------
>
> Key: RF-2423
> URL: https://jira.jboss.org/jira/browse/RF-2423
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Ilya Shaikovsky
> Priority: Minor
> Fix For: Future
>
>
> FuncSpec-RF-II-FR-050-1.0 Change State from Edit to View
> FuncSpec-RF-II-FR-060-1.0 Change State from Edit to Changed
> B.t.w. works fine for inplaceSelect
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:18 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:18 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2496) Combobox doesn't
work inside ListShuttle
In-Reply-To: <18898697.1205411337962.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8749482.1231596378884.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2496:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> Combobox doesn't work inside ListShuttle
> -----------------------------------------
>
> Key: RF-2496
> URL: https://jira.jboss.org/jira/browse/RF-2496
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Reporter: Anton Belevich
> Priority: Minor
> Fix For: Future
>
>
> Steps to reproduce:
> 1. Remove all combo's from the target list
> 2. Copy one combo to the target list from the source list
> 3. Try open combo selection 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
From jira-events at lists.jboss.org Sat Jan 10 09:06:19 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:19 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2583) ListShuttle:
items disappear from target list on ajax submit
In-Reply-To: <25109179.1205854502371.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1446092.1231596379084.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2583:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ListShuttle: items disappear from target list on ajax submit
> -------------------------------------------------------------
>
> Key: RF-2583
> URL: https://jira.jboss.org/jira/browse/RF-2583
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: 23.2.0.CR3
> FireFfox 2.x
> Reporter: Tsikhon Kuprevich
> Fix For: Future
>
> Original Estimate: 5 hours
> Remaining Estimate: 5 hours
>
> 1. Start application (http://localhost:8080/jsp)
> 2. Click RichFaces link.
> 3. Select orderingList from drop down menu.
> 4. Click some item and click Up button.
> 5. Press F5 keyboard key (refresh the page).
> 6. Click AJAX Submit button (under the "a4j" verbiage at the top pane).
> => Item disappears from list.
> Note: This does not happen if you use Ctrl+F5 keys combination instead of just F5.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:19 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:19 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3466) ComboBox: List
can't be shown after reRender in Opera.
In-Reply-To: <2012511.1211225879324.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21931521.1231596379283.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3466:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ComboBox: List can't be shown after reRender in Opera.
> ------------------------------------------------------
>
> Key: RF-3466
> URL: https://jira.jboss.org/jira/browse/RF-3466
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: Windows XP, Opera 9.25, JSP, myFaces.
> Reporter: Heorhi Maksimenko
> Fix For: Future
>
>
> List in ComboBox can't be shown after reRender in Opera 9.25 under JSP, myFaces .
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:19 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:19 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-1966) OrderingList:
the entire page is
scrolled when moving marker using keyboard in Opera
In-Reply-To: <32161695.1201003641259.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7244084.1231596379442.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-1966:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> OrderingList: the entire page is scrolled when moving marker using keyboard in Opera
> ------------------------------------------------------------------------------------
>
> Key: RF-1966
> URL: https://jira.jboss.org/jira/browse/RF-1966
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4
> Environment: JSF 1.2
> JRE 1.5
> tomcat 6
> Opera 9
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> 1. Click some row
> 2. Press Up or Down keyboard key
> => The entire page is scrolled with marker.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:19 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:19 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4077) combobox: width
of component's
selection under Safari 3.1 less than component's width including button.
In-Reply-To: <24869156.1217848497336.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1569902.1231596379768.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4077:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> combobox: width of component's selection under Safari 3.1 less than component's width including button.
> -------------------------------------------------------------------------------------------------------
>
> Key: RF-4077
> URL: https://jira.jboss.org/jira/browse/RF-4077
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: ie6, ie7, ff 3.1, opera 9.5(3.2.2.BETA3)
> Reporter: Mikhail Vitenkov
> Priority: Optional
> Fix For: Future
>
> Attachments: comboboxSelectionSafari.png
>
>
> # Select any item from rich:combobox.
> Actual behavior:
> See attached comboboxSelectionSafari.png
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:20 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:20 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3427) component
control not working on oncomplete event
In-Reply-To: <22653574.1210852776862.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23693641.1231596380297.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3427:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> component control not working on oncomplete event
> -------------------------------------------------
>
> Key: RF-3427
> URL: https://jira.jboss.org/jira/browse/RF-3427
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Reporter: Ilya Shaikovsky
> Fix For: Future
>
>
> action="#{dataTableScrollerBean.takeSelection}" id="button">
>
>
> doesn't works but
> action="#{dataTableScrollerBean.takeSelection}"
> oncomplete="javascript:Richfaces.showModalPanel('panel');"/>
> works fine.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:20 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:20 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3017) Move
event-related javascript code to shared library
In-Reply-To: <14257359.1207758114273.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13623913.1231596380475.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3017:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> Move event-related javascript code to shared library
> ----------------------------------------------------
>
> Key: RF-3017
> URL: https://jira.jboss.org/jira/browse/RF-3017
> Project: RichFaces
> Issue Type: Task
> Affects Versions: 3.2.0
> Reporter: Maksim Kaszynski
> Fix For: Future
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:20 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:20 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4247) inplaceSelect:
scroll appears after increasing page (Ctrl+scrollDown)
In-Reply-To: <31730497.1219253128788.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10519825.1231596380650.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4247:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceSelect: scroll appears after increasing page (Ctrl+scrollDown)
> ---------------------------------------------------------------------
>
> Key: RF-4247
> URL: https://jira.jboss.org/jira/browse/RF-4247
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.BETA4 (last snapshot before beta5)
> Tomcat 6
> FF 3
> Reporter: Tatyana Romanovich
> Priority: Minor
> Fix For: Future
>
> Attachments: inplaceSelectScrollAppears.avi
>
>
> 1. Go to the test-application
> 2. select inplaceSelect component
> 3. Increase page (press CTRL and scroll down mouse scroller)
> 4. Expand list of values for inplaceSelect
> FAILURE: see attached file
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:20 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:20 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5223) rich:listShuttle
not firing onlistchanged event in Chrome
In-Reply-To: <1178711.1228402537137.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5877516.1231596380790.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5223:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> rich:listShuttle not firing onlistchanged event in Chrome
> ---------------------------------------------------------
>
> Key: RF-5223
> URL: https://jira.jboss.org/jira/browse/RF-5223
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: Windows Vista x64 business, JSF 1.2_10, RF 3.3.0 BETA 2, Google Chrome
> Reporter: Jonathan Moores
> Fix For: Future
>
>
> Trying to attach a4j:support to the onlistchanged event and nothing is firing. I tried the attribute too (removed a4j:support leaving only attribute). Also no joy.
> listsHeight="150" onlistchanged="alert('listChanged');"
> targetValue="#{documentBean.current.customers}" var="customer"
> sourceCaptionLabel="Available Customers"
> targetCaptionLabel="Assigned Customers" orderControlsVisible="false"
> converter="customerConverter" >
>
>
>
>
>
>
>
>
> NOTE: Google Chrome!! IE7 and firefox 3 works ok.
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:20 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:20 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3955)
dataFilterSlider:following handlers doesn't work for the
component:"onSlideSubmit", "onmousemove", "ondblclick", "onmouseout",
"onkeyup", "onkeypress", "onkeydown", "onchange", "onmouseover", "onslide",
"onerror", "onmouseup", "onclick","onmousedown","onSlideSubmit"
In-Reply-To: <12422921.1216387912226.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5689392.1231596380921.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3955:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> dataFilterSlider:following handlers doesn't work for the component:"onSlideSubmit","onmousemove","ondblclick","onmouseout","onkeyup","onkeypress","onkeydown","onchange","onmouseover","onslide","onerror","onmouseup", "onclick","onmousedown","onSlideSubmit"
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-3955
> URL: https://jira.jboss.org/jira/browse/RF-3955
> Project: RichFaces
> Issue Type: Bug
> Components: docs updated
> Affects Versions: 3.2.2
> Environment: ie6, ie7, ff 3.0, safari 3.1, opera 9.5(3.2.2.BETA1)
> Reporter: Mikhail Vitenkov
> Fix For: Future
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:21 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:21 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3307) Richfaces Demo:
toolTip: JS errors
on calling toolTip from server and navigating to another page
In-Reply-To: <12248389.1209555148643.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <26444736.1231596381137.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3307:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> Richfaces Demo: toolTip: JS errors on calling toolTip from server and navigating to another page
> ------------------------------------------------------------------------------------------------
>
> Key: RF-3307
> URL: https://jira.jboss.org/jira/browse/RF-3307
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: 3.2.1.CR2
> FF
> Reporter: Tsikhon Kuprevich
> Fix For: Future
>
>
> 1. Open toolTip page.
> 2. Click toolBar in the navigation menu to go to toolBar demo page.
> 3. Immediately after click in item 2 hover mouse cursor over bottom-left area with the text "This tool-tip rendered on server in separate request."
> => The following JS error occurs:
> LOG is not defined
> onreadystatechange()framework.pack.js... (line 2170)
> [Break on this error] this._request.onreadystatechange=function(){if(window.document.documentElement!=...
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:21 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:21 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2607) PickList:
implements skinned
headers using the same rules as for ListShuttle Component.
In-Reply-To: <19653166.1205929610772.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2606372.1231596381306.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2607:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> PickList: implements skinned headers using the same rules as for ListShuttle Component.
> ---------------------------------------------------------------------------------------
>
> Key: RF-2607
> URL: https://jira.jboss.org/jira/browse/RF-2607
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.2.0
> Reporter: Ilya Shaikovsky
> Priority: Minor
> Fix For: Future
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:21 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:21 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3531) suggestionBox:
component disappear after scroll under Opera.
In-Reply-To: <25132752.1211567202594.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <5908814.1231596381960.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3531:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> suggestionBox: component disappear after scroll under Opera.
> ------------------------------------------------------------
>
> Key: RF-3531
> URL: https://jira.jboss.org/jira/browse/RF-3531
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: Opera(3.2.1.CR6).
> Reporter: Mikhail Vitenkov
> Fix For: Future
>
>
> Step 1. In component's input field enter character that math with a lot of records.
> Step 2. Scroll pop up.
> Actual behavior:
> After scroll pop up disappear.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:22 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:22 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3939) Gmap: "onkeyup",
"onkeydown" and
"onkeypress" events are not fired in Safari and Firefox.
In-Reply-To: <1078034.1216304512840.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7719977.1231596382156.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3939:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> Gmap: "onkeyup", "onkeydown" and "onkeypress" events are not fired in Safari and Firefox.
> -----------------------------------------------------------------------------------------
>
> Key: RF-3939
> URL: https://jira.jboss.org/jira/browse/RF-3939
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: Safari
> Firefox
> 3.2.2.BETA1
> Reporter: Alexander Dubovsky
> Priority: Minor
> Fix For: Future
>
>
> "onkeyup", "onkeydown" and "onkeypress" events are not fired for Gmap component in Safari and Firefox.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:22 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:22 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4346) move
clonePosition() to general utils
In-Reply-To: <29243616.1220033438447.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20372156.1231596382324.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4346:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> move clonePosition() to general utils
> -------------------------------------
>
> Key: RF-4346
> URL: https://jira.jboss.org/jira/browse/RF-4346
> Project: RichFaces
> Issue Type: Task
> Reporter: Vladimir Molotkov
> Priority: Minor
> Fix For: Future
>
>
> from combobox,inplaceSelect, suggestion components
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:23 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:23 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4493) pickList should
support grouping with selectItemGroup
In-Reply-To: <31259013.1221667167233.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24976547.1231596383043.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4493:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> pickList should support grouping with selectItemGroup
> -----------------------------------------------------
>
> Key: RF-4493
> URL: https://jira.jboss.org/jira/browse/RF-4493
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.3.0
> Reporter: Martin H?ller
> Fix For: Wishes
>
>
> Standard JSF components like support grouping of selectItems using the selectItemGroup component.
> It would be nice if could also support grouping. This would allow the picklist to be a full drop-in replacement.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:23 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:23 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2862) In-place select:
list is not hidden after scroll dragged in IE
In-Reply-To: <4041446.1206814179980.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <12824450.1231596383287.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2862:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> In-place select: list is not hidden after scroll dragged in IE
> --------------------------------------------------------------
>
> Key: RF-2862
> URL: https://jira.jboss.org/jira/browse/RF-2862
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE7
> Reporter: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
>
> 1. Set showControls=true
> 2. Set list height so that vertical scroll appears
> 3. Open list
> 4. Drag scroll
> 5. Click somewhere out of the component area
> List is not hidden
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:23 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:23 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4118) modalPanel:
using with
rich:inplaceSelect under Safari leads to: absence of inplaseSelect
component's popup list vertical scroll;
In-Reply-To: <22413372.1218184490825.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14767935.1231596383442.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4118:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> modalPanel: using with rich:inplaceSelect under Safari leads to: absence of inplaseSelect component's popup list vertical scroll;
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-4118
> URL: https://jira.jboss.org/jira/browse/RF-4118
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: safari 3.1(3.2.2.BETA3)
> Reporter: Mikhail Vitenkov
> Priority: Minor
> Fix For: Future
>
> Attachments: mpInplaceFaceletsSafari.png, mpInplaceJspSafari1.png
>
>
> # Create modalPanel with inplaceSelect inside following way:
> resizeable="true" keepVisualState="true" showWhenRendered="true">
>
> onclick="Richfaces.hideModalPanel('modalPanel2ID');return false;"
> value="Close">
> Close
>
>
>
>
>
>
>
>
>
> # Navigate on the page under Safari
> # Call inplaceSelect rich component's popup
> Actual behavior:
> Vertical scroll is absent. Plus under facelets(jsf1_2.09) popup appears in wrong place(see attached screenshot).
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:23 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:23 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4018) inplaceSelect:
if editEvent is
"onmousedown" that event will work but dropdown list won't appear
In-Reply-To: <13303850.1216980965325.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30615339.1231596383712.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4018:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceSelect: if editEvent is "onmousedown" that event will work but dropdown list won't appear
> ------------------------------------------------------------------------------------------------
>
> Key: RF-4018
> URL: https://jira.jboss.org/jira/browse/RF-4018
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.BETA2
> jsp, facelets
> test-application
> Tomcat 6
> Safari, FF3
> Reporter: Tatyana Romanovich
> Priority: Minor
> Fix For: Future
>
>
> 1. Open Safari or FF3 browser
> 2. Go to the application, select inplaseSelect component
> 3. Set editEvent="onmousedown"
> 4. Try to edit value in the inplaceInput
> FAILURE: dropdown list doesn't appear
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:23 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:23 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4309) comboBox: 'Home
/ End' keys do not work if attribute directInputSuggestions="true"
In-Reply-To: <17504057.1219837898932.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21897356.1231596383856.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4309:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> comboBox: 'Home / End' keys do not work if attribute directInputSuggestions="true"
> ----------------------------------------------------------------------------------
>
> Key: RF-4309
> URL: https://jira.jboss.org/jira/browse/RF-4309
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: richfaces-demo, test application (3.2.2.BETA5)
> All browsers
> Reporter: Alexander Dubovsky
> Priority: Minor
> Fix For: Future
>
>
> # Open richfaces-demo on Combo Box page
> # Select any item in 3th combo box (Combo Box with a simple String list as suggestions list) -> cursor in the end of input
> # Click 'Home' key (or 'Shift + Home' combination)
> Result: cursor stays in the end of input anyway
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:24 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:24 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2213) combobox: the
cursor blocks on the button
In-Reply-To: <15669349.1202485624107.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7102153.1231596384116.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2213:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> combobox: the cursor blocks on the button
> -----------------------------------------
>
> Key: RF-2213
> URL: https://jira.jboss.org/jira/browse/RF-2213
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Reporter: Aleksej Yanul
> Priority: Minor
> Fix For: Future
>
> Attachments: combobox(2213).JPG, Combobox.jsp
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:24 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:24 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5285) PickList:
onlistchanged,
onkeypress, onblur events do not work in some browsers.
In-Reply-To: <2150545.1228836948140.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <22875410.1231596384260.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-5285:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> PickList: onlistchanged, onkeypress, onblur events do not work in some browsers.
> --------------------------------------------------------------------------------
>
> Key: RF-5285
> URL: https://jira.jboss.org/jira/browse/RF-5285
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: 3.3.0.BETA3, jsp, facelets
> Reporter: Alexander Dubovsky
> Fix For: Future
>
>
> 1) "onlistchanged" does not work in Safari 3.2
> 2) "onkeypress" and "onblur" do not work in Safari 3.2, Firefox 3.0.4, IE6-7
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:24 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:24 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2012) listShuttle: the
"first" attribute doesn't work
In-Reply-To: <28193873.1201107767650.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <23585864.1231596384407.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2012:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> listShuttle: the "first" attribute doesn't work
> -----------------------------------------------
>
> Key: RF-2012
> URL: https://jira.jboss.org/jira/browse/RF-2012
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4
> Environment: CR1
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> Also, we have two lists in shuttle. In which one of them should this attribute be applied?
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:24 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:24 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-1967) OrderingList:
Ctrl+up/down doesn't work properly in Opera
In-Reply-To: <22359300.1201004001773.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7056892.1231596384649.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-1967:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> OrderingList: Ctrl+up/down doesn't work properly in Opera
> ---------------------------------------------------------
>
> Key: RF-1967
> URL: https://jira.jboss.org/jira/browse/RF-1967
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4
> Environment: JSF 1.2
> JRE 1.5
> tomcat 6
> Opera 9
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> 1. Click some row.
> 2. Press and hold Ctrl key.
> 3. Press up or down keyboard key
> => Focus is jumping over links and other controls at the page. The selected row doesn't change it's position in 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
From jira-events at lists.jboss.org Sat Jan 10 09:06:24 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:24 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3454) ComboBox: blank
space in the list bottom
In-Reply-To: <18750260.1211210474248.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <21565714.1231596384842.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3454:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ComboBox: blank space in the list bottom
> ----------------------------------------
>
> Key: RF-3454
> URL: https://jira.jboss.org/jira/browse/RF-3454
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE
> Reporter: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
> Attachments: screenshot-1.jpg
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:25 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:25 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2528) OrderingList:
rows disappear on a4j submit in FF
In-Reply-To: <32961143.1205516850487.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19706634.1231596385089.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2528:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> OrderingList: rows disappear on a4j submit in FF
> ------------------------------------------------
>
> Key: RF-2528
> URL: https://jira.jboss.org/jira/browse/RF-2528
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: 3.2.0.CR2
> FF
> Reporter: Tsikhon Kuprevich
> Fix For: Future
>
> Original Estimate: 5 hours
> Remaining Estimate: 5 hours
>
> 1. Open OL with 10 rows
> 2. Click 5th row
> 3. Click "move up" button
> 4. Perform AJAX Submit for the component's form
> 5. Click 10th row
> 6. Click "move up" button
> 7. Click "Refresh" browser button
> => Some row appears selected
> 8. Click some other row (but not the adjacent row)
> 9. Perform AJAX Submit for the component's form
> => There are 2 rows less in the list now
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:25 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:25 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4015) inplaceInput:
space in the text
between word and inplaceInput component was trimmed
In-Reply-To: <8612469.1216973385151.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <19857355.1231596385342.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4015:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceInput: space in the text between word and inplaceInput component was trimmed
> -----------------------------------------------------------------------------------
>
> Key: RF-4015
> URL: https://jira.jboss.org/jira/browse/RF-4015
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.BETA2
> facelets
> test-application
> Tomcat 6
> all browsers
> Reporter: Tatyana Romanovich
> Priority: Minor
> Fix For: Future
>
> Attachments: inplaceInputspace.gif
>
>
> 1. Go to the test application, select inplaceInput component
> 2. Verify inplaceInput in the text
> FAILURE: space in the text between word and inplaceInput component was trimmed
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:25 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:25 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-1984) OrderingList:
the "required" attribute doesn't work
In-Reply-To: <29887933.1201018955724.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10893969.1231596385788.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-1984:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> OrderingList: the "required" attribute doesn't work
> ---------------------------------------------------
>
> Key: RF-1984
> URL: https://jira.jboss.org/jira/browse/RF-1984
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.4
> Reporter: Tsikhon Kuprevich
> Priority: Minor
> Fix For: Future
>
>
> If required set to "true".
> If an empty collection is passed to OrderingList than no error messages appear after submit.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:25 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:25 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4422) inplaceSelect:
tab navigation saves
value for component with buttons and cancels in the component without
controls
In-Reply-To: <30134061.1220885498792.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33308096.1231596386000.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4422:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceSelect: tab navigation saves value for component with buttons and cancels in the component without controls
> ------------------------------------------------------------------------------------------------------------------
>
> Key: RF-4422
> URL: https://jira.jboss.org/jira/browse/RF-4422
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Tatyana Romanovich
> Fix For: Future
>
> Attachments: 4422.gif
>
>
> 1. Go to the demo site, select example for inplaceSelect component
> 2. In the first example expand list of values, select (don't press Enter key) by UP DOWN keys (or move mouse over) any value
> 3. Press tab key
> RESULT: value wasn't be selected. Default label is displayed
> 4. Repeat steps 2 - 3 for second or third examples (inplaceSelect with controls)
> FAILURE: value appeared as selected in the component.
> In my mind behavior should be the same as in the first example. Or vice versa.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:26 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:26 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-1420) OrderingList
create controlsType and allow use link and button rendering
In-Reply-To: <5181396.1195828218560.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <17356159.1231596386226.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-1420:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> OrderingList create controlsType and allow use link and button rendering
> ------------------------------------------------------------------------
>
> Key: RF-1420
> URL: https://jira.jboss.org/jira/browse/RF-1420
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.1.3
> Reporter: Ilya Shaikovsky
> Fix For: Future
>
>
> Check 1.13 specification revision to get reqs 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
From jira-events at lists.jboss.org Sat Jan 10 09:06:26 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:26 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4338) inplaceSelect in
the modalPanel:
scrolling moves drop down list of inplaceSelect component
In-Reply-To: <3699733.1220012739346.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <28866275.1231596386479.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4338:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inplaceSelect in the modalPanel: scrolling moves drop down list of inplaceSelect component
> ------------------------------------------------------------------------------------------
>
> Key: RF-4338
> URL: https://jira.jboss.org/jira/browse/RF-4338
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Environment: RF-3.2.2.CR1
> IE6,7,Safari, Opera 9.52
> Reporter: Tatyana Romanovich
> Fix For: Future
>
> Attachments: inplaceSelectScrolled.gif
>
> Original Estimate: 5 hours
> Remaining Estimate: 5 hours
>
> 1. Create any application with inplaceSelect component in the modalPanel, page should have vertical scroll
> 2. Run application, expand inplaceSelect in the modal panel
> 3. Try to scroll up and down list of values by mouse scroll wheel
> FAILURE: drop down list moves up (down) above (under) input field of inplaceSelect component and modal panel
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:29 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:29 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4762) width of
rich:column don't work with orderingList
In-Reply-To: <32163799.1225182861129.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11413862.1231596389119.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4762:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> width of rich:column don't work with orderingList
> -------------------------------------------------
>
> Key: RF-4762
> URL: https://jira.jboss.org/jira/browse/RF-4762
> Project: RichFaces
> Issue Type: Sub-task
> Affects Versions: 3.2.2
> Reporter: SIBUT Nicolas
> Fix For: Future
>
>
> The width attribute doesn't work with an orderingList :
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> It work good with a dataTable and the same code.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:29 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:29 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3686) listShuttle and
s:entityConverter
In-Reply-To: <28220751.1213221103428.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24914078.1231596389318.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-3686:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> listShuttle and s:entityConverter
> ----------------------------------
>
> Key: RF-3686
> URL: https://jira.jboss.org/jira/browse/RF-3686
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: JBoss 4.2 GA, Seam 2.0.2.SP1
> Reporter: Marcell Barbacena
> Fix For: Future
>
>
> Using s:entityConverter with listShuttle is losing managed entity having to do lots of queries after ajax event. Code:
> targetValue="#{bean.selected}" var="obj"
> copyControlLabel="Copy" removeControlLabel="Remove"
> copyAllControlLabel="Copy All" removeAllControlLabel="Remove All"
> orderControlsVisible="false" fastOrderControlsVisible="false"
> sourceCaptionLabel="Avaliable" targetCaptionLabel="Selected" >
>
>
>
> Number
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:29 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:29 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4466) ComboBox: The
onkeydown event
doesn't work when pressing enter (the component catches the enter key
itself, but forgets to pass it on).
In-Reply-To: <7762063.1221227841928.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <6069626.1231596389563.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-4466:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> ComboBox: The onkeydown event doesn't work when pressing enter (the component catches the enter key itself, but forgets to pass it on).
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-4466
> URL: https://jira.jboss.org/jira/browse/RF-4466
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2
> Reporter: Anton Belevich
> Priority: Minor
> Fix For: Future
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> This code stops event:
> fieldKeyDownHandler : function(event) {
> switch (event.keyCode) {
> case Event.KEY_RETURN :
> this.setValue(true);
> this.comboList.hideWithDelay();
> Event.stop(event);
> break;
> It is necessary for a cancelling of sending form at selecting item
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:06:31 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:06:31 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2479)
inputNumberSlider: minValue &
maxValue allow to input data with wrong type. String value is displayed on
rich:inputNumberSlider & leads to component hovering.
In-Reply-To: <30643441.1205325898000.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20918676.1231596391387.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-2479:
-------------------------------
Assignee: (was: Vladimir Molotkov)
> inputNumberSlider: minValue & maxValue allow to input data with wrong type. String value is displayed on rich:inputNumberSlider & leads to component hovering.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-2479
> URL: https://jira.jboss.org/jira/browse/RF-2479
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0
> Environment: IE6, IE7, FF, Safari(3.2.0.CR2)
> Reporter: Mikhail Vitenkov
> Priority: Minor
> Fix For: Future
>
> Attachments: inputNumberSliderMinMax.png
>
>
> Step 1. Navigate to page contained tested rich:inputNumberSlider component.
> Step 2. Set minValue attribute to "asfasdf" string value.
> Step 3. Verify value displayed as minValue on the inputNumberSlider component(left side).
> Step 4. Try to drag component's pointer.
> Step 5. Try to input any value in component's input box.
> Step 6. Repeat Step 2-5 for maxValue inputNumberSlider's attribute.
> Actual behavior:
> There are no restrictions to set minValue & maxValue attributes to value with wrong type(not int). After wrong value is inputed & displayed on component - component became disabled(input box & slider are disabled). For more information see attached inputNumberSliderMinMax.png
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:12:04 2009
From: jira-events at lists.jboss.org (Gleb Galkin (JIRA))
Date: Sat, 10 Jan 2009 09:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4989) Tool for
automatic release docs update
In-Reply-To: <24732922.1227107196605.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <11980244.1231596724368.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gleb Galkin updated RF-4989:
----------------------------
Attachment: (was: release.sh)
> Tool for automatic release docs update
> ---------------------------------------
>
> Key: RF-4989
> URL: https://jira.jboss.org/jira/browse/RF-4989
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: release.sh
>
>
> Create some tool which allow to update docs on every release automatically
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:12:04 2009
From: jira-events at lists.jboss.org (Gleb Galkin (JIRA))
Date: Sat, 10 Jan 2009 09:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4989) Tool for
automatic release docs update
In-Reply-To: <24732922.1227107196605.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20037981.1231596724716.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gleb Galkin updated RF-4989:
----------------------------
Attachment: release.sh
> Tool for automatic release docs update
> ---------------------------------------
>
> Key: RF-4989
> URL: https://jira.jboss.org/jira/browse/RF-4989
> Project: RichFaces
> Issue Type: Task
> Components: doc
> Affects Versions: 3.2.2
> Reporter: Svetlana mukhina
> Assignee: Gleb Galkin
> Fix For: 3.3.0
>
> Attachments: release.sh
>
>
> Create some tool which allow to update docs on every release automatically
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:12:04 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 09:12:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5628) add support to
load generated
js/css files using customCSSPack, customJSPack context params
In-Reply-To: <19590586.1231528144296.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <13287989.1231596724903.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5628.
--------------------------------
Resolution: Rejected
Assignee: Tsikhon Kuprevich (was: Anton Belevich)
Not necessary for now
> add support to load generated js/css files using customCSSPack, customJSPack context params
> --------------------------------------------------------------------------------------------
>
> Key: RF-5628
> URL: https://jira.jboss.org/jira/browse/RF-5628
> Project: RichFaces
> Issue Type: Sub-task
> Reporter: Anton Belevich
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.0
>
>
> When load strategy is ALL, user could define customCSSPack, customJSPack (names of the generated common js/css files ) context param in web.xml. Framework should look generated css and javascript files in the classpath or in the application and use it instead of ui.pack.js, skin.xcss, framework.pack.js.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:24:09 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 09:24:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <33134469.1231597449016.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5169:
---------------------------------
Attachment: (was: DemoPatient.java)
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:24:09 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 09:24:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16161778.1231597449473.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5169:
---------------------------------
Attachment: (was: DemoPatientProvider.java)
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:24:09 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 09:24:09 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <24338473.1231597449728.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5169:
---------------------------------
Attachment: (was: ExtendedDataTableBB.java)
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:24:10 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 09:24:10 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <7276825.1231597450086.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5169:
---------------------------------
Attachment: (was: ExtendedDataTableControlBean.java)
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:24:10 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 09:24:10 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <14675216.1231597450316.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5169:
---------------------------------
Attachment: (was: ExtendedDataTable.xhtml)
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:30:14 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 09:30:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32877795.1231597814253.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov updated RF-5169:
---------------------------------
Attachment: extendedDataTable.rar
> extendedDataTable: javax.servlet.ServletException caused by NPE take place after sorting.
> -----------------------------------------------------------------------------------------
>
> Key: RF-5169
> URL: https://jira.jboss.org/jira/browse/RF-5169
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA1) seam 2.1.0.SP1
> Reporter: Mikhail Vitenkov
> Assignee: Piotr Kawiak
> Priority: Critical
> Fix For: 3.3.0
>
> Attachments: extendedDataTable.rar
>
>
> #1. Add rich:extendedDataTable as shown in attachment.
> #2. Navigate to page & make sorting by header clicking.
> Actual behavior:
> 12:31:24,602 WARN [ExceptionFilter] handling uncaught exception
> javax.servlet.ServletException
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
> at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:565)
> at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:51)
> at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
> at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:307)
> at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:423)
> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:550)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NullPointerException
> at org.richfaces.renderkit.AbstractExtendedTableRenderer.doDecode(AbstractExtendedTableRenderer.java:1167)
> at org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1159)
> at org.ajax4jsf.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:1168)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
> at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
> at org.ajax4jsf.component.AjaxViewRoot$1.invokeContextCallback(AjaxViewRoot.java:392)
> at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:238)
> at org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:409)
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> ... 44 more
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:30:14 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Sat, 10 Jan 2009 09:30:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5621) Names of
components in richfaces-demo.
In-Reply-To: <11278603.1231519024782.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <3684756.1231597814632.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky updated RF-5621:
--------------------------------
Fix Version/s: Future
(was: 3.3.0)
Assignee: Lex Dmitriev (was: Ilya Shaikovsky)
Need to redraw icons according to one of the approaches.
> Names of components in richfaces-demo.
> --------------------------------------
>
> Key: RF-5621
> URL: https://jira.jboss.org/jira/browse/RF-5621
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.2, 3.3.0
> Reporter: Alexander Dubovsky
> Assignee: Lex Dmitriev
> Priority: Trivial
> Fix For: Future
>
> Attachments: 39.png, 40.png
>
>
> On some pages name of the component begins from Uppercase character => screen 39
> In other from lowercase => screen 40
> Should be the same - in uppercase.
> Should be corrected for
> * contextMenu
> * componentControl
> * recursiveTreeNodeAdaptor
> * treeNodeAdaptor
> * listShuttle
> * orderingList
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:45:04 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Sat, 10 Jan 2009 09:45:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5532) Check "params"
attribute using JSON syntax.
In-Reply-To: <15898696.1231201155355.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <10895467.1231598704669.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandr Levkovsky resolved RF-5532.
------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Alexandr Levkovsky)
Done.
> Check "params" attribute using JSON syntax.
> -------------------------------------------
>
> Key: RF-5532
> URL: https://jira.jboss.org/jira/browse/RF-5532
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:45:04 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Sat, 10 Jan 2009 09:45:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5622) richfaces-demo:
incorrect "Component Class Documentation" link on validators pages.
In-Reply-To: <14243523.1231519384275.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <32074052.1231598704869.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilya Shaikovsky resolved RF-5622.
---------------------------------
Resolution: Done
> richfaces-demo: incorrect "Component Class Documentation" link on validators pages.
> -----------------------------------------------------------------------------------
>
> Key: RF-5622
> URL: https://jira.jboss.org/jira/browse/RF-5622
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Alexander Dubovsky
> Assignee: Ilya Shaikovsky
> Priority: Optional
> Fix For: 3.3.0
>
> Attachments: 37.png
>
>
> # Navigate to AjaxValidator or BeanValidator or GraphValidator page in richfaces-demo
> # Verify "Component Class Documentation" link in upper left corner of the page
> Result: link to UIHotkey docs instaed of corresponded link. See screen shot.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:45:05 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Sat, 10 Jan 2009 09:45:05 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Work started: (RF-5533) Check
passing parameters using
f:params/f:param inside CC. Result should be the same as in previous case.
In-Reply-To: <6120499.1231201155591.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <2275338.1231598705285.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on RF-5533 started by Alexandr Levkovsky.
> Check passing parameters using f:params/f:param inside CC. Result should be the same as in previous case.
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5533
> URL: https://jira.jboss.org/jira/browse/RF-5533
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Alexandr Levkovsky
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:48:04 2009
From: jira-events at lists.jboss.org (Anton Belevich (JIRA))
Date: Sat, 10 Jan 2009 09:48:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-5637) create developer
sample
Message-ID: <27352292.1231598884099.JavaMail.jira@cloud.prod.atl2.jboss.com>
create developer sample
-----------------------
Key: RF-5637
URL: https://jira.jboss.org/jira/browse/RF-5637
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.3.0
Reporter: Anton Belevich
Assignee: Anton Belevich
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:50:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 09:50:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4866) rich:comboBox
non-braking space IE problem
In-Reply-To: <27619399.1225907556492.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <8423133.1231599004483.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-4866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov closed RF-4866.
--------------------------------
Assignee: Mikhail Vitenkov (was: Ilya Shaikovsky)
Verified at 3.3.0.CR3
> rich:comboBox non-braking space IE problem
> -------------------------------------------
>
> Key: RF-4866
> URL: https://jira.jboss.org/jira/browse/RF-4866
> Project: RichFaces
> Issue Type: Bug
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Mikhail Vitenkov
> Priority: Critical
> Fix For: 3.3.0
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> Populate combobox with items containing \u00a0 character (unicode non-braking space). Try to select such item.
> In Firefox everything works fine, but in IE it cant' handle it properly.
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:50:04 2009
From: jira-events at lists.jboss.org (Mikhail Vitenkov (JIRA))
Date: Sat, 10 Jan 2009 09:50:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-3348) fileUpload: in
case
disabled="true" when mouse pointer is over "Add" control - "Add" controll
have wrong style to display.
In-Reply-To: <5775486.1209830418358.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <25355632.1231599004826.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Vitenkov reassigned RF-3348:
------------------------------------
Assignee: Nick Belaevski (was: Mikhail Vitenkov)
> fileUpload: in case disabled="true" when mouse pointer is over "Add" control - "Add" controll have wrong style to display.
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-3348
> URL: https://jira.jboss.org/jira/browse/RF-3348
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.1
> Environment: IE
> Reporter: Mikhail Vitenkov
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
> Attachments: fileUploadHoveredDisAddButtonIE.png
>
>
> Step 1. Make disabled="true"
> Step 2. Mouse over "Add" controll
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:52:14 2009
From: jira-events at lists.jboss.org (Alexandr Levkovsky (JIRA))
Date: Sat, 10 Jan 2009 09:52:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5533) Check passing
parameters using
f:params/f:param inside CC. Result should be the same as in previous case.
In-Reply-To: <6120499.1231201155591.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <30777660.1231599134336.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandr Levkovsky resolved RF-5533.
------------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Alexandr Levkovsky)
Done.
> Check passing parameters using f:params/f:param inside CC. Result should be the same as in previous case.
> ---------------------------------------------------------------------------------------------------------
>
> Key: RF-5533
> URL: https://jira.jboss.org/jira/browse/RF-5533
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 09:58:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Sat, 10 Jan 2009 09:58:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5542) style and
classes, standard HTML attributes are output to client
In-Reply-To: <12529108.1231202045013.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <16877369.1231599484680.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5542.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> style and classes, standard HTML attributes are output to client
> ----------------------------------------------------------------
>
> Key: RF-5542
> URL: https://jira.jboss.org/jira/browse/RF-5542
> Project: RichFaces
> Issue Type: Sub-task
> Components: planning_all
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 10:00:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Sat, 10 Jan 2009 10:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5538) CommandButton:
Selenium Test
In-Reply-To: <26779259.1231201924085.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <565302.1231599604275.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov resolved RF-5538.
-----------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Andrei Markavtsov)
> CommandButton: Selenium Test
> ----------------------------
>
> Key: RF-5538
> URL: https://jira.jboss.org/jira/browse/RF-5538
> Project: RichFaces
> Issue Type: Feature Request
> Components: planning, planning_all
> Affects Versions: 3.3.1
> Reporter: Nick Belaevski
> Assignee: Tsikhon Kuprevich
> Fix For: 3.3.1
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 10:00:04 2009
From: jira-events at lists.jboss.org (Andrei Markavtsov (JIRA))
Date: Sat, 10 Jan 2009 10:00:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5480) Selenium Test:
refactoring failed tests
In-Reply-To: <4684141.1230553254262.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <18882762.1231599604647.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Markavtsov updated RF-5480:
----------------------------------
Due Date: 18/Jan/09 (was: 11/Jan/09)
> Selenium Test: refactoring failed tests
> ---------------------------------------
>
> Key: RF-5480
> URL: https://jira.jboss.org/jira/browse/RF-5480
> Project: RichFaces
> Issue Type: Task
> Components: planning
> Reporter: Andrei Markavtsov
> Assignee: Andrei Markavtsov
> Fix For: 3.3.0
>
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 10:03:14 2009
From: jira-events at lists.jboss.org (Ilya Shaikovsky (JIRA))
Date: Sat, 10 Jan 2009 10:03:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5622)
richfaces-demo: incorrect
"Component Class Documentation" link on validators pages.
In-Reply-To: <14243523.1231519384275.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <20903493.1231599794534.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447116#action_12447116 ]
Ilya Shaikovsky commented on RF-5622:
-------------------------------------
Note that ajax and bean validator has the same class and this is not a bug.
> richfaces-demo: incorrect "Component Class Documentation" link on validators pages.
> -----------------------------------------------------------------------------------
>
> Key: RF-5622
> URL: https://jira.jboss.org/jira/browse/RF-5622
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Alexander Dubovsky
> Assignee: Ilya Shaikovsky
> Priority: Optional
> Fix For: 3.3.0
>
> Attachments: 37.png
>
>
> # Navigate to AjaxValidator or BeanValidator or GraphValidator page in richfaces-demo
> # Verify "Component Class Documentation" link in upper left corner of the page
> Result: link to UIHotkey docs instaed of corresponded link. See screen shot.
--
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
From jira-events at lists.jboss.org Sat Jan 10 10:14:14 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Sat, 10 Jan 2009 10:14:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5601)
inputNumberSlider: incorrect slider icon view in Opera
In-Reply-To: <17777618.1231413674426.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <15505720.1231600454247.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447117#action_12447117 ]
Tsikhon Kuprevich commented on RF-5601:
---------------------------------------
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
Edit Node
> inputNumberSlider: incorrect slider icon view in Opera
> ------------------------------------------------------
>
> Key: RF-5601
> URL: https://jira.jboss.org/jira/browse/RF-5601
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: any
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Priority: Minor
> Attachments: ins-icon.gif
>
>
>
>
>
> inputPosition="#{inputNumberSlider.inputPosition}"
> orientation="#{inputNumberSlider.orientation}"
> value="#{inputNumberSlider.value}" width="#{inputNumberSlider.width}"
> height="#{inputNumberSlider.height}">
>
>
>
>
>
>
>
>
>
>
>
> required="false">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 10:14:14 2009
From: jira-events at lists.jboss.org (Tsikhon Kuprevich (JIRA))
Date: Sat, 10 Jan 2009 10:14:14 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5601)
inputNumberSlider: incorrect slider icon view in Opera
In-Reply-To: <17777618.1231413674426.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1178711.1231600454470.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447118#action_12447118 ]
Tsikhon Kuprevich commented on RF-5601:
---------------------------------------
package inputNumberSlider;
import javax.faces.event.ValueChangeEvent;
import org.richfaces.component.html.HtmlInputNumberSlider;
import util.componentInfo.ComponentInfo;
public class InputNumberSlider {
private boolean showArrows;
private String orientation;
private int inputSize;
private int maxlength;
private String requiredMessage;
private String inputPosition;
private String tabindex;
private String value;
private String height;
private String width;
private String minValue;
private String maxValue;
private String step;
private String btnLabel;
private String barStyle;
private String inputStyle;
private String tipStyle;
private String handleStyle;
private String valueChanged;
private boolean immediate;
private boolean required;
private boolean showToolTip;
private boolean disabled;
private boolean showInput;
private boolean rendered;
private boolean enableManualInput;
private boolean showBoundaryValues;
private HtmlInputNumberSlider htmlInputNumberSlider = null;
public void addHtmlInputNumberSlider(){
ComponentInfo info = ComponentInfo.getInstance();
info.addField(htmlInputNumberSlider);
}
public InputNumberSlider() {
showArrows=true;
orientation = "";
immediate = false;
rendered = false;
showToolTip = false;
requiredMessage = "requiredMessage work!";
inputPosition = "";
tabindex = "2";
value = "30";
inputSize = 5;
maxlength = 3;
width = "";
height = "";
minValue="10";
maxValue="100";
step="5";
btnLabel="On";
barStyle=null;
inputStyle=null;
tipStyle=null;
handleStyle=null;
disabled = false;
showInput=true;
rendered=true;
enableManualInput = true;
showBoundaryValues=true;
}
public void changeListener(ValueChangeEvent event) {
System.out.println("valueChangeListener " + event.toString());
}
public boolean isDisabled() {
return disabled;
}
public void setDisabled(boolean disabled) {
this.disabled = disabled;
}
public boolean isEnableManualInput() {
return enableManualInput;
}
public void setEnableManualInput(boolean enableManualInput) {
this.enableManualInput = enableManualInput;
}
public int getInputSize() {
return inputSize;
}
public void setInputSize(int inputSize) {
this.inputSize = inputSize;
}
public String getMaxValue() {
return maxValue;
}
public void setMaxValue(String maxValue) {
this.maxValue = maxValue;
}
public String getMinValue() {
return minValue;
}
public void setMinValue(String minValue) {
this.minValue = minValue;
}
public boolean isShowBoundaryValues() {
return showBoundaryValues;
}
public void setShowBoundaryValues(boolean showBoundaryValues) {
this.showBoundaryValues = showBoundaryValues;
}
public boolean isShowInput() {
return showInput;
}
public void setShowInput(boolean showInput) {
this.showInput = showInput;
}
public String getStep() {
return step;
}
public void setStep(String step) {
this.step = step;
}
public String getWidth() {
return width;
}
public void setWidth(String width) {
this.width = width;
}
public boolean isRendered() {
return rendered;
}
public void setRendered(boolean rendered) {
this.rendered = rendered;
}
public void doStyles()
{
if (getBarStyle() == null) {
setBtnLabel("Off");
setBarStyle("barStyle");
setInputStyle("inputStyle");
setTipStyle("tipStyle");
setHandleStyle("handleStyle");
} else {
setBarStyle(null);
setBtnLabel("On");
setInputStyle(null);
setTipStyle(null);
setHandleStyle(null);
}
}
public String getBarStyle() {
return barStyle;
}
public void setBarStyle(String barStyle) {
this.barStyle = barStyle;
}
public String getBtnLabel() {
return btnLabel;
}
public void setBtnLabel(String btnLabel) {
this.btnLabel = btnLabel;
}
public String getInputStyle() {
return inputStyle;
}
public void setInputStyle(String inputStyle) {
this.inputStyle = inputStyle;
}
public String getTipStyle() {
return tipStyle;
}
public void setTipStyle(String tipStyle) {
this.tipStyle = tipStyle;
}
public String getHandleStyle() {
return handleStyle;
}
public void setHandleStyle(String handleStyle) {
this.handleStyle = handleStyle;
}
public int getMaxlength() {
return maxlength;
}
public void setMaxlength(int maxlength) {
this.maxlength = maxlength;
}
public boolean isImmediate() {
return immediate;
}
public void setImmediate(boolean immediate) {
this.immediate = immediate;
}
public boolean isRequired() {
return required;
}
public void setRequired(boolean required) {
this.required = required;
}
public boolean isShowToolTip() {
return showToolTip;
}
public void setShowToolTip(boolean showToolTip) {
this.showToolTip = showToolTip;
}
public String getRequiredMessage() {
return requiredMessage;
}
public void setRequiredMessage(String requiredMessage) {
this.requiredMessage = requiredMessage;
}
public String getInputPosition() {
return inputPosition;
}
public void setInputPosition(String inputPosition) {
this.inputPosition = inputPosition;
}
public String getTabindex() {
return tabindex;
}
public void setTabindex(String tabindex) {
this.tabindex = tabindex;
}
public String getValue() {
return value;
}
public void setValue(String value) {
this.value = value;
}
public void handlerMethod(ValueChangeEvent event) {
valueChanged = (String)event.getNewValue();
System.out.println("strValueChangeListener: " + valueChanged);
}
public void bTest1(){
setMinValue("0");
setMaxValue("9");
setInputSize(1);
setInputPosition("right");
setEnableManualInput(true);
setValue("3");
setShowInput(true);
setStep("1");
setShowToolTip(true);
setShowBoundaryValues(true);
setShowInput(true);
setMaxlength(2);
}
public void bTest2(){
setMinValue("1000");
setMaxValue("99999");
setInputSize(10);
setInputPosition("left");
setEnableManualInput(false);
setValue("99999");
setShowInput(true);
setStep("50");
setShowToolTip(false);
setShowBoundaryValues(true);
setMaxlength(5);
}
public void bTest3(){
setMinValue("101");
setMaxValue("203");
setInputSize(4);
setInputPosition("left");
setEnableManualInput(false);
setValue("102");
setShowInput(true);
setStep("2");
setShowToolTip(false);
setShowBoundaryValues(true);
setMaxlength(6);
}
public void bTest4(){
setMinValue("10");
setMaxValue("12");
setInputSize(2);
setInputPosition("left");
setEnableManualInput(false);
setValue("102");
setShowInput(false);
setStep("2");
setShowToolTip(false);
setShowBoundaryValues(true);
setMaxlength(2);
}
public void bTest5(){
setMinValue("-99999");
setMaxValue("99999");
setInputSize(15);
setInputPosition("right");
setEnableManualInput(true);
setValue("103");
setShowInput(true);
setStep("2");
setShowToolTip(false);
setShowBoundaryValues(false);
setMaxlength(8);
}
public HtmlInputNumberSlider getHtmlInputNumberSlider() {
return htmlInputNumberSlider;
}
public void setHtmlInputNumberSlider(HtmlInputNumberSlider htmlInputNumberSlider) {
this.htmlInputNumberSlider = htmlInputNumberSlider;
}
public String getValueChanged() {
return valueChanged;
}
public void setValueChanged(String valueChanged) {
this.valueChanged = valueChanged;
}
public String getOrientation() {
return orientation;
}
public void setOrientation(String orientation) {
this.orientation = orientation;
}
public String getHeight() {
return height;
}
public void setHeight(String height) {
this.height = height;
}
public boolean isShowArrows() {
return showArrows;
}
public void setShowArrows(boolean showArrows) {
this.showArrows = showArrows;
}
}
> inputNumberSlider: incorrect slider icon view in Opera
> ------------------------------------------------------
>
> Key: RF-5601
> URL: https://jira.jboss.org/jira/browse/RF-5601
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Environment: any
> Reporter: Tsikhon Kuprevich
> Assignee: Tsikhon Kuprevich
> Priority: Minor
> Attachments: ins-icon.gif
>
>
>
>
>
> inputPosition="#{inputNumberSlider.inputPosition}"
> orientation="#{inputNumberSlider.orientation}"
> value="#{inputNumberSlider.value}" width="#{inputNumberSlider.width}"
> height="#{inputNumberSlider.height}">
>
>
>
>
>
>
>
>
>
>
>
> required="false">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 10:20:04 2009
From: jira-events at lists.jboss.org (Alexander Dubovsky (JIRA))
Date: Sat, 10 Jan 2009 10:20:04 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-5268) Editor: does
not work in modalPanel
In-Reply-To: <13910615.1228502376489.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <331571.1231600804194.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447119#action_12447119 ]
Alexander Dubovsky commented on RF-5268:
----------------------------------------
Workarownd is verified in 3.3.0.CR3
> Editor: does not work in modalPanel
> ------------------------------------
>
> Key: RF-5268
> URL: https://jira.jboss.org/jira/browse/RF-5268
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
>
--
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
From jira-events at lists.jboss.org Sat Jan 10 10:35:06 2009
From: jira-events at lists.jboss.org (Nick Belaevski (JIRA))
Date: Sat, 10 Jan 2009 10:35:06 -0500 (EST)
Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-5169)
extendedDataTable:
javax.servlet.ServletException caused by NPE take place after sorting.
In-Reply-To: <20451316.1227955187088.JavaMail.jira@cloud.prod.atl2.jboss.com>
Message-ID: <1693316.1231601706078.JavaMail.jira@cloud.prod.atl2.jboss.com>
[ https://jira.jboss.org/jira/browse/RF-5169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski resolved RF-5169.
--------------------------------
Resolution: Won't Fix
Assignee: Mikhail Vitenkov (was: Piotr Kawiak)
Use:
private Collection