You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple of times during the event I used my phone + wifi to type an incident report from Berlin rather than go down to HQ to type it up.
A frustrating element of this is that for whatever reason of how fields in the incident report form are (or are not) tagged with HTML attributes or CSS, LastPass thinks that every field (e.g., incident report summary line) on the IMS -- including the big textarea -- is a username field, and focusing each field repeatedly prompts me to unlock lastpass to use a saved credential.
I'm not sure why exactly LastPass was so zealous about wanting to fill out the form fields, but according to their support site (https://support.lastpass.com/help/how-do-i-prevent-fields-from-being-filled-automatically) the fix is trivial, just add the 'data-lpignore'=true attribute to the various <input> and <textarea> tags in the Incident editor and Incident Report editor pages.
The text was updated successfully, but these errors were encountered:
Regarding the config issue... I would tend to agree. The mobile app also doesn't have a ton of configuration options. I could blacklist the entire site from my phone but that's about it.
(I also wonder if it's because the <input> and <textarea> tags don't have a name attribute? It's generally pretty good about calling the correct form fields with few if any false positives, so there is something a bit hinky with the html on this site that is tripping it up.)
A couple of times during the event I used my phone + wifi to type an incident report from Berlin rather than go down to HQ to type it up.
A frustrating element of this is that for whatever reason of how fields in the incident report form are (or are not) tagged with HTML attributes or CSS, LastPass thinks that every field (e.g., incident report summary line) on the IMS -- including the big
textarea
-- is a username field, and focusing each field repeatedly prompts me to unlock lastpass to use a saved credential.I'm not sure why exactly LastPass was so zealous about wanting to fill out the form fields, but according to their support site (https://support.lastpass.com/help/how-do-i-prevent-fields-from-being-filled-automatically) the fix is trivial, just add the
'data-lpignore'=true
attribute to the various<input>
and<textarea>
tags in the Incident editor and Incident Report editor pages.The text was updated successfully, but these errors were encountered: