Comment 5 for bug 1450243

Revision history for this message
Olivier Tilloy (osomon) wrote : Re: Stuck on select element during app store purchase

This is indeed a crash in oxide, which wasn’t present in 1.6.

I’m able to reproduce with this simple standalone QML scene:

import QtQuick 2.0
import Ubuntu.Web 0.2
WebView {
    url: "http://www.quackit.com/html_5/tags/html_select_tag.cfm"
}