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

Locked
moffit
Posts: 4
Joined: 17 Jul 2013, 20:22

10 May 2017, 21:59

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

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

14 May 2017, 22:19

I think it isn't a Layout or Theme issue. Please use PrimeFaces core forum; viewforum.php?f=3

Locked

Return to “Adamantium”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests