Closed
Bug 637630
Opened 14 years ago
Closed 14 years ago
Compose throbber doesn't
Categories
(SeaMonkey :: MailNews: Composition, defect)
SeaMonkey
MailNews: Composition
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
Details
Attachments
(1 file)
(deleted),
patch
|
mnyromyr
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce problem:
1. Send/post a message
Expected result: Compose throbber throbs while message sends
Actual result: Progress meter shows progress only
Assignee | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Comment on attachment 515885 [details] [diff] [review]
Proposed patch
>+ document.getElementById('navigator-throbber').setAttribute( "busy", "true" );
...
>+ document.getElementById('navigator-throbber').removeAttribute( "busy" );
I don't think that losing the superfluous whitespace would be too severe a violation of the "adhere to local style" rule. ;-)
Attachment #515885 -
Flags: review?(mnyromyr) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Pushed changeset 27f43f536cb2 to comm-central.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•