-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ganttchart] Update the modal so that Sub-titles can be seen even if the Title is too long #172
Labels
Comments
will-yama
changed the title
[ganttchart]モーダルウィンドウでアイテムのヘッダ欄で大項目と中項目の間に改行を入れる
[ganttchart] Update the modal so that Sub-titles can be seen even if the Title is too long
Nov 30, 2020
Translation: Enhancement:
|
@tkmry Thanks for your suggestion, the idea to improve the modal sounds great. |
tkmry
added a commit
to tkmry/plugin-samples
that referenced
this issue
Nov 30, 2020
tkmry
added a commit
to tkmry/plugin-samples
that referenced
this issue
Nov 30, 2020
update for kintone-samples#172
Closed
tkmry
added a commit
to tkmry/plugin-samples
that referenced
this issue
Dec 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ガントチャートプラグインで表示した際に、日付のチップをクリックするとモーダルウィンドウで日付を変更する画面が表示されますが、大項目名が長いと中項目が表示されず、何について変更をしているのか判別しづらくなっています。
暫定的な対応として、h3配下に埋め込んでいる、data.name と data.desc の間に
<br />
を挿入して、下記の画面のようにしていただけますか。
該当コード行: https://github.com/kintone-samples/plugin-samples/blob/master/examples/ganttchart/js/desktop-ganttchart.js#L171
本来、分離するつもりであれば data.desc を h3 タグの中から取り出し、
div や h4 等に付け替える必要はあると感じていますが、
css の修正まで手掛けるよりは手間もかからず必要な効果が出るため上記提案に留めております。
差し支えなければ修正して PullRequest を送りますがいかがでしょうか。
The text was updated successfully, but these errors were encountered: