Summary | Scrollbar for Sidebar |
Queue | Horde Base |
Queue Version | Git master |
Type | Enhancement |
State | Rejected |
Priority | 2. Medium |
Owners | |
Requester | horde (at) natemac (dot) com |
Created | 07/13/2012 (4744 days ago) |
Due | |
Updated | 07/13/2012 (4744 days ago) |
Assigned | |
Resolved | 07/13/2012 (4744 days ago) |
Milestone | |
Patch | No |
State ⇒ Rejected
5 anyway.
State ⇒ New
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Scrollbar for Sidebar
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
the Horde4 framework. One that that I noticed that I had to develop a
workaround for was that I make heavy use of the sidebar to quickly
jump to individual games (I know that one user has 50+ nodes under my
app). With Horde3, the sidebar was a separate frame with a scrollbar,
so it wasn't a big deal. But with Horde4 it is a single div overlay,
so if the sidebar extends down beyond the rest of the page, you cannot
access the bottom elements.
I've added some of my own code to add javascript observers to the page
resize (and trigger that event on dom load) to add CSS max-height and
overflow-y:auto to the expanded scrollbar, but I'm thinking that this
should probably be a universal thing in the future.