Opened 5 years ago

Closed 5 years ago

#1485463 closed Bugs (fixed)

CSS class in message listing is inconsistent

Reported by: hobstah Owned by:
Priority: 5 Milestone: 0.2-stable
Component: User Interface Version: 0.2-beta
Severity: normal Keywords: CSS class messagelist
Cc:

Description

When user logs-in, inbox is opened, the message listings are missing "odd/even" class.

When user browses IMAP folder and returns to inbox, "odd/even" class is OK, but missing "flagged" class.

quick fix for flagged:

in programs/js/app.js line 4353 should include:
+(flags.flagged ? ' flagged' : )

Change History (1)

comment:1 Changed 5 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [a164a2e6].

Note: See TracTickets for help on using tickets.