<?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>133975</bug_id>
          
          <creation_ts>2014-06-17 03:02:19 -0700</creation_ts>
          <short_desc>Change of -webkit-overflow-scrolling causes a layout regardless of whether a stacking context was removed or added</short_desc>
          <delta_ts>2014-06-17 09:07:54 -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>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nick Maynard">nick.maynard</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>koivisto</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1016094</commentid>
    <comment_count>0</comment_count>
    <who name="Nick Maynard">nick.maynard</who>
    <bug_when>2014-06-17 03:02:19 -0700</bug_when>
    <thetext>This bug: 
https://bugs.webkit.org/show_bug.cgi?id=120535

Adds a changeset to ensure that a layout is performed when the value of -webkit-overflow-scrolling changes, down to the creation/destruction of a stacking context.

In situations where the element has a stacking context for another reason (-webkit-transform, for example), there will already be a stacking context on the element.  Consequently, a change to -webkit-overflow-scrolling will have no effect on the existence of a stacking context.

In these cases, we see a visible flicker when the (unnecessary) layout is performed.

Perhaps a check to see if a layout is required based on the consequent creation/destruction of a stacking context would be more appropriate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1016124</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2014-06-17 09:07:54 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; In these cases, we see a visible flicker when the (unnecessary) layout is performed.

A layout which results in the same rendering should not cause a flicker.  What OS are you reporting this flicker on?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>