Summary | Scroll bar is not showing up when message preview is off |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 03/24/2010 (5535 days ago) |
Due | |
Updated | 03/26/2010 (5533 days ago) |
Assigned | |
Resolved | 03/26/2010 (5533 days ago) |
Milestone | |
Patch | Yes |
Version ⇒ Git master
Queue ⇒ IMP
State ⇒ Resolved
around the message list (since both elements are floating, that DIV
will appear to have no inner content and, therefore, no width/height
to create a border around).
Instead, we need to add a "fake" DIV element at the bottom of the
container DIV. This will cause the floated elements to take up space
in the layout, so the border is correctly drawn.
Bug #8933: Fix scrollbar when preview is offhttp://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-git&r1=de792d5ed2c5075b2cde7abc2b7b79dfc150ae4c&r2=8f4c824460b527f8c6807b1f4c1472a63eb6171d
Priority ⇒ 1. Low
New Attachment: scroll.diff
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ Scroll bar is not showing up when message preview is off
Type ⇒ Bug
State ⇒ Unconfirmed
there won't be a scrollbar on the list.
I attached the corrections that make this work, although i don't know
if they are the best ones