There are so many xd
Ive seen people ask about newlines quite a lot on here tho, maybe this one could be worth adding into the docs and the designer:p
Also a good one is overflow:overlay, its missing from the dropdown (last time i checked)
(combined with some custom scrollbar styles to make them a bit transparent)
overlay:
Is there any way for a tooltip to become a popup tip when viewed from a touch device? creating separate interfaces displaying the same content for non-touch and touch devices is very expensive.
thank you
Is there a way to show the tooltips for all components in a view?
All my components has their tagname as tooltip, if I could show every tooltip with a single clickbutton that would be nice.
@cmallonee, would it make sense to add a toggleTooltip() option? Alternatively, is there a way to determine whether tooltip is currently shown?
For now I expect to implement this with a property and property change script so state is remembered.
EDIT: This may be useful for another use case where long dismiss delays are desired, but in our use case, requestTooltip works well on its own now that I realized dismiss delay applies when tooltip is requested by script as well as mouseover.