I am facing an issue with setting text-overflow to :text-overflow:ellipsis. The problem arises when the input text exceeds the length that I have specified, it does not show in ellipsis. Below is a snippet of the code:
<td align="left" width="220px">
<h:inputText id="id_NETypeInput" value="" style="width:200px;font-size:12px;align:left;text-shadow: 1px 2px 3px rgba(0,0,0,0.5);text-overflow:ellipsis;"
styleClass="otEditField"
onclick="#{rich:component('ruleTypeSelectPanel')}.show()" />
</td>
Would appreciate any feedback on this issue. Thank you.