WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
8974
REGRESSION: notes cannot be created at google/notebook
https://bugs.webkit.org/show_bug.cgi?id=8974
Summary
REGRESSION: notes cannot be created at google/notebook
tim bates
Reported
2006-05-18 06:23:09 PDT
This is a very vague bug, i know. but google/notebooks doesn't function properly. you can click the create note button once, and the word processor UI builds, but you can'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 "broken".
Attachments
Add attachment
proposed patch, testcase, etc.
Joost de Valk (AlthA)
Comment 1
2006-07-12 10:20:41 PDT
Adding GoogleBug keyword in one big change.
Sam Weinig
Comment 2
2006-07-12 12:34:05 PDT
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.
David Kilzer (:ddkilzer)
Comment 3
2006-07-12 13:40:52 PDT
Adding NeedsRadar keyword, although I'm not sure whether this one would qualify since the functionality is only partially working in shipping Safari.
Alice Liu
Comment 4
2006-07-14 15:54:17 PDT
<
rdar://problem/4631597
>
Maciej Stachowiak
Comment 5
2006-07-18 21:59:29 PDT
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 && document.implementation.createDocument && !document.contains) != false; and this for Safari: return this.Run(document.implementation && document.implementation.createDocument && 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.
David Kilzer (:ddkilzer)
Comment 6
2007-02-07 02:53:34 PST
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
.
Robert Blaut
Comment 7
2008-01-31 22:37:20 PST
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'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't work :(
mitz
Comment 8
2008-02-17 17:48:30 PST
***
Bug 17416
has been marked as a duplicate of this bug. ***
Robert Blaut
Comment 9
2008-06-05 22:36:16 PDT
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug