User tests: Successful: Unsuccessful:
This is a Pull Request for the initial start that @brianteeman made here #9347
Same testing instructions apply
This PR includes RTL support and solves the issue with 3rd level submenus being cropped
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Hmm, ok, I'll look into this over the weekend
Category | ⇒ | Templates (admin) |
@brianteeman - I've fixed the left offset issue you mentioned.
@infograf768 - Fixed the RTL issue
@ot2sen - This was only supposed to be for the "Components" dropdown.
@brianteeman - Does this need to be applied to all dropdowns?
Perhaps it only is for the Components menu as the title says? Tested the menus menu, which would have same issue often :)
We also need it indeed for other dropdowns. The menus one is very important.
Okies, fixing it up now
Applied to all dropdowns
I have tested this item successfully on 85278b9
Tested successful with latest patch. Menu now scrollable
Title |
|
This PR has received new commits.
CC: @ot2sen
I have tested this item successfully on f18c456
Retested with fix for extensions manage. That extra scrollbar is now gone and the intended scrollbars is a menus.
I have tested this item successfully on f18c456
This is just fabulous and a real improvement!
Thanks all and of course @C-Lodder
Working great - do you think there should be some sort of visual indicator at the end of the column to indicate there is more if you scroll?
@brianteeman - I like to think that people have at least some common sense and know what a scroll bar is for :)
I can add otherwise though
You only see the scollbar when you over over the menu itself. If you only
click on Menu (or) Component then the scrollbar does not appear so you dont
know the list is truncated
On 14 March 2016 at 16:14, Lodder notifications@github.com wrote:
@brianteeman https://github.com/brianteeman - I like to think they
people have at least some common sense and know what a scroll bar is
for :)I can add otherwise though
—
Reply to this email directly or view it on GitHub
#9375 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
@brianteeman - Oh, I think that's a Safari feature
Could you try adding the following to the template.css file:
.navbar .nav > li ul::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
.navbar .nav > li ul::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
Note: this will also style the scroll bar for Chrome and Opera, but will hopefully ensure it's always visible
Thats perfect- a scrollbar is permanently displayed if there is a scroll available
This PR has received new commits.
@brianteeman - Applied
I have tested this item successfully on 284ebd1
Milestone |
Added: |
Milestone |
Added: |
I have tested this item successfully on 284ebd1
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
I have tested this item successfully on 284ebd1
the scrollbar works for small screens too.
Milestone |
Removed: |
Milestone |
Added: |
Milestone |
Added: |
Milestone |
Removed: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-04-06 08:58:31 |
Closed_By | ⇒ | wilsonge |
Labels |
Removed:
?
|
Milestone |
Removed: |
Milestone |
Added: |
Milestone |
Added: |
Milestone |
Removed: |
I seem to have an issue with the position of the submenu
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9375.