Page 1 of 1

Tab action in selectOneMenu in cell editor column of datatable not functioning

Posted: 10 May 2017, 21:59
by moffit
I have a situation where I cannot right tab from a <p:selectOneMenu> to any other element when the <p:selectOneMenu> is within an editable datatable.

E.G.

<p:column headerText="Status" id="status">
<p:cellEditor>
<f:facet name="output">
<span style="display: inline-block; width: 100%; height: 100%">
<h:outputText value="#{workOrder.stage.status.description}" />
</span>
</f:facet>
<f:facet name="input">
<p:selectOneMenu value="#{workOrder.stage.status}" id="workOrderStatus" converter="omnifaces.SelectItemsConverter" style="width: 75%;">
<f:selectItems value="#{manufacturingOrderController.stageStatuses}" var="status"
itemLabel="#{status.description}" itemValue="#{status}" />
</p:selectOneMenu>
</f:facet>
</p:cellEditor>
</p:column>

If I switch to an <h:selectOneMenu> it will work without issue. This behaviour occurs with PF 5.3 as well as PF 6.0.

Could you please investigate.

Thank You

Re: Tab action in selectOneMenu in cell editor column of datatable not functioning

Posted: 14 May 2017, 22:19
by mert.sincan
I think it isn't a Layout or Theme issue. Please use PrimeFaces core forum; viewforum.php?f=3