Closed
Bug 121176
Opened 23 years ago
Closed 19 years ago
walking through thread pane with preview collapsed should set title to folder name
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: neil)
References
Details
(5 keywords)
Attachments
(3 files, 1 obsolete file)
1.97 KB,
patch
|
dmosedale
:
review+
dmosedale
:
superreview+
|
Details | Diff | Splinter Review |
4.06 KB,
patch
|
mnyromyr
:
review+
kairo
:
approval-seamonkey1.0+
kairo
:
approval-seamonkey1.0.2+
kairo
:
approval-seamonkey1.1a+
|
Details | Diff | Splinter Review |
6.96 KB,
patch
|
Details | Diff | Splinter Review |
mozilla currently wastes my eye cycles changing the window title to match the
message while the preview is collapsed. this is annoying and makes it hard for
me to find the folder i was browsing by checking the taskbar.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
I agree.
http://www.mozilla.org/mailnews/specs/threepane/#Title
"If a particular message has not yet been selected, or the "Message" pane is
closed, the <Subject> would be omitted from the examples above where
appropriate."
Assignee | ||
Comment 2•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Assignee | ||
Comment 3•22 years ago
|
||
Patch collision - Bug 127409's patch got mixed in, sorry :-)
Attachment #95107 -
Flags: review+
Assignee | ||
Comment 4•22 years ago
|
||
Fortunately gDBView.reloadMessage will do nothing when I'm collapsing the pane.
However it's the only way I could figure out to set the title.
I really need to call nsMsgDBView::UpdateDisplayMessage but that's only called
either from LoadMsgByMsgKeyHelper which is called by ReloadMessage, or from
ndMsgDBView::SelectionChanged, but I can't get that case to work :-(
Attachment #95107 -
Attachment is obsolete: true
Attachment #95572 -
Flags: superreview?(sspitzer)
Attachment #95572 -
Flags: review?(sspitzer)
Updated•20 years ago
|
Product: Browser → Seamonkey
Attachment #95572 -
Flags: superreview?(sspitzer)
Attachment #95572 -
Flags: superreview?(dmose)
Attachment #95572 -
Flags: review?(sspitzer)
Attachment #95572 -
Flags: review?(dmose)
Comment 5•19 years ago
|
||
Comment on attachment 95572 [details] [diff] [review]
Fixed setting the title when uncollapsing
r+sr=dmose
Attachment #95572 -
Flags: superreview?(dmose)
Attachment #95572 -
Flags: superreview+
Attachment #95572 -
Flags: review?(dmose)
Attachment #95572 -
Flags: review+
Assignee | ||
Comment 6•19 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•19 years ago
|
||
I was having issues with grippy clicking because I was seeing too many events.
I also switched back to selectionChanged as it seems to be more reliable.
Attachment #200995 -
Flags: review?(mnyromyr)
Updated•19 years ago
|
Comment 8•19 years ago
|
||
Comment on attachment 200995 [details] [diff] [review]
Fix grippy clicking
Can you elaborate a bit on what exactly this patch is about to fix? What "issues" did you run into?
Comment 9•19 years ago
|
||
Comment on attachment 200995 [details] [diff] [review]
Fix grippy clicking
Okay, so ChangeMessagePaneVisibility is now only called once when toggling the message pane, and the error seen in 314301 is gone, too. :)
Attachment #200995 -
Flags: review?(mnyromyr) → review+
Assignee | ||
Comment 10•19 years ago
|
||
Comment on attachment 200995 [details] [diff] [review]
Fix grippy clicking
Note: I'm not convinced many people do this, so it won't have got much testing
Attachment #200995 -
Flags: approval-seamonkey1.0?
Comment 11•19 years ago
|
||
Comment on attachment 200995 [details] [diff] [review]
Fix grippy clicking
a=me given none of the touched files is shared with Thunderbird...
Attachment #200995 -
Flags: approval-seamonkey1.0? → approval-seamonkey1.0+
Comment 12•19 years ago
|
||
Comment on attachment 200995 [details] [diff] [review]
Fix grippy clicking
Re-requesting approval for branches as this never got checked into the branch.
Attachment #200995 -
Flags: approval-seamonkey1.1a?
Attachment #200995 -
Flags: approval-seamonkey1.0.2?
Comment 13•19 years ago
|
||
Comment on attachment 200995 [details] [diff] [review]
Fix grippy clicking
Given there are no other objections since I did that last time, a=me again for 1.8-based code :)
Attachment #200995 -
Flags: approval-seamonkey1.1a?
Attachment #200995 -
Flags: approval-seamonkey1.1a+
Attachment #200995 -
Flags: approval-seamonkey1.0.2?
Attachment #200995 -
Flags: approval-seamonkey1.0.2+
Comment 14•19 years ago
|
||
This is the equivalent combined patch for either of the branches.
Comment 15•19 years ago
|
||
Comment on attachment 217700 [details] [diff] [review]
Combined patch for branches (Checked in 1.8 & 1.8.0 branches)
Checking in (1.8 branch)
commandglue.js;
new revision: 1.258.4.6; previous revision: 1.258.4.5
mail3PaneWindowVertLayout.xul;
new revision: 1.106.2.4; previous revision: 1.106.2.3
messenger.xul;
new revision: 1.258.2.4; previous revision: 1.258.2.3
threadPane.js;
new revision: 1.80.4.5; previous revision: 1.80.4.4
widgetglue.js;
new revision: 1.171.4.1; previous revision: 1.171
done
Checking in (1.8.0 branch)
commandglue.js;
new revision: 1.258.10.6; previous revision: 1.258.10.5
mail3PaneWindowVertLayout.xul;
new revision: 1.106.2.1.2.3; previous revision: 1.106.2.1.2.2
messenger.xul;
new revision: 1.258.2.1.2.3; previous revision: 1.258.2.1.2.2
threadPane.js;
new revision: 1.80.12.2; previous revision: 1.80.12.1
widgetglue.js;
new revision: 1.171.12.1; previous revision: 1.171
done
Attachment #217700 -
Attachment description: Combined patch for branches → Combined patch for branches (Checked in 1.8 & 1.8.0 branches)
Whiteboard: fixed-seamonkey1.0.2
Keywords: fixed-seamonkey1.0.2
Whiteboard: fixed-seamonkey1.0.2
You need to log in
before you can comment on or make changes to this bug.
Description
•