Closed Bug 516467 Opened 15 years ago Closed 15 years ago

Message not marked as read when going to next message in standalone mail window [unread, space, button, n key]

Categories

(SeaMonkey :: MailNews: Message Display, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 514876

People

(Reporter: InvisibleSmiley, Unassigned)

Details

(Keywords: regression)

With a current nightly build or SM 2.0 b2, when switching to another message in the standalone message window (by either using the N key, space bar or Next button) that next message is not marked as read. This is confirmed on both OS/2 and Windows and reported to be a regression from SM 2.0 b1. The 3pane window is not affected, it marks the message read under the same circumstances and respects the unread timer.

The problem is buried somewhere in the implementations of commands like cmd_nextUnreadMsg which are different from those in the 3pane window:

messageWindow.js case: performNavigation()
  performNavigation() -> LoadMessageByNavigationType()
    [didn't investigate further]

mail3PaneWindowCommands.js case -> MsgNextUnreadMessage()
  MsgNextUnreadMessage() -> GoNextMessage() in msgViewNavigation.js
    GoNextMessage() -> ScrollToMessage()
      ScrollToMessage() -> treeSelection.select()
        threadPane.js -> ThreadPaneSelectionChanged()
          ThreadPaneSelectionChanged() -> GetThreadTree().view.selectionChanged()
            [somewhere here mark message read is triggered]
Flags: wanted-seamonkey2.0?
This certainly *seems* to be the exact thing reported in bug 514876.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Flags: wanted-seamonkey2.0?
You need to log in before you can comment on or make changes to this bug.