[JBoss JIRA] Created: (RF-7922) RenderPhaseDataScrollerVisitor does not work with Tomahawk AliasBean Component
by Mirko Sertic (JIRA)
RenderPhaseDataScrollerVisitor does not work with Tomahawk AliasBean Component
------------------------------------------------------------------------------
Key: RF-7922
URL: https://jira.jboss.org/jira/browse/RF-7922
Project: RichFaces
Issue Type: Bug
Components: component-tables
Affects Versions: 3.3.1
Reporter: Mirko Sertic
The default RenderPhaseDataScrollerVisitor does not work with the Tomahawk AliasBean Component.
Basically, it is invoked by a PhaseListener. It recomputes the model size of the bound UIData and does some other stuff. And here starts the problem. When i use a t:aliasBean to define the datamodel for the UIData, it does not work, as the aliasBean component sets and unsets the alias during its lifecycle processing.
Now, the RenderPhaseDataScrollerVisitor is invoked before the aliasBean can do its job. An empty DataModel is created and put to the modelmap. Later, aliasBean does it work, and the UIData tries to render. Instead of asking again for the datamodel, it uses the empty model from the modelmap, and thus the table is empty.
I know that it is somehow difficult to support every component, but at least it should be supported to disable the RenderPhaseDataScrollerVisitor in some way, or provide my own implementation for it
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-7986) inplaceSelect: allows String value only without specifying converter.
by Ilya Shaikovsky (JIRA)
inplaceSelect: allows String value only without specifying converter.
---------------------------------------------------------------------
Key: RF-7986
URL: https://jira.jboss.org/jira/browse/RF-7986
Project: RichFaces
Issue Type: Bug
Components: component-input
Affects Versions: 3.3.2.GA
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Fix For: Future
should allow the same value bindings as standard selectOne.
<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
defaultLabel="Click here to edit">
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
<f:selectItem itemValue="2" itemLabel="Option 3" />
<f:selectItem itemValue="3" itemLabel="Option 4" />
<f:selectItem itemValue="4" itemLabel="Option 5" />
</rich:inplaceSelect>
<h:selectOneMenu value="#{inplaceComponentsBean.inputValue}"
>
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
<f:selectItem itemValue="2" itemLabel="Option 3" />
<f:selectItem itemValue="3" itemLabel="Option 4" />
<f:selectItem itemValue="4" itemLabel="Option 5" />
</h:selectOneMenu>
where value - int works differently but should works int the same 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
13 years, 10 months
[JBoss JIRA] Created: (RF-7431) extendedDataTable: menu icon is displayed in wrong place in firefox, if header or caption facet is defined
by Vadim Mikovoz (JIRA)
extendedDataTable: menu icon is displayed in wrong place in firefox, if header or caption facet is defined
----------------------------------------------------------------------------------------------------------
Key: RF-7431
URL: https://jira.jboss.org/jira/browse/RF-7431
Project: RichFaces
Issue Type: Bug
Components: component-tables
Affects Versions: 3.3.2.CR1
Environment: v.3.3.2-SNAPSHOT
firefox 3.0
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
<rich:extendedDataTable id="myExtendedDataTableID"
value="#{dataScroller.dataTable}" var="dT">
<f:facet name="caption">
<h:outputText value="My caption" />
</f:facet>
<rich:column label="first column">
<f:facet name="header">
<h:outputText value="first" />
</f:facet>
<h:outputText value="#{dT.str0}" />
</rich:column>
<rich:column label="second column">
<f:facet name="header">
<h:outputText value="second" />
</f:facet>
<h:outputText value="#{dT.int0}" />
</rich:column>
</rich:extendedDataTable>
1. Open test page
2. Move mouse over any column header
-------------------------------------------------------
menu icon is appeared on caption (see attachment)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-7916) Javascript error when having non escaped apostrophe in rich:calendar labels
by Julien Kronegg (JIRA)
Javascript error when having non escaped apostrophe in rich:calendar labels
---------------------------------------------------------------------------
Key: RF-7916
URL: https://jira.jboss.org/jira/browse/RF-7916
Project: RichFaces
Issue Type: Bug
Components: component-output
Affects Versions: 3.3.0
Environment: Seam 2.1.2, Richfaces 3.3.0
Reporter: Julien Kronegg
Priority: Minor
Richfaces Calendar labels can be translated/i18n by adding the following properties in the resource bundle (e.g. messages.properties):
RICH_CALENDAR_TODAY_LABEL
RICH_CALENDAR_CLEAN_LABEL
RICH_CALENDAR_APPLY_LABEL
RICH_CALENDAR_CLOSE_LABEL
RICH_CALENDAR_OK_LABEL
RICH_CALENDAR_CANCEL_LABEL
The problem is that a Javascript error occurs when the property value contain a non escaped apostrophe ('), for example with RICH_CALENDAR_TODAY_LABEL=Aujourd'hui (french label for today):
Error: missing } after property list
Source Code: labels:{apply:'Appliquer', today:'Aujourd'hui', clean:'Effacer', cancel:'Annuler', ok:'Ok', close:'X'},
Richfaces should escape automatically unescaped apostrophes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-7709) realworld/ui: Albums tooltips are present shelves names in My shelves tree
by Inna Shchibrya (JIRA)
realworld/ui: Albums tooltips are present shelves names in My shelves tree
--------------------------------------------------------------------------
Key: RF-7709
URL: https://jira.jboss.org/jira/browse/RF-7709
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.2.CR1
Environment: All browsers
Local
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
Priority: Minor
Attachments: tooltip_albums.png
Precondition: Login to the application as a user with shelves and albums.
1. Move the mouse over a shelf name in My shelves tree. --> Tooltip with the shelf name has appeared. It's ok.
2. Open the shelf in My shelves tree. --> Albums of this shelf are present in My shelves tree. It's ok.
3. Move the mouse over an album name. --> Tooltip with the shelf name has appeared. See attachment.
Expected result: Tooltip with the album name should 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
13 years, 10 months
[JBoss JIRA] Created: (RF-7710) realworld/ui: Sometimes the pop-up window with confirmation message is not visible
by Inna Shchibrya (JIRA)
realworld/ui: Sometimes the pop-up window with confirmation message is not visible
----------------------------------------------------------------------------------
Key: RF-7710
URL: https://jira.jboss.org/jira/browse/RF-7710
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.2.CR1
Environment: All browsers
Local
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
Priority: Minor
Precondition: Login to the application as a user with shelves, albums and images.
1. Click on the image from My shelves tree.
2. Scroll down the page and click on Delete button. --> The page is disabled but the pop-up window with confirmation message is not visible.
3. Scroll up the page. --> The pop-up window with confirmation message is visible.
Expected result: The pop-up window with confirmation message should be visible on that part of the page where the user is.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-7715) realworld/ui: Long name of the image is cut on the page
by Inna Shchibrya (JIRA)
realworld/ui: Long name of the image is cut on the page
-------------------------------------------------------
Key: RF-7715
URL: https://jira.jboss.org/jira/browse/RF-7715
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.2.CR1
Environment: All browsers
Local
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
Priority: Minor
Attachments: long_image_name.png
Precondition: Login as a user with shelves, albums and images.
1. Click on some image from My shelves tree.
2. Click on the image name on the page.
3. Change it on the name with more than 100 symbols and press Enter. --> The name of the image is cut. See attachment.
Expected result: Long name of the image shouldn't be cut or should has a tooltip with the whole name.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months