<?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>12368</bug_id>
          
          <creation_ts>2007-01-22 11:33:26 -0800</creation_ts>
          <short_desc>Amazon.com &quot;click to see price&quot; window partially left behind when closed</short_desc>
          <delta_ts>2008-12-24 11:03:48 -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>Evangelism</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>HasReduction, InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alice Liu">alice.barraclough</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>astrange</cc>
    
    <cc>bdakin</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>kday</cc>
    
    <cc>koivisto</cc>
    
    <cc>markmalone</cc>
    
    <cc>webkit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>33431</commentid>
    <comment_count>0</comment_count>
    <who name="Alice Liu">alice.barraclough</who>
    <bug_when>2007-01-22 11:33:26 -0800</bug_when>
    <thetext>Go to an amazon.com product page where you have to click a link to see the sale price.  (right now, you can search for s4695d and find a samsung tv that will do the job, but that won&apos;t be a valid statement forever)

click on the link that says &quot;click to see the price&quot; and a window will popup, and press the window&apos;s close button.  Not all of it goes away. 

The range of regression is between r16987(works) and r16994(broken).  It is most certainly changeset 16988 since its the only one in the range pertaining to rendering.  That fix was for bug 4377.

&lt;rdar://problem/4887255&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33425</commentid>
    <comment_count>1</comment_count>
    <who name="Alice Liu">alice.barraclough</who>
    <bug_when>2007-01-22 11:37:47 -0800</bug_when>
    <thetext>When i said &quot;most certainly&quot; I meant &quot;almost certainly&quot;.  I haven&apos;t investigated at a finer resolution at this time. </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33427</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-01-22 12:06:01 -0800</bug_when>
    <thetext>(In reply to comment #0)
&gt; Go to an amazon.com product page where you have to click a link to see the sale
&gt; price.  (right now, you can search for s4695d and find a samsung tv that will
&gt; do the job, but that won&apos;t be a valid statement forever)

Could you post a review of the TV on this bug if you decide to buy one?  ;)

ToT crashes when opening amazon.com&apos;s home page (Bug 12369).

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>31487</commentid>
    <comment_count>3</comment_count>
    <who name="Antti Koivisto">koivisto</who>
    <bug_when>2007-01-28 10:29:19 -0800</bug_when>
    <thetext>This is not a bug. Amazon.com actually relies on broken behavior that was fixed in bug 4377. Specifically tiger webkit would not paint any children of a layer with visibility:none, even if visible.  The script
 
http://g-images.amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-simplePopover-41389.js

has the following check in hide function (and similar for show)

if (goN2U.bIsSafari) { 
goN2U.hide(this.myID); 
} else { 
goN2U.undisplay(this.myID); 
} 

goN2U.hide() sets visibility:hidden for the top level abs positioned div, but that does not anymore hide the children, leaving some user visible carbage. Removing the Safari check and using generic undisplay() path (which sets display:none) here makes the popup hiding work as expected (seemingly even with tiger webkit).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>31465</commentid>
    <comment_count>4</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-01-28 10:37:14 -0800</bug_when>
    <thetext>Per Comment #3, this is now an evangelism issue.

Mark, do you have a contact at Amazon.com?

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>31025</commentid>
    <comment_count>5</comment_count>
    <who name="Mark Malone">markmalone</who>
    <bug_when>2007-01-29 09:10:31 -0800</bug_when>
    <thetext>Perhaps Todd can lend a hand...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>29105</commentid>
    <comment_count>6</comment_count>
    <who name="Kevin McCullough">kmccullough</who>
    <bug_when>2007-02-01 11:08:27 -0800</bug_when>
    <thetext>Radar: 4887255</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25117</commentid>
    <comment_count>7</comment_count>
    <who name="Ken Day">kday</who>
    <bug_when>2007-02-08 12:44:15 -0800</bug_when>
    <thetext>My name is Ken Day.  I&apos;m a development engineer on Amazon&apos;s JavaScript Framework.  This bug report was brought to our attention.

Is this bug reproducable in a released Safari/WebKit combination?

-- Ken Day
kday@amazon.com</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25119</commentid>
    <comment_count>8</comment_count>
    <who name="Beth Dakin">bdakin</who>
    <bug_when>2007-02-08 12:55:30 -0800</bug_when>
    <thetext>Hi Ken! Thanks for giving this bug some attention! The bug is not present in any released version of Safari/WebKit, but it exists in our Nightly builds. You can download our Nightlies at nightly.webkit.org</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5870</commentid>
    <comment_count>9</comment_count>
    <who name="Alexander Strange">astrange</who>
    <bug_when>2007-06-29 20:46:39 -0700</bug_when>
    <thetext>This bug is visible on Safari 3 (see bug #14427).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5478</commentid>
    <comment_count>10</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-07-05 21:19:23 -0700</bug_when>
    <thetext>*** Bug 14427 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103343</commentid>
    <comment_count>11</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-12-23 22:44:37 -0800</bug_when>
    <thetext>I&apos;m unable to reproduce the described problem. I think the amazon.com was redesigned since time of reporting this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103347</commentid>
    <comment_count>12</comment_count>
    <who name="Alexander Strange">astrange</who>
    <bug_when>2008-12-23 23:34:42 -0800</bug_when>
    <thetext>I can&apos;t find an Amazon page using &quot;click to see price&quot; but the problem still exists (as above).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103358</commentid>
    <comment_count>13</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2008-12-24 04:33:22 -0800</bug_when>
    <thetext>(In reply to comment #12)
&gt; I can&apos;t find an Amazon page using &quot;click to see price&quot; but the problem still
&gt; exists (as above).

Searching for &quot;Sony XBR&quot; returns many hits that have &quot;Click to see price&quot; links.  For example:

http://www.amazon.com/Sony-Bravia-KDL-52XBR6-52-Inch-1080p/dp/B001F7HJL0/ref=pd_bbs_sr_1?ie=UTF8&amp;s=electronics&amp;qid=1230121778&amp;sr=8-1

I don&apos;t see this issue anymore with Safari 3.2.1 on Mac OS X 10.4.11.  It seems that Amazon has fixed the issue (or perhaps that JavaScript code doesn&apos;t run anymore for recent Safari versions).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>103368</commentid>
    <comment_count>14</comment_count>
    <who name="Alexander Strange">astrange</who>
    <bug_when>2008-12-24 11:03:48 -0800</bug_when>
    <thetext>That works; I guess #14427 isn&apos;t a duplicate anymore, then.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>