<?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>8974</bug_id>
          
          <creation_ts>2006-05-18 06:23:09 -0700</creation_ts>
          <short_desc>REGRESSION: notes cannot be created at google/notebook</short_desc>
          <delta_ts>2008-06-05 22:36: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>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>http://www.google.com/notebook/fullpage</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>GoogleBug, HasReduction, InRadar, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="tim bates">timothy.c.bates</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abob</cc>
    
    <cc>ampcoder</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>ian</cc>
    
    <cc>joost</cc>
    
    <cc>markmalone</cc>
    
    <cc>mrowe</cc>
    
    <cc>webkit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>42825</commentid>
    <comment_count>0</comment_count>
    <who name="tim bates">timothy.c.bates</who>
    <bug_when>2006-05-18 06:23:09 -0700</bug_when>
    <thetext>This is a very vague bug, i know. but  google/notebooks doesn&apos;t function properly.
you can click the create note button once, and the word processor UI builds, but you can&apos;t enter text, and the create button is then broken.

write once once debug everywhere i know, but they will support firefox, which means mac users will move there if safari is &quot;broken&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49460</commentid>
    <comment_count>1</comment_count>
    <who name="Joost de Valk (AlthA)">joost</who>
    <bug_when>2006-07-12 10:20:41 -0700</bug_when>
    <thetext>Adding GoogleBug keyword in one big change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49479</commentid>
    <comment_count>2</comment_count>
    <who name="Sam Weinig">sam</who>
    <bug_when>2006-07-12 12:34:05 -0700</bug_when>
    <thetext>Confirming that you cannot edit newly created notes in ToT.  Interestingly, it works somewhat in shipping Safari (as of 10.4.7) although not correctly, but a notable regression is evident. </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49489</commentid>
    <comment_count>3</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-07-12 13:40:52 -0700</bug_when>
    <thetext>Adding NeedsRadar keyword, although I&apos;m not sure whether this one would qualify since the functionality is only partially working in shipping Safari.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>49854</commentid>
    <comment_count>4</comment_count>
    <who name="Alice Liu">alice.barraclough</who>
    <bug_when>2006-07-14 15:54:17 -0700</bug_when>
    <thetext>&lt;rdar://problem/4631597&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>50316</commentid>
    <comment_count>5</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2006-07-18 21:59:29 -0700</bug_when>
    <thetext>The reason this is failing is that Google Notebook now thinks TOT Safari is Mozilla, so it uses designMode instead of contentEditable, which fails grievously. The reason is they use this check for Mozilla:

    return this.Run(document.implementation &amp;&amp; document.implementation.createDocument &amp;&amp; !document.contains) != false;

and this for Safari:

    return this.Run(document.implementation &amp;&amp; document.implementation.createDocument &amp;&amp; document.contains) != false;

Safari used to have document.contains on the Document node as a weird Safari-specific quirk (for some reason contains was implemented on Node instead of Element) but we have now fixed this. I think the right action is to ask Google to fix this on their end.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25333</commentid>
    <comment_count>6</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-02-07 02:53:34 -0800</bug_when>
    <thetext>Perhaps Bob knows who to talk to at Google to get this fixed.  This resource describes the preferred way to detect WebKit:

http://trac.webkit.org/projects/webkit/wiki/DetectingWebKit

Reduction found in Comment #5.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>69007</commentid>
    <comment_count>7</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-01-31 22:37:20 -0800</bug_when>
    <thetext>I sent bug report to Google Notebook team a while ago and got answer:

Date: Wed, 14 Nov 2007 19:04:13 -0000
From: notebook-support@google.com
Subject: Re: [#214346367] Notes cannot be created with Safari browser

Thank you for taking the time to report this problem. We&apos;ve forwarded your note to the Notebook engineering team for investigation. We appreciate your assistance as we work to improve Google Notebook.

Regards,
The Google Team

Notebook still doesn&apos;t work :(


</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>70995</commentid>
    <comment_count>8</comment_count>
    <who name="">mitz</who>
    <bug_when>2008-02-17 17:48:30 -0800</bug_when>
    <thetext>*** Bug 17416 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82386</commentid>
    <comment_count>9</comment_count>
    <who name="Robert Blaut">webkit</who>
    <bug_when>2008-06-05 22:36:16 -0700</bug_when>
    <thetext>After checking Google Notebook today, I can say that the reported issue is no longer visible. Additionally, it seems that Safari/Webkit is currently fully supported by Google Notebook  (except an extension ;) [http://www.google.com/googlenotebook/faq.html#extensionsupport]

I close the bug as FIXED. Please close the Radar bug as well.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>