Hi Isomorphic,
I'm trying to implement a scenario that a prompt (tooltip) of a button is presented to the user as a result of an action of another control and not when hovering it.
I tried two options:
1. use the button prompt and force present it by script.
2. use sc.showPrompt and position it near the button.
I believe the latter is the better option but I didn't find a way to handle that.
Entirely different alternative is the use of CSS pseudo elements which seems to work well up to the point of z-index which makes the tool tip become hidden.
I'm using SC v12.1p_2020-06-09
Thanks!
I'm trying to implement a scenario that a prompt (tooltip) of a button is presented to the user as a result of an action of another control and not when hovering it.
I tried two options:
1. use the button prompt and force present it by script.
2. use sc.showPrompt and position it near the button.
I believe the latter is the better option but I didn't find a way to handle that.
Entirely different alternative is the use of CSS pseudo elements which seems to work well up to the point of z-index which makes the tool tip become hidden.
I'm using SC v12.1p_2020-06-09
Thanks!
Comment