I have a <p:dataTable>
with <p:column selectionMode="multiple">
.
<p:dataTable id="someAppDto" var="someAppDto" widgetVar="someAppDtoWV"
value="#{someBean.requestedApplList}"
style="width:96%" rows="100" paginator="true" scrollable="true" scrollHeight="300"
selection="#{someBean.dvoList}" rowSelectMode="checkbox"
rowKey="#{someAppDto.m_nDVOId}"
paginatorTemplate="{FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {RowsPerPageDropdown}"
filteredValue="#{someBean.requestedApplListFltr}" rowsPerPageTemplate="10,50,100" resizableColumns="true" liveResize="true">
...
<p:column selectionMode="multiple" style="width:10px;"/>
...
</p:dataTable>
The same code has been working since past 10 years without any issues. However since last 3-4 weeks, we see these weird icons in the checkboxes. It is not impacting any functionalities, Only creating confusions. So our end users want to fix it.
Upon checking the check box, the weired characters gone. But when uncheck, it comes back again. I tried to create a jsfiddle for this, but I couldn't reproduce. So posting screenshots from Inspect Element in chrome browser.
Yes, I did delete browser cache and tried, no luck.