Vote #79557
未完了Some buttons in wiki toolbar are hidden in responsive layout
0%
説明
#27758#note-8 by Marius BALTEANU:
on responsive mode, when the screen resolution width in less than the total width of the js toolbar (tabs + buttons), some buttons become hidden. I'm not happy with the current solution, but is not a blocker from my point of view and we can improve this later when we have a better solution.
#27758#note-53 by Takeshi Nakamura:
Toolbar buttons are not wrapped when the screen is narrow.
Redmine 4.0
!/attachments/download/21519/toolbar-4.0.png!
Redmine 3.4
!/attachments/download/21518/toolbar-3.4.png!
journals
--------------------------------------------------------------------------------
I made two patterns of patches to make wiki-toolbar scrollable.
Attach the patches with the screenshot.
(1) scrollable-css.patch
Add scroll setting with css to wiki-toolbar.
!{width:400px}scrollable-css.gif!
(2) move-left-right-buttons.patch
Add buttons to move the wiki-toolbar left and right like the setting screen.
!{width:500px}move-left-right-buttons.png!
--------------------------------------------------------------------------------
It may be one of the solutions to reduce buttons by implementing a context menu like Slack. In Slack, the menu is displayed when you select text. We can remove some buttons from the current toolbar with the popup menu.
!{border: 1px solid grey;}.slack-popup-menu.png!
--------------------------------------------------------------------------------
Github also has an interesting solution for this issue. They simply put their toolbar under the tab if there's not enough space left next to it.
On wide screens the toolbar is next to the tabs.
!github_wide.png!
On narrow screens it moves under the tabs in the input field area.
!github_small.png!
--------------------------------------------------------------------------------
related_issues
relates,Closed,27758,Adds preview option to the wiki toolbar
Admin Redmine さんが3年以上前に更新
- カテゴリ を UI - Responsive_57 にセット
- 対象バージョン を Candidate for next minor release_33 にセット