Ticket #1484671 (closed Bugs: invalid)

Opened 14 months ago

Last modified 14 months ago

css overflow: auto, don't work properly on mailboxlist container when displays horizontally

Reported by: netimaging Owned by:
Priority: 5 Milestone:
Component: Client Scripts Version: 0.1-rc2
Severity: minor Keywords:
Cc:

Description

Version: 0.1rc2 file: mail.css line: 214

mailbox-container, the overflow is set to auto, but if you have any folder with a long name never shows de scroll bar. If you set overflow to scroll do the same.

Change History

Changed 14 months ago by netimaging

P.D.: This happens with subnode folders. root folders are shrinkable but subnode folders don't and you can't see how many new messages you have.

node: The-most-long-folder-ever subnode: The-most-long-folder-ever.Another-superlongnamefolder

In Roundcube:

The-most...ever


Changed 14 months ago by thomasb

  • status changed from new to closed
  • resolution set to invalid
  • severity changed from normal to minor

This is not a bug but a feature. The object in the according template has set maxlength="16" which makes RoundCube to shorten the folder name in order to avoid a horizontal scroll bar. If you don't like this behavior, simply remove this attribute from the skin template.

Note: See TracTickets for help on using tickets.