Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in spinner component (breakline) inside a datatable #1501

Open
glaydsongmv opened this issue Jun 1, 2022 · 1 comment
Open

Bug in spinner component (breakline) inside a datatable #1501

glaydsongmv opened this issue Jun 1, 2022 · 1 comment

Comments

@glaydsongmv
Copy link

I'm using Joinfaces v4.5.3 and I have a bug with Spinner Primefaces Component inside a datatable, as show in image bellow:

image

The arrows of the Spinner have a breakline. I'm using the Spinner Component in a RowEditor in a column, here's part of my code:

<p:column headerText="Acccess Level" width="160px"> <p:cellEditor> <f:facet name="output"> <h:outputText value="#{item.accessLevel}"> <f:convertNumber maxFractionDigits="0" integerOnly="true" locale="pt_BR" /> </h:outputText> </f:facet> <f:facet name="input"> <p:spinner id="accessLevel" min="0" max="9" maxlength="2" decimalPlaces="0" value="#{item.accessLevel}" /> </f:facet> </p:cellEditor> </p:column>

Using the Spinner component outside datatable works fine. Thanks.

@larsgrefer
Copy link
Member

I don't think this problem is related to JoinFaces but to Primefaces itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants