Skip to content

Commit

Permalink
Prevent tooltips from not disappearing when the update dialog is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Oct 23, 2024
1 parent 16b8f35 commit ae4170a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
rendered="#{comparison.selection eq reimportEnum.KEEP}"
icon="fa fa-long-arrow-left fa-lg">
<p:tooltip for="selectOldValuesButton"
hideEvent="mouseleave click"
position="bottom">
#{msgs['dataEditor.updateMetadata.modeKeep']}
</p:tooltip>
Expand All @@ -125,6 +126,7 @@
rendered="#{comparison.selection eq reimportEnum.ADD}"
icon="fa fa-arrows-h fa-lg">
<p:tooltip for="selectBothValuesButton"
hideEvent="mouseleave click"
position="bottom">
#{msgs['dataEditor.updateMetadata.modeExtend']}
</p:tooltip>
Expand All @@ -138,6 +140,7 @@
rendered="#{comparison.selection eq reimportEnum.REPLACE}"
icon="fa fa-long-arrow-right fa-lg">
<p:tooltip for="selectNewValuesButton"
hideEvent="mouseleave click"
position="bottom">
#{msgs['dataEditor.updateMetadata.modeReplace']}
</p:tooltip>
Expand Down

0 comments on commit ae4170a

Please sign in to comment.