Safari

时间:2018-01-30 21:44:42

标签: html input safari

我在网页上有大约10个输入字段。在其中两个字段中,当我将光标放在这些字段中时,字段上会出现一个奇怪的图标,一旦我选中或点击它就会消失。这只发生在Safari上,而不是在Firefox或Chrome上。

使用光标: This is the field with the cursor in it

没有光标: This is the field without the cursor

我认为它可能是LastPass,所以我在开发菜单中关闭了Extensions。

以下是其中一个字段的确切来源:

<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>

0 个答案:

没有答案
相关问题