<?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>101549</bug_id>
          
          <creation_ts>2012-11-07 23:18:57 -0800</creation_ts>
          <short_desc>[EFL][WK2][AC] Fixed layers are shaking when scrolling</short_desc>
          <delta_ts>2012-11-09 12:30:42 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit EFL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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>0</everconfirmed>
          <reporter name="Hurnjoo Lee">hurnjoo.lee</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>gyuyoung.kim</cc>
    
    <cc>kenneth</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>rakuco</cc>
    
    <cc>webkit.review.bot</cc>
    
    <cc>yael</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>761371</commentid>
    <comment_count>0</comment_count>
    <who name="Hurnjoo Lee">hurnjoo.lee</who>
    <bug_when>2012-11-07 23:18:57 -0800</bug_when>
    <thetext>At the time of adjusting positions for fixed layers, the locations of
fixed layers are calculated incorrectly because the contentsSize is empty.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>761375</commentid>
    <comment_count>1</comment_count>
      <attachid>172936</attachid>
    <who name="Hurnjoo Lee">hurnjoo.lee</who>
    <bug_when>2012-11-07 23:25:47 -0800</bug_when>
    <thetext>Created attachment 172936
proposed patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>761714</commentid>
    <comment_count>2</comment_count>
      <attachid>172936</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-11-08 06:03:26 -0800</bug_when>
    <thetext>Comment on attachment 172936
proposed patch

Rejecting attachment 172936 from commit-queue.

New failing tests:
fast/repaint/selection-after-delete.html
Full output: http://queues.webkit.org/results/14771173</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>761736</commentid>
    <comment_count>3</comment_count>
      <attachid>172936</attachid>
    <who name="Yael">yael</who>
    <bug_when>2012-11-08 06:46:16 -0800</bug_when>
    <thetext>Comment on attachment 172936
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=172936&amp;action=review

&gt; Source/WebKit2/UIProcess/efl/PageViewportControllerClientEfl.cpp:83
&gt; +    drawingArea()-&gt;layerTreeCoordinatorProxy()-&gt;setContentsSize(contentsSize);

Isn&apos;t PageViewportController already setting the contentsSize?
Per https://bugs.webkit.org/show_bug.cgi?id=99850#c7 the viewport client should not be calling this explicitly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>762102</commentid>
    <comment_count>4</comment_count>
    <who name="Yael">yael</who>
    <bug_when>2012-11-08 13:16:09 -0800</bug_when>
    <thetext>(In reply to comment #0)
&gt; At the time of adjusting positions for fixed layers, the locations of
&gt; fixed layers are calculated incorrectly because the contentsSize is empty.

Do you have a test case for this? I&apos;d like to take a look at this.
Thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>762496</commentid>
    <comment_count>5</comment_count>
    <who name="Hurnjoo Lee">hurnjoo.lee</who>
    <bug_when>2012-11-08 20:44:12 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; (From update of attachment 172936 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=172936&amp;action=review
&gt; 
&gt; &gt; Source/WebKit2/UIProcess/efl/PageViewportControllerClientEfl.cpp:83
&gt; &gt; +    drawingArea()-&gt;layerTreeCoordinatorProxy()-&gt;setContentsSize(contentsSize);
&gt; 
&gt; Isn&apos;t PageViewportController already setting the contentsSize?
&gt; Per https://bugs.webkit.org/show_bug.cgi?id=99850#c7 the viewport client should not be calling this explicitly.

Yes, PageViewportController is setting its own the contentSize already but LayerTreeRenderer&apos;s contentsSize is never set.
In Qt port, set LayerTreeRenderer&apos;s contentsSize at PageViewportControllerClientQt::didChangeContentsSize.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>762506</commentid>
    <comment_count>6</comment_count>
      <attachid>173190</attachid>
    <who name="Hurnjoo Lee">hurnjoo.lee</who>
    <bug_when>2012-11-08 20:58:26 -0800</bug_when>
    <thetext>Created attachment 173190
test case</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>762509</commentid>
    <comment_count>7</comment_count>
    <who name="Hurnjoo Lee">hurnjoo.lee</who>
    <bug_when>2012-11-08 21:02:14 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #0)
&gt; &gt; At the time of adjusting positions for fixed layers, the locations of
&gt; &gt; fixed layers are calculated incorrectly because the contentsSize is empty.
&gt; 
&gt; Do you have a test case for this? I&apos;d like to take a look at this.
&gt; Thanks.

I&apos;ve attached test case.
Also you can test on sites.
http://jquerymobile.com/demos/1.1.0/docs/toolbars/bars-fixed.html
http://www.noobcube.com/wp-content/uploads/demos/062709-fixed-header-footer/demo/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>763192</commentid>
    <comment_count>8</comment_count>
      <attachid>172936</attachid>
    <who name="Yael">yael</who>
    <bug_when>2012-11-09 11:30:38 -0800</bug_when>
    <thetext>Comment on attachment 172936
proposed patch

Sorry it took me so long to get to this.
You are right, in the Qt port the same call is being made indirectly.
I&apos;ll try to cq the patch because the ews error did not seem related to your change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>763236</commentid>
    <comment_count>9</comment_count>
      <attachid>172936</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-11-09 12:30:38 -0800</bug_when>
    <thetext>Comment on attachment 172936
proposed patch

Clearing flags on attachment: 172936

Committed r134098: &lt;http://trac.webkit.org/changeset/134098&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>763237</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-11-09 12:30:42 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>172936</attachid>
            <date>2012-11-07 23:25:47 -0800</date>
            <delta_ts>2012-11-09 12:30:38 -0800</delta_ts>
            <desc>proposed patch</desc>
            <filename>101549.patch</filename>
            <type>text/plain</type>
            <size>1751</size>
            <attacher name="Hurnjoo Lee">hurnjoo.lee</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJLaXQyL0NoYW5nZUxvZyBiL1NvdXJjZS9XZWJLaXQyL0No
YW5nZUxvZwppbmRleCAwOTUxZWZiLi4wNjU3ZjczIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViS2l0
Mi9DaGFuZ2VMb2cKKysrIGIvU291cmNlL1dlYktpdDIvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTgg
QEAKKzIwMTItMTEtMDcgIEh1cm5qb28gTGVlICA8aHVybmpvby5sZWVAc2Ftc3VuZy5jb20+CisK
KyAgICAgICAgW0VGTF1bV0syXVtBQ10gRml4ZWQgbGF5ZXJzIGFyZSBzaGFraW5nIHdoZW4gc2Ny
b2xsaW5nCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0x
MDE1NDkKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBB
dCB0aGUgdGltZSBvZiBhZGp1c3RpbmcgcG9zaXRpb25zIGZvciBmaXhlZCBsYXllcnMsIHRoZSBs
b2NhdGlvbnMgb2YKKyAgICAgICAgZml4ZWQgbGF5ZXJzIGFyZSBjYWxjdWxhdGVkIGluY29ycmVj
dGx5IGJlY2F1c2UgdGhlIGNvbnRlbnRzU2l6ZSBpcyBlbXB0eS4KKworICAgICAgICAqIFVJUHJv
Y2Vzcy9lZmwvUGFnZVZpZXdwb3J0Q29udHJvbGxlckNsaWVudEVmbC5jcHA6CisgICAgICAgIChX
ZWJLaXQ6OlBhZ2VWaWV3cG9ydENvbnRyb2xsZXJDbGllbnRFZmw6OmRpZENoYW5nZUNvbnRlbnRz
U2l6ZSk6IENhbGwgdGhlCisgICAgICAgIHNldENvbnRlbnRzU2l6ZSBmdW5jdGlvbiBpbiBMYXll
clRyZWVDb29yZGluYXRvclByb3h5IGluIG9yZGVyIHRvIGNhbGN1bGF0ZQorICAgICAgICB0aGUg
bG9jYXRpb25zIG9mIGZpeGVkIGxheWVycyBjb3JyZWN0bHkuCisKIDIwMTItMTEtMDcgIFNoZXJp
ZmYgQm90ICA8d2Via2l0LnJldmlldy5ib3RAZ21haWwuY29tPgogCiAgICAgICAgIFVucmV2aWV3
ZWQsIHJvbGxpbmcgb3V0IHIxMzM4NDEuCmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViS2l0Mi9VSVBy
b2Nlc3MvZWZsL1BhZ2VWaWV3cG9ydENvbnRyb2xsZXJDbGllbnRFZmwuY3BwIGIvU291cmNlL1dl
YktpdDIvVUlQcm9jZXNzL2VmbC9QYWdlVmlld3BvcnRDb250cm9sbGVyQ2xpZW50RWZsLmNwcApp
bmRleCA2NTAwNmMyLi5iYTg5ZTNjIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViS2l0Mi9VSVByb2Nl
c3MvZWZsL1BhZ2VWaWV3cG9ydENvbnRyb2xsZXJDbGllbnRFZmwuY3BwCisrKyBiL1NvdXJjZS9X
ZWJLaXQyL1VJUHJvY2Vzcy9lZmwvUGFnZVZpZXdwb3J0Q29udHJvbGxlckNsaWVudEVmbC5jcHAK
QEAgLTc4LDggKzc4LDkgQEAgdm9pZCBQYWdlVmlld3BvcnRDb250cm9sbGVyQ2xpZW50RWZsOjpz
ZXRWaXNpYmxlQ29udGVudHNSZWN0KGNvbnN0IEludFBvaW50JiBuZXcKICAgICBtX2NvbnRyb2xs
ZXItPmRpZENoYW5nZUNvbnRlbnRzVmlzaWJpbGl0eShtX3Njcm9sbFBvc2l0aW9uLCBtX3NjYWxl
RmFjdG9yLCB0cmFqZWN0b3J5KTsKIH0KIAotdm9pZCBQYWdlVmlld3BvcnRDb250cm9sbGVyQ2xp
ZW50RWZsOjpkaWRDaGFuZ2VDb250ZW50c1NpemUoY29uc3QgV2ViQ29yZTo6SW50U2l6ZSYpCit2
b2lkIFBhZ2VWaWV3cG9ydENvbnRyb2xsZXJDbGllbnRFZmw6OmRpZENoYW5nZUNvbnRlbnRzU2l6
ZShjb25zdCBXZWJDb3JlOjpJbnRTaXplJiBjb250ZW50c1NpemUpCiB7CisgICAgZHJhd2luZ0Fy
ZWEoKS0+bGF5ZXJUcmVlQ29vcmRpbmF0b3JQcm94eSgpLT5zZXRDb250ZW50c1NpemUoY29udGVu
dHNTaXplKTsKICAgICBtX3ZpZXdJbXBsLT51cGRhdGUoKTsKIH0KIAo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>173190</attachid>
            <date>2012-11-08 20:58:26 -0800</date>
            <delta_ts>2012-11-08 20:58:26 -0800</delta_ts>
            <desc>test case</desc>
            <filename>fixed_test.html</filename>
            <type>text/html</type>
            <size>279</size>
            <attacher name="Hurnjoo Lee">hurnjoo.lee</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIGh0bWw+DQo8aHRtbD4NCjxzdHlsZT4NCmJvZHkgew0KICB3aWR0aDoxMjgwcHg7
DQogIGhlaWdodDozMDAwcHg7DQp9DQojdGVzdGRpdiB7DQogIHdpZHRoOjEwMCU7DQogIGhlaWdo
dDoxMzZweDsNCglwb3NpdGlvbjpmaXhlZDsNCgliYWNrZ3JvdW5kLWNvbG9yOmJsdWU7DQoJei1p
bmRleDoxMDsNCgl0b3A6IDEwMHB4Ow0KCWxlZnQ6IDBweDsNCn0NCjwvc3R5bGU+DQo8Ym9keT4N
CiAgPGRpdiBpZD0ndGVzdGRpdic+DQogIDwvZGl2Pg0KPC9ib2R5Pg0KPC9odG1sPg0K
</data>

          </attachment>
      

    </bug>

</bugzilla>