Tip does not work with ITEM set Display Only
Closed this issue · 1 comments
rvnobre commented
Expected behavior
On a dialog i have a field with Display Only qnd tip does not fire, either hover or click.
Actual behavior
It only work when Item set to Text Field
Steps to reproduce the issue
APEX version (4.2.6 / 5.0.3)
Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)
Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)
Dani3lSun commented
That's because it's not an input field anymore and the ID of the html element doesn't exist...
You have to do it via an JQuery Selector, e.g.
#P1_YOUR_ITEM_DISPLAY
So it is the item name + "_DISPLAY"