| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Will we be using this for anything? |
Sorry, something went wrong.
|
Yes. prototech asked for it, I also want to switch notifications to this framework instead of duplicating code, users and mod authors will want to create their own menus |
Sorry, something went wrong.
|
I implement something similar in this PR #1773, but since Arty already added pretty much the same thing that would just create duplicated code. So, I asked him to make his implementation more extensible so that I could use it instead. |
Sorry, something went wrong.
There was a problem hiding this comment.
As per IRC, prototech and me think most items that will use the dropdown are going to be inline, so we might add display: inline-block; here
Sorry, something went wrong.
There was a problem hiding this comment.
Why? Dropdown can be added to inline element as well. There is no reason to change display mode for trigger, if element that triggers dropdown must be inline-block then it should be set by styling of that particular element, not for all items that trigger dropdown menu.
Sorry, something went wrong.
|
The dropdown should have a max height and switch to a scrollbar once it goes above it. |
Sorry, something went wrong.
|
@prototech Added max-height and vertical scrollbar. |
Sorry, something went wrong.
PHPBB3-11979
|
Also rebased on recent develop |
Sorry, something went wrong.
|
Part of the content seems to go under the scrollbar. See the screenshot below. The full text is "Dropdown item #1" |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
http://tracker.phpbb.com/browse/PHPBB3-11979