Project

General

Profile

Actions

Defect #24309

closed

Setting page for repository does not scroll horizontally on small screens

Added by Dmitry Lisichkin over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
UI - Responsive
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

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

Related to Redmine - Patch #22336: Revision Table does not scroll horizontally on small screensClosedJean-Philippe Lang

Actions
Related to Redmine - Defect #28523: Display horizontal scroll bar of plugins table when overflow occurs on small screenClosedGo MAEDA

Actions
Actions #1

Updated by Toshi MARUYAMA over 7 years ago

  • Description updated (diff)
Actions #2

Updated by Go MAEDA almost 6 years ago

  • Related to Patch #22336: Revision Table does not scroll horizontally on small screens added
Actions #3

Updated by Go MAEDA almost 6 years ago

  • Related to Defect #28523: Display horizontal scroll bar of plugins table when overflow occurs on small screen added
Actions #4

Updated by Go MAEDA almost 6 years ago

  • Category changed from UI to UI - Responsive
  • Target version set to Candidate for next minor release
Actions #5

Updated by Tomomi Yuzuriha over 5 years ago

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).

Actions #6

Updated by Go MAEDA over 5 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

The very similar fixes were already delivered by #22336 and #28523. Setting the target version to 3.4.7.

Actions #7

Updated by Go MAEDA over 5 years ago

  • Status changed from New to Resolved
Actions #8

Updated by Go MAEDA over 5 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.

Actions

Also available in: Atom PDF