1
我的密碼輸入欄看起來是這樣的:Safari瀏覽器將不允許與輸入pssword互動,同時允許輸入到其他輸入字段
<input class="genericButton" id="login-password" type="password" name ="password" placeholder="Password">
而在Chrome中,一切工作正常:我能夠輸入我的密碼並繼續。然而,在Safari中,我可以輸入我的登錄名(類似的輸入字段),但是當我點擊密碼字段時,什麼也沒有發生。 This is what it looks like when I focus on the password field。
And this is how I want it to work (as seen in Chrome.)
這是我看着別人解決方案like this之一,但似乎沒有任何工作的CSS
.genericButton {
font-family: 'Roboto';
font-weight: 300;
background-color: rgba(50,50,50,0.3);
color: aliceblue;
transition: 0.25s;
width: 190px;
font-size: 1em;
}
。
預先感謝您。
有什麼問題?它應該如何表現?給我們從鉻合影照片! – Konstantinos
添加圖片。感謝 – mdrjjn
你可以在'=' – Konstantinos