PDA

View Full Version : Jqwidgets and QtWebKit dropdownlist



Tom Deblauwe
6th June 2014, 13:29
Hello,

I am running ubuntu 14.04 with Qt 5.2 and I am looking into the webkit examples. I want to display a HTML application made with the "jqwidgets" library, however, the dropdownlist is not working when viewed with the "browser" or "fancybrowser" example browsers that are available in the qt5webkit-examples package. You can test it here on this page: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdropdownlist/index.htm?(arctic)

In chromium it works and I see a dropdownlist, but when running the qtwebkit demo browser, the dropdown is not working. I have already changed the qtwebkit example to have the userAgent be the Chromium user agent, and I also tried the Mozilla Firefox user agent, but that didn't help. Anyone has any ideas what could be wrong?

Thanks
Best regards,
Tom,

ChrisW67
6th June 2014, 21:27
Is JavaScript enabled through QWebSettings::setAttribute()?