문제

In Opera 16, the constraint validation bubbles no longer display. This can be recreated on the simplest of examples, compare what happens here in Opera and Chrome:

<form>
    <input required>
    <button>Go</button>
</form>

http://jsfiddle.net/tj_vantoll/7qPRm/

Since Opera is now Blink based, it should inherit Chrome's exact implementation, but this issue is not present in Chrome. Anybody know what's up?

Edit: This appears to be OS X only. Things seem fine on Windows.

도움이 되었습니까?

해결책

This was a bug in Opera 16 that was fixed in Opera 17.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top