Re: [webkit-qt] QML2 WebView behaviour

2012-03-28 Thread Balazs Kelemen
I really don't like that. I wonder how I will scroll on desktop with my mouse? On Mac when you plug a regular mouse the scrollbars keep being always visible - good. When you use the magic trackpad and unplug the mouse they hides automatically. After inheriting the view from flickable,

Re: [webkit-qt] QML2 WebView behaviour

2012-03-28 Thread Allan Sandfeld Jensen
On Tuesday 27 March 2012, simon.hausm...@nokia.com wrote: What do you think? While having a consistent webview would be an ideal solution, the very different ways the webview behave in touch and desktop mode, simply doesn't make it possible currently. We _could_ have an ambition about making

Re: [webkit-qt] QML2 WebView behaviour

2012-03-28 Thread Keith Kyzivat
On 03/28/2012 01:01 PM, ext Allan Sandfeld Jensen wrote: On Tuesday 27 March 2012, simon.hausm...@nokia.com wrote: What do you think? While having a consistent webview would be an ideal solution, the very different ways the webview behave in touch and desktop mode, simply doesn't make it

Re: [webkit-qt] QML2 WebView behaviour

2012-03-28 Thread Kenneth Rohde Christiansen
Sure, let me try. SCROLL BARS: I think this is just a question of time and we will all just use scroll indicators. Also we could make it possible to do native scrollbars using the flickable with some effort, like to make sure that the relayout does not cause a resize event. SELECTION: Selection

[webkit-qt] QML2 WebView behaviour

2012-03-27 Thread simon . hausmann
Hi, I'd like to raise the topic of the behaviour of the QML2 WebView element across different platforms and devices once more. Before we get into details however, I'd like to clarify one rather important assumption or boundary condition about this element: The purpose of the QML2 WebView

Re: [webkit-qt] QML2 WebView behaviour

2012-03-27 Thread Alexis Menard
On Tue, Mar 27, 2012 at 3:05 PM, simon.hausm...@nokia.com wrote: Hi, Hi Simon, I'd like to raise the topic of the behaviour of the QML2 WebView element across different platforms and devices once more. Before we get into details however, I'd like to clarify one rather important

Re: [webkit-qt] QML2 WebView behaviour

2012-03-27 Thread Alexis Menard
On Tue, Mar 27, 2012 at 4:44 PM, Alexis Menard alexis.men...@openbossa.org wrote: On Tue, Mar 27, 2012 at 3:05 PM,  simon.hausm...@nokia.com wrote: Hi, Hi Simon, I'd like to raise the topic of the behaviour of the QML2 WebView element across different platforms and devices once more.