Vote #78436
完了Optimize Gantt Charts for mobile screens
0%
説明
Once the screens goes below a certain width (~400px) it is impossible to horiziontally scroll the gantt chart area:
!before.png!
Attached you will find a patch that fixes this problem by setting the column that holds the issues to a width relative to the screen width, rather than a fixed width on mobile devices.
!after.png!
journals
This patch applies without whitespace warnings.
--------------------------------------------------------------------------------
I confirmed the problem in iOS Emulator. The patch works fine for me.
Setting target version to 3.2.7.
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------