0

I have about 10 input fields on a web page. In two of those fields, a strange icon will appear on the field when I put the cursor in those fields, which disappears as soon as I tab or click away. This only happens on Safari, not on Firefox or Chrome.

With cursor: This is the field with the cursor in it

Without cursor: This is the field without the cursor

I thought it might be LastPass doing it, so I turned off Extensions in the Develop menu.

Here is the exact source for one of the fields:

<tr name="cargo" data-seat="cargo_cabin">
                            <td>
                                Cargo Cabin
                            </td>
                            <td class="text-right" colspan="2">
                                <input name="cargo_weight" value="" class="text-right"
                                    type="text"/>
                            </td>
                            <td>
                                <input type="text" name="cargo_arm"
                                    class="form-control-plaintext text-right" readonly
                                    value="357.50"/>
                            </td>
                            <td name="cargo_moment">
                                <input type="text" name="cargo_moment"
                                    class="form-control-plaintext text-right" readonly value=""/>
                            </td>
                        </tr>
Paul Tomblin
  • 179,021
  • 58
  • 319
  • 408
  • 2
    Have you tried this? https://stackoverflow.com/a/42516054/9285506 – ddr45 Jan 30 '18 at 21:49
  • @ddr45 I had to change it to `-web-contacts-auto-fill-button` instead of `-web-credentials-auto-fill-button`, but that did the trick. – Paul Tomblin Jan 30 '18 at 21:54
  • So, @ddr45 (and anybody else): Do I delete this, close it as a duplicate, or do I get you to write an answer so I can accept it? – Paul Tomblin Jan 30 '18 at 22:00

0 Answers0