Closed
Bug 138040
Opened 23 years ago
Closed 23 years ago
Publish Failed quickly turns into Publishing Completed in status panel
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: sujay, Assigned: cmanske)
References
Details
(Whiteboard: publish [adt1 RTM][fixed in branch], custrtm-)
Attachments
(1 file, 2 obsolete files)
|
737 bytes,
patch
|
Brade
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
using 4/17 build of netscape
1) launch netscape
2) launch composer
3) enter text
4) publish somewhere
notice in the progress panel right above the files being transferred
it changes from "Publish Failed" quickly to "Publishing Completed"
we should not show "Publishing Failed" at all unless it really does
fail.
Comment 1•23 years ago
|
||
I have also seen this when uploading some large images.
Thanks for filing this bug Sujay! I've been meaning to file it myself for a day
or two now.
Whiteboard: publish
| Assignee | ||
Comment 2•23 years ago
|
||
| Assignee | ||
Comment 3•23 years ago
|
||
simple fix
Comment 4•23 years ago
|
||
Comment on attachment 79903 [details] [diff] [review]
patch v1
r=brade (I assume you tested both successful publishing scenarios as well as
failure publishing scenarios)
Attachment #79903 -
Flags: review+
| Assignee | ||
Comment 5•23 years ago
|
||
Yes. Tested with success and failure senarios.
Attachment #79903 -
Flags: superreview+
| Assignee | ||
Comment 7•23 years ago
|
||
checked into trunk
REOPEN
Now I see "undefined" right before it changes to "Publish Complete"
it should be " " instead of "undefined"
Kathy also agrees.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 9•23 years ago
|
||
Hmmm. I don't see that happening.
You are publishing a new file? Any images in it?
Maybe some time lag in rewriting the string in debug vs. optimized builds.
Status: REOPENED → ASSIGNED
| Reporter | ||
Comment 10•23 years ago
|
||
new file....w/o images...just simple text on the page...
Comment 11•23 years ago
|
||
I was able to reproduce this bug inserting an image that doesn't have a
content-length header (the example url is in one of my bugs). That instance
showed the wrong string because the publishing took longer (infinite?) so
success string wasn't displayed yet. You could also try uploading a lot of
large images all at once?
| Assignee | ||
Comment 12•23 years ago
|
||
Comment on attachment 79903 [details] [diff] [review]
patch v1
This was checked in
Attachment #79903 -
Attachment is obsolete: true
| Assignee | ||
Comment 13•23 years ago
|
||
This prevents any "undefined" string from displaying
| Assignee | ||
Updated•23 years ago
|
Whiteboard: publish,[FIX IN TRUNK][adt3] → publish,[adt3][rtm][FIX IN HAND] need r=,sr=
Target Milestone: --- → mozilla1.0
Comment 14•23 years ago
|
||
Comment on attachment 80998 [details] [diff] [review]
patch v2
r=akkana
Attachment #80998 -
Flags: review+
| Assignee | ||
Updated•23 years ago
|
Whiteboard: publish,[adt3][rtm][FIX IN HAND] need r=,sr= → publish,[adt3][rtm][FIX IN HAND][need sr=]
| Assignee | ||
Comment 15•23 years ago
|
||
Simpler patch
Per review, the second part of "patch v2" isn't necessary.
Attachment #80998 -
Attachment is obsolete: true
Comment 16•23 years ago
|
||
Comment on attachment 81549 [details] [diff] [review]
patch v2
r=brade
Attachment #81549 -
Flags: review+
Comment 17•23 years ago
|
||
Attachment #81549 -
Flags: superreview+
Whiteboard: publish,[adt3][rtm][FIX IN HAND][need sr=] → publish,[adt3][rtm][FIX IN HAND][reviewed]
| Assignee | ||
Comment 18•23 years ago
|
||
checked into trunk
new revision: 1.5; previous revision: 1.4
Comment 19•23 years ago
|
||
verified in 2002050104
Comment 20•23 years ago
|
||
This looks good to me also on the 05-01 trunk build.
I am marking VERIFIED. If anyone is still able to reproduce this bug, feel free
to reopen it.
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 21•23 years ago
|
||
*** Bug 141682 has been marked as a duplicate of this bug. ***
Comment 22•23 years ago
|
||
adt1.0.0+ (on ADT's behalf) for approval to checkin to the 1.0 branch, pending
Drivers approval. After, checking in, please add the fixed1.0 keyword.
Keywords: approval
Whiteboard: publish [adt3 RTM] → publish [adt1 RTM] [Needs a=]
Updated•23 years ago
|
Whiteboard: publish [adt1 RTM] [Needs a=] → publish [adt1 RTM] [Needs a=] custrtm-
Comment 23•23 years ago
|
||
changing to adt1.0.1+ for checkin to the 1.0 branch for the Mozilla1.0.1
milestone. Please get drivers approval before checking in.
| Assignee | ||
Updated•23 years ago
|
Keywords: mozilla1.0.1
| Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 24•23 years ago
|
||
a=chofmann for 1.0.1
| Assignee | ||
Updated•23 years ago
|
Keywords: mozilla1.0.1 → mozilla1.0.1+
Whiteboard: publish [adt1 RTM] [Needs a=] custrtm- → publish [adt1 RTM]approved, custrtm-
| Assignee | ||
Comment 25•23 years ago
|
||
checked into mozilla1.0.1 branch
Keywords: mozilla1.0.1+ → fixed1.0.1
Whiteboard: publish [adt1 RTM]approved, custrtm- → publish [adt1 RTM][fixed in branch], custrtm-
| Assignee | ||
Comment 27•23 years ago
|
||
*** Bug 149249 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•