Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Only show prompt/tooltip when value is cut off

    Hi,

    Would it be possible at all to show the value of a FormItem in the tooltip, but only when the value is too long for the FormItem?

    Same question for grid cells: so when a user resizes a column where some values aren't shown anymore, only then the tooltip should appear with mouse hover.


    TIA

    #2
    Unfortunately, the behavior of showing a hover *only* when a value is clipped is much much harder than it looks because browser APIs for reporting sizes are broken in a different way in every browser, and are particularly bad when it comes to tables. This would be something to sponsor.

    Comment

    Working...
    X