ScottLogic / prompt-injection

Application which investigates defensive measures against prompt injection attacks on an LLM, with a focus on the exposure of external tools.
MIT License
15 stars 10 forks source link

598 better tooltips #751

Closed gsproston-scottlogic closed 8 months ago

gsproston-scottlogic commented 8 months ago

Description

No longer using title on buttons to show tooltips. We were seeing issues where if the button was focused, the tooltip would either be shown nowhere near the button (on Edge) or not shown at all (on Firefox). Now, we're using a div, as recommended here.

Screenshots

Level select button:

image

Defence config reset button:

image

Sending button:

image

Notes

Concerns

Checklist

Have you done the following?