<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>76777</bug_id>
          
          <creation_ts>2012-01-20 23:36:49 -0800</creation_ts>
          <short_desc>[Qt] QQuickWebView needs to choose style/scrollbars/etc. automatically depending on the underlying platform</short_desc>
          <delta_ts>2012-04-01 23:12:16 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>76773</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Hausmann">hausmann</reporter>
          <assigned_to name="Simon Hausmann">hausmann</assigned_to>
          <cc>kbalazs</cc>
    
    <cc>kenneth</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>540078</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2012-01-20 23:36:49 -0800</bug_when>
    <thetext>For example on Windows we want to render scrollbars and use QStyle for themeing.
When running on a mobile Linux platform we may want to delegate the scroll indicator rendering
to the application and use the mobile theme.
This is potentially a meta-bug, but in practice we should get rid of WebView.experimental.useTraditionalDesktopBehaviour.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>540308</commentid>
    <comment_count>1</comment_count>
    <who name="Kenneth Rohde Christiansen">kenneth</who>
    <bug_when>2012-01-22 11:57:40 -0800</bug_when>
    <thetext>I am not sure this is feasible for Qt5, because we will need a lot of other things as well, such as copy/paste. Maybe we should instead spend a bit of time making sure that the WebKit1 API actually works, as it doesn&apos;t seem so currently (Web Inspector renders half black for me)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>540409</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2012-01-23 00:34:09 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; I am not sure this is feasible for Qt5, because we will need a lot of other things as well, such as copy/paste. Maybe we should instead spend a bit of time making sure that the WebKit1 API actually works, as it doesn&apos;t seem so currently (Web Inspector renders half black for me)

Hm, are you suggesting that we leave out the WK2 QML API from Qt 5.0.0?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>540435</commentid>
    <comment_count>3</comment_count>
    <who name="Kenneth Rohde Christiansen">kenneth</who>
    <bug_when>2012-01-23 01:36:42 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; (In reply to comment #1)
&gt; &gt; I am not sure this is feasible for Qt5, because we will need a lot of other things as well, such as copy/paste. Maybe we should instead spend a bit of time making sure that the WebKit1 API actually works, as it doesn&apos;t seem so currently (Web Inspector renders half black for me)
&gt; 
&gt; Hm, are you suggesting that we leave out the WK2 QML API from Qt 5.0.0?

No, of course not :-) I just suggest that we don&apos;t necessarily make sure it covers all desktop cases as the QWidget version (webkit1) is still available.

We could make it the target for a subrelease instead.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>589011</commentid>
    <comment_count>4</comment_count>
    <who name="Balazs Kelemen">kbalazs</who>
    <bug_when>2012-03-27 10:18:59 -0700</bug_when>
    <thetext>Let me check if I understand the task. It&apos;s about implementing smg like the qstyle theme without depending on widgets, right? Or it&apos;s ok to just reuse the existing RenderThemeQStyle?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>591182</commentid>
    <comment_count>5</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2012-03-29 07:42:48 -0700</bug_when>
    <thetext>Based on the discussion on webkit-qt I&apos;m closing this as WONTFIX. Let&apos;s keep the WebView as a simple component that implements one well defined behaviour and can also be used as a building block in more platform specific component sets.

This is largely what today&apos;s WebView element does :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>592634</commentid>
    <comment_count>6</comment_count>
    <who name="Balazs Kelemen">kbalazs</who>
    <bug_when>2012-03-30 16:23:48 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; Based on the discussion on webkit-qt I&apos;m closing this as WONTFIX. Let&apos;s keep the WebView as a simple component that implements one well defined behaviour and can also be used as a building block in more platform specific component sets.
&gt; 
&gt; This is largely what today&apos;s WebView element does :)

Don&apos;t you think we should add private API for those &quot;more platform specific component sets&quot;? :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>593189</commentid>
    <comment_count>7</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2012-04-01 23:12:16 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; (In reply to comment #5)
&gt; &gt; Based on the discussion on webkit-qt I&apos;m closing this as WONTFIX. Let&apos;s keep the WebView as a simple component that implements one well defined behaviour and can also be used as a building block in more platform specific component sets.
&gt; &gt; 
&gt; &gt; This is largely what today&apos;s WebView element does :)
&gt; 
&gt; Don&apos;t you think we should add private API for those &quot;more platform specific component sets&quot;? :)

Sure, private API used to implement more platforms specific components is fine, but that is different from this bug, which was abut _automatic_ behaviour of the existing WebView component.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>