Closed
Bug 282877
Opened 20 years ago
Closed 20 years ago
spacebar no longer works in mailnews three column layout
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 282938
People
(Reporter: svl-bmo, Assigned: sspitzer)
References
Details
(Keywords: regression)
In mailnews, the spacebar servers the double function of going page-down in a
message, or moving to the next unread message when at the end of the current
message. This functionality stopped working somewhere between 2005020106 and
2005021605. (will narrow down further in a bit)
Javascript console says:
Error: contentWindow has no properties
Source File: chrome://messenger/content/mailWindowOverlay.js
Line: 1750
Comment 1•20 years ago
|
||
wfm seamonkey trunk 2005-02-18-18Z on linux, tested in news
Tested more; I couldn't reproduce with a new profile, until I changed to the
three column layout. Tuukka confirms.
OS: Windows 2000 → All
Summary: spacebar no longer works in mailnews → spacebar no longer works in mailnews three column layout
Comment 3•20 years ago
|
||
Actually, I find it broken in both non-default layouts.
This regressed between 2005020106 and 2005020204. My suspicious checkin radar
doesn't seem to be working for that regression window though. Anyone who can
spot a likely cause?
If it isn't too late yet, I think this should maybe block 1.8b1 as well. Then
again, it's only a beta, so probably not.
Flags: blocking1.8b2?
Comment 6•20 years ago
|
||
This looks like a regression from my patch for bug 104532 :-(
I'll see if I can find out what I regressed, in the meantime as a workaround:
msgMail3PaneWindow.js has a function UpdateMailPaneConfig
At the start of the if block, add
getMessageBrowser().setAttribute("type", "content");
And at the end add
getMessageBrowser().setAttribute("type", "content-primary");
Updated•20 years ago
|
Comment 7•20 years ago
|
||
My patch in bug 282938 seems to fix this.
Updated•20 years ago
|
Flags: blocking-seamonkey1.0a?
This was indeed fixed by the patch in bug 282938
*** This bug has been marked as a duplicate of 282938 ***
Status: NEW → RESOLVED
Closed: 20 years ago
No longer depends on: 282938
Flags: blocking-seamonkey1.0a?
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•