سؤال

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