Defect #24309
closedSetting page for repository does not scroll horizontally on small screens
0%
Description
Horizontall scroll bar is missed on settings page for repository.
Problem appears after #20632 (because overflow: hidden;
on #wrapper
)
We can wrap repositories table with .autoscroll
ofcouse or even do it in common/_tabs.html.erb
But maybe it would be better to remove overflow: hidden;
from #wrapper
?
I dont know what is the best way to fix this and want to discuss because this problem may affect many other pages.
I think that turning off horizontal scroll completely is not a good idea.
Similar problems:
#22336
#21808#note-5
Files
Related issues
Updated by Go MAEDA over 6 years ago
- Related to Patch #22336: Revision Table does not scroll horizontally on small screens added
Updated by Go MAEDA over 6 years ago
- Related to Defect #28523: Display horizontal scroll bar of plugins table when overflow occurs on small screen added
Updated by Go MAEDA over 6 years ago
- Category changed from UI to UI - Responsive
- Target version set to Candidate for next minor release
Updated by Tomomi Yuzuriha over 6 years ago
- File displaying_the_scroll_bar_on_settings_page_for_repository.patch displaying_the_scroll_bar_on_settings_page_for_repository.patch added
I felt it was difficult to judge whether deleting "overflow: hidden; on # wrapper" would be fine or not, Because the range of #wrapper is too big.
So, I propose a patch using the same way as #22336 (displaying the scroll bar using .autoscroll).
Updated by Go MAEDA over 6 years ago
- Subject changed from Horizontal scrollbar is missing to Horizontal scrollbar is missing on settings page for repository
- Target version changed from Candidate for next minor release to 3.4.7
Updated by Go MAEDA over 6 years ago
- Subject changed from Horizontal scrollbar is missing on settings page for repository to Setting page for repository does not scroll horizontally on small screens
- Status changed from Resolved to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed. Thank you all for reporting and fixing this issue.