Hi,
I'm having a tooltip (prompt) issue on a TextItem control embedded within a listGrid. The TextItem
control has an icon on which I've configured a prompt (hover tooltip). My listGrid is
configured with editByCell = true. The tooltip prompt appears only when I first hover on the
edit portion of the TextItem prior to hovering its icon. If I hover the icon portion directly, the
prompt doesn't show up.
I don't get this behavior when my TextItem is embedded directly in a top-level DynamicForm,
not inside a listGrid.
Is there anything that can be done to fix this behavior as this currently forces our users to first
move their mouse over the text portion of the field, followed by a hover on the icon itself ?
Kind regards,
I'm having a tooltip (prompt) issue on a TextItem control embedded within a listGrid. The TextItem
control has an icon on which I've configured a prompt (hover tooltip). My listGrid is
configured with editByCell = true. The tooltip prompt appears only when I first hover on the
edit portion of the TextItem prior to hovering its icon. If I hover the icon portion directly, the
prompt doesn't show up.
I don't get this behavior when my TextItem is embedded directly in a top-level DynamicForm,
not inside a listGrid.
Is there anything that can be done to fix this behavior as this currently forces our users to first
move their mouse over the text portion of the field, followed by a hover on the icon itself ?
Kind regards,
Comment