Bug 16100 - REGRESSION: Comments do not get posted to digg.com
Summary: REGRESSION: Comments do not get posted to digg.com
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL: http://digg.com
Keywords: InRadar, NeedsReduction, Regression
Depends on:
Blocks:
 
Reported: 2007-11-23 04:44 PST by Ben Thompson
Modified: 2007-11-29 18:54 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Thompson 2007-11-23 04:44:27 PST
When posting a comment to a topic on Digg.com, you can enter the comment but when it comes to submitting the comment, nothing happens. The comment section greys out as if something is happening.

Digg.com advises that comments can take up to 60 sec to post but waiting several minutes shows nothing happens. Reloading the topic page also reveals the post not reaching digg.com. The browser itself remains normal and responsive.

This was duplicated on the 523.12.9 official Windows 3.0.4 build, and also with the WebKit-r27953 Nov 22nd build.

Let me know if you need clarification on anything (and happy post Thanksgiving ;-).

Cheers,
Ben
Comment 1 Ben Thompson 2007-11-26 15:32:01 PST
Just to let you know, also confirmed in Mac OS X 10.4.11, Safari 3.0.4 523.12 and also in the OS X WebKit r28024 nightly.
Comment 2 David Kilzer (:ddkilzer) 2007-11-27 05:41:20 PST
Any errors or warnings written to the console or the JavaScript Console?

Comment 3 Ben Thompson 2007-11-27 05:48:16 PST
(In reply to comment #2)
> Any errors or warnings written to the console or the JavaScript Console?
> 

I'm afraid not. JavaScript console is clean as a whistle, as is the console.log (and system.log for that matter)
Comment 4 David Kilzer (:ddkilzer) 2007-11-27 05:57:43 PST
I created a test digg (but please don't digg it!):

http://digg.com/apple/REGRESSION_Comments_do_not_get_posted_to_digg_com
Comment 5 David Kilzer (:ddkilzer) 2007-11-27 06:16:14 PST
This doesn't work with Safari 2.0.4 (419.3) with original WebKit on Mac OS X 10.4.11 (8S165).

I strongly suspect a server-side issue, but don't have any data to prove it.

Comment 6 David Kilzer (:ddkilzer) 2007-11-27 06:39:45 PST
(In reply to comment #5)
> I strongly suspect a server-side issue, but don't have any data to prove it.

Using Wireshark to watch TCP/IP packets, clicking "Submit Comment" does nothing on Safari/WebKit, e.g., no Ajax request gets sent at all, so it's not a network/server-side issue (per se).

Comment 7 David Kilzer (:ddkilzer) 2007-11-28 21:44:07 PST
<rdar://problem/5619294>
Comment 8 Ben Thompson 2007-11-29 18:21:34 PST
Well whatever it was, it appears Digg have fixed the root cause on their site now - I just posted a comment successfully using the 523.12 release on 10.4.11

(In reply to comment #6)
> (In reply to comment #5)
> > I strongly suspect a server-side issue, but don't have any data to prove it.
> 
> Using Wireshark to watch TCP/IP packets, clicking "Submit Comment" does nothing
> on Safari/WebKit, e.g., no Ajax request gets sent at all, so it's not a
> network/server-side issue (per se).
> 
Comment 9 David Kilzer (:ddkilzer) 2007-11-29 18:54:38 PST
Thanks, Ben!