View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#71
Originally Posted by Android_808 View Post
i forgot to say the other day, i experienced a small glitch with qml-brower. not sure where fault lies (widget or webkit) without sure way to reproduce, but i suspect webkit library.

i was on slashdot and scrolled down causing green menu bar to be redrawn slightly lower everytime without removing the old version of it until eventually I had green bars all the way down.
The WebView component is just a QWebView widget with some additional properties, so any rendering issues will either be down to QWebView (maybe something to do with re-painting the widget when scrolling in some cases), or the webkit engine.

I have been thinking about using a plain widget with QWebPage, rather than QWebView, and optionally use a Flickable/QScrollArea in the application code to handle the scrolling.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post: