Closed
Bug 653281
Opened 14 years ago
Closed 14 years ago
Need scrollbar in the tree directory
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
Builder 0.9.5
People
(Reporter: ashah, Assigned: smcarthur)
Details
Attachments
(1 file)
|
61.55 KB,
image/jpeg
|
Details |
On the LHS tree directory, if you add a significant number of libs/attachments/libraries, the tree becomes large but there is no scroll bar.
A scrollbar over there would be a nice to have enhancement.
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → smcarthur
Target Milestone: --- → Builder 0.9.4
| Assignee | ||
Comment 1•14 years ago
|
||
There used to be a scrollbar... dbuc, where did it go?
Comment 2•14 years ago
|
||
Must have overlooked it when changing the layout, I will fool with it and post some possible fixes here.
| Assignee | ||
Updated•14 years ago
|
Priority: -- → P3
Comment 4•14 years ago
|
||
#app-sidebar
{
bottom: -72px;
position: absolute;
top: 0;
width: 229px;
}
#app-sidebar-form
{
-moz-box-orient: vertical;
display: -moz-box;
height: 100%;
width: 100%;
}
.trees-container
{
-moz-box-flex: 1;
-moz-box-orient: vertical;
display: -moz-box;
}
| Assignee | ||
Comment 5•14 years ago
|
||
fixed in master https://github.com/mozilla/FlightDeck/commit/96959999b97dafd150a27bf98489a314cd3a09e9
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
verified at: https://builder.addons.mozilla.org/addon/1004430/latest/
scroll bar appears after adding significant # of libraries..
verified screenshot: screenshot.jpg
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•