Results 1 to 13 of 13

Thread: Issue with interactivity loaded on the qgraphicswebview

  1. #1
    Join Date
    Feb 2015
    Posts
    185
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Issue with interactivity loaded on the qgraphicswebview

    I am loading the html page with interactivity downloaded from server.

    I am not able to select anything or click on the submit button. Also during loading the loading page seems to be outside it's specified position.
    afterloading.jpg
    LOADING.jpg

    Below is that html page content
    Qt Code:
    1. "<?xml version="1.0" encoding="utf-8"?>
    2. <!DOCTYPE html>
    3. <html xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:svg="http://www.w3.org/2000/svg" xmlns:epub="http://www.idpf.org/2007/ops" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" epub:prefix="index: http://www.index.com/">
    4. <head>
    5. <title>Topic 1: The chemistry of life</title>
    6. <link rel="stylesheet" type="text/css" href="css/custom.css"/>
    7. <script type="text/javascript" src="js/MathJax2sSparkl/MathJax.js?config=TeX-AMS-MML_HTMLorMML,local/local"></script>
    8. <link rel="stylesheet" type="text/css" href="js/prettify.css" />
    9. <link rel="stylesheet" type="text/css" href="js/tooltipster.css" />
    10. <script type="text/javascript" src="js/jquery.min.js"></script>
    11. <script type="text/javascript" src="js/prettify.js"></script>
    12. <script type="text/javascript" src="js/scripts.js"></script>
    13. <script type="text/javascript" src="js/jquery.tooltipster.js"></script>
    14. <script type="text/javascript" src="js/tooltip.js"></script>
    15. </head>
    16. <body id="p001_052" epub:type="bodymatter"><div class="zousho" pageno="52">
    17. <section id="p002_052" class="chapter" epub:type="chapter">
    18. <div id="p003_052" class="intWidget">
    19. <div id="p004_052" class="intWidget1">
    20. <iframe id="p005_052" class="iframe" src="https://media.pearsoncmg.com/intl/sa/SA_Schools/Life_Sciences/G10/Interactive/Activity/A0426780/player.html"></iframe>
    21. </div>
    22. <div id="p006_052" style="width: 100%; font-size: 14px; min-height: 42px; margin-left: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; border-top: 1px solid rgb(176, 176, 176); font-family: Open Sans,sans-serif; background-color: rgb(246, 246, 246);"></div>
    23. </div>
    24. </section>
    25. </div></body></html>"
    To copy to clipboard, switch view to plain text mode 


    In the console, the below error is displayed

    QSslSocket: cannot call unresolved function SSL_get0_next_proto_negotiated
    2015-04-11 08:14:24.222 ssparkl[5150:507] Error loading /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin: dlopen(/Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin, 265): no suitable image found. Did find:
    /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin: mach-o, but wrong architecture
    2015-04-11 08:14:24.223 ssparkl[5150:507] Error loading /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer: dlopen(/Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer, 262): no suitable image found. Did find:
    /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer: no matching architecture in universal wrapper


    When I googled regarding this error, library files are asked to be removed.

    Kindly let me know the suitable fix for this issue.

    Attached the screen shot of the page loaded on the webview

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    How is the problem related to Qt?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Feb 2015
    Posts
    185
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    https://media.pearsoncmg.com/intl/sa...80/player.html

    Try loading this above link on webview. Its getting loaded on other browsers like Chrome.
    I did try loading this page on Qt5.4 examples -> browser. Only after that confirmed, Qt doesn't support

    It's getting loaded but not able to select the radio button.

    Seems like webview doesn't support

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    What exactly doesn't work? I can load the page just fine in the webkitwidgets/browser example that comes with Qt.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Feb 2015
    Posts
    185
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    Yes Page loading is just fine.

    There are checkboxes on the page and a button "check my answer"

    I am not able to check the check box.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    Does it work with other webkit-based browsers?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    Feb 2015
    Posts
    185
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    yes it works normally with other browsers

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    Quote Originally Posted by ejoshva View Post
    yes it works normally with other browsers
    What webkit browsers did you test it with?

    Do Qt examples that use SSL sockets work properly?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  9. #9
    Join Date
    Feb 2015
    Posts
    185
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    actually I tried with different browsers like IE, Chrome, Mozila, Safari.

    In all these browsers it worked properly.

    No, I haven't checked the Qt examples which uses SSL sockets.

  10. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    Quote Originally Posted by ejoshva View Post
    actually I tried with different browsers like IE, Chrome, Mozila, Safari.
    I was asking for WebKit based browser. IE, Chrome and Mozilla are not based on WebKit. Safari is based on customized WebKit.

    No, I haven't checked the Qt examples which uses SSL sockets.
    Please do since you are getting an error related to SSL.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  11. #11
    Join Date
    Feb 2015
    Posts
    185
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    I tried with webkit based browsers in mac like Sunrise, flock, stainless. In all these browsers, I am able to check the check box.

  12. #12
    Join Date
    Feb 2015
    Posts
    185
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    https://media.pearsoncmg.com/intl/sa...80/player.html

    I am able to load the page and check the checkboxes on the page in QWebEngineView (browser created with QWebEngineView is found in Examples/QWebEngine)

  13. #13
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Issue with interactivity loaded on the qgraphicswebview

    QWebEngineView doesn't use WebKit. It has a different backend.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 1
    Last Post: 24th February 2015, 21:19
  2. Yet *another* MYSQL drivers not loaded issue
    By MattPhillips in forum Installation and Deployment
    Replies: 21
    Last Post: 24th June 2011, 07:44
  3. Replies: 5
    Last Post: 22nd October 2010, 15:54
  4. interactivity between forms and QTextEdit
    By maartenS in forum Newbie
    Replies: 5
    Last Post: 16th September 2008, 17:41
  5. Lacking interactivity
    By Cheps in forum Newbie
    Replies: 3
    Last Post: 6th June 2006, 11:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.