<?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>106534</bug_id>
          
          <creation_ts>2013-01-10 00:06:07 -0800</creation_ts>
          <short_desc>HitTestRequest with allowsShadowContent() = false cannot prohibit shadow content correctly.</short_desc>
          <delta_ts>2013-04-23 22:33:46 -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>DOM</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>91821</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Shinya Kawanaka">shinyak</reporter>
          <assigned_to name="Web Components Team">webcomponents-bugzilla</assigned_to>
          <cc>hayato</cc>
    
    <cc>webcomponents-bugzilla</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>804119</commentid>
    <comment_count>0</comment_count>
    <who name="Shinya Kawanaka">shinyak</who>
    <bug_when>2013-01-10 00:06:07 -0800</bug_when>
    <thetext>Node::shadowAncestorNode() is deprecated. We would like to convert shadowAncestorNode to shadowHost().

Also, maybe HitTest contains some bug when it&apos;s used in nested ShadowDOM. We have to investigate and fix it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>813792</commentid>
    <comment_count>1</comment_count>
    <who name="Shinya Kawanaka">shinyak</who>
    <bug_when>2013-01-22 21:38:47 -0800</bug_when>
    <thetext>Since it uses shadowAncestorNode() only once, if it&apos;s used in nested Shadow DOM, it might expose ShadowDOM element.

Maybe using Document::nodesFromRect() can reproduce this bug easily.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>813864</commentid>
    <comment_count>2</comment_count>
    <who name="Shinya Kawanaka">shinyak</who>
    <bug_when>2013-01-22 22:54:29 -0800</bug_when>
    <thetext>Document::nodesFromRect() is easy to use, but in future, it might return only light nodes (since it&apos;s Document method).

Maybe it&apos;s safe to have a new method in Internals.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>813865</commentid>
    <comment_count>3</comment_count>
    <who name="Shinya Kawanaka">shinyak</who>
    <bug_when>2013-01-22 22:55:30 -0800</bug_when>
    <thetext>By the way, this bug will affect the result of hit test for touch gestures, as far as I see.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>880327</commentid>
    <comment_count>4</comment_count>
    <who name="Hayato Ito">hayato</who>
    <bug_when>2013-04-23 22:33:46 -0700</bug_when>
    <thetext>I think I&apos;ve fixed the HitTests for gesture events.
Please feel free to reopen this if you have a HitTest to be fixed further.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>