[JBoss JIRA] Created: (RF-1996) contextMenu: Not correctly works contextMenu in tabPanel
by Aleksej Yanul (JIRA)
contextMenu: Not correctly works contextMenu in tabPanel
--------------------------------------------------------
Key: RF-1996
URL: http://jira.jboss.com/jira/browse/RF-1996
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
// If is contextMenu in <rich:tablePanel> and in <rich:tab>.
// Then contextMenu which in <rich:tab> it is not displayed
<rich:tabPanel id="tpcmTestID" switchType="client">
<rich:tab id="t1cmTestID" label="tab1">
<rich:contextMenu submitMode="ajax" disableDefaultMenu="true">
<rich:menuItem icon="/pics/header.png" value="tab1" reRender="cmInfoID">
<f:param name="cmdParam" value="tab1" />
</rich:menuItem>
</rich:contextMenu>
<h:outputText value="text1" />
</rich:tab>
<rich:tab id="t2cmTestID" label="tab2">
<rich:contextMenu submitMode="ajax" disableDefaultMenu="true">
<rich:menuItem icon="/pics/header.png" value="tab2" reRender="cmInfoID">
<f:param name="cmdParam" value="tab2" />
</rich:menuItem>
</rich:contextMenu>
<h:outputText value="text2" />
</rich:tab>
<rich:contextMenu submitMode="ajax" disableDefaultMenu="true">
<rich:menuItem icon="/pics/header.png" value="tab2" reRender="cmInfoID">
<f:param name="cmdParam" value="global" />
</rich:menuItem>
</rich:contextMenu>
</rich:tabPanel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (RF-1495) ListShuttle attributes. Differences in specification in comparison with listShuttle.xml
by Alexander Francuzov (JIRA)
ListShuttle attributes. Differences in specification in comparison with listShuttle.xml
---------------------------------------------------------------------------------------
Key: RF-1495
URL: http://jira.jboss.com/jira/browse/RF-1495
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Alexander Francuzov
Assigned To: Nick Belaevski
Attributes which exist in specification and do not exist in listShuttle.xml:
var
controlsType
controlsHorizontalAlign
controlsVerticalAlign
disabled
captionLabel
listClass
selectedRowClass
activeRowClass
disabledRowClass
selectedCellClass
activeCellClass
disabledCellClass
controlsClass
topControlClass
bottomControlClass
upControlClass
downControlClass
disabledControlClass
rowClasses
cellClasses
onorderchange
onorderchanged
ontopcontrolclick
onupcontrolclick
ondowncontrolclick
onbottomcontrolclick
onclick
onmouseover
onmouseout
onmousemove
oncaptionclick
Attributes which exist in listShuttle.xml and do not exist in specification:
+ submittedValue
+ submittedStrings
+ localValueSet
+ valid
+ validator
/1 sourceListWidth
/2 targetListWidth
+ listsHeight
+moveControlsVisible
+fastMoveControlsVisible
+copyAllControlLabel
+copyControlLabel
+removeControlLabel
+removeAllControlLabel
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (RF-1442) discrepancy funcSpec and components
by Aleksej Yanul (JIRA)
discrepancy funcSpec and components
-----------------------------------
Key: RF-1442
URL: http://jira.jboss.com/jira/browse/RF-1442
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Aleksej Yanul
Assigned To: Svetlana mukhina
Attributes which are in a component:
id; attached; event; rendered; submitMode; disableDefaultMenu;
attributes that are not presented in the FuncSpec:
disableDefaultMenu
attributes that are not presented in the component:
Disabled; showDelay; hideDelay; Direction; popupWidth; jointPoint; horizontalOffset; verticalOffset; selectItemStyle;
selectItemClass; disabledItemStyle; disabledItemClass; styleClass; Style; itemStyle; itemClass; Oncollapse; Onexpand;
Onmouseout; Onmousemove; Onmouseover; Onitemselect; Ongroupactivate; attached;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (RF-2644) Problem with scrollableDataTable and seam link
by Rainer Flicker (JIRA)
Problem with scrollableDataTable and seam link
----------------------------------------------
Key: RF-2644
URL: http://jira.jboss.com/jira/browse/RF-2644
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: RichFaces 3.2.0.CR3
JBoss Seam 2.0.1.GA
JSF 1.2 + Facelets 1.1.14
JBoss 4.2.2.GA
JDK 1.5.0_11
Reporter: Rainer Flicker
Seam Link with scrollableDataTable links for each item to the last item of the table.
E.g. selecting item 10 of 20 opens item 20. The link shown in a browser is always the same.
------ xhtml snippet ---------------------------------------------------------------------------------------------------
<rich:scrollableDataTable value="#{findings}" var="finding"
height="600px" sortMode="single" width="700px">
<rich:column width="355px" sortExpression="#{finding.title}">
<f:facet name="header">
<h:outputText styleClass="headerText" value="Name" />
</f:facet>
<h:outputText value="#{finding.title}" />
</rich:column>
<rich:column width="60px" style="text-align:center" sortable="false">
<f:facet name="header">
<h:outputText styleClass="headerText" value="Details" />
</f:facet>
<s:link action="#{findingDetailsManager.select(finding)}">
<h:graphicImage id="editimage" url="/img/buttons/edit.gif" alt="Details"></h:graphicImage>
</s:link>
</rich:column>
</rich:scrollableDataTable>
------------------------------------------------------------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months