Vote #78238
完了Issue description edit link corrupted in low resolution
0%
説明
When editing an issue in a low resolution (width < 900px), the "Edit" link loses it's icon and is truncated to "dit" (see image)
Environment: Redmine version 3.2.4.stable Ruby version 2.0.0-p384 (2014-01-12) [x86_64-linux-gnu] Rails version 4.2.7.1 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.9.1 Filesystem Redmine plugins: advanced_roadmap_v2 2.4.2
!redmine-error.jpg!
journals
I confirmed the problem with Chrome 56.0.2924.87 (Mac).
No problem with Firefox or Safari.
--------------------------------------------------------------------------------
Indeed. I only see this in Chrome (56.0.2924.87), but not in Firefox (51.0.1). Both in Linux.
Safari 10 does not show the issue either (in iOS)
--------------------------------------------------------------------------------
Go MAEDA wrote:
> I confirmed the problem with Chrome 56.0.2924.87 (Mac).
> No problem with Firefox or Safari.
Vasili Korol wrote:
> Indeed. I only see this in Chrome (56.0.2924.87), but not in Firefox (51.0.1). Both in Linux.
> Safari 10 does not show the issue either (in iOS)
Based on these comments this issue is confirmed, setting status as such.
--------------------------------------------------------------------------------
The problem is the attribute:
<pre>
word-wrap: break-word;
</pre>
of the @.box@ that wraps this form. This leads to a line break for the specified element.
I am attaching a patch that resets the word-wrap for this element for the mobile resolution.
--------------------------------------------------------------------------------
Applying the styles from the patch above fixes the problem in Redmine 3.2.4 in Chrome 58.0.3029.110.
--------------------------------------------------------------------------------
Thank you for posting the patch. The problem was fixed.
Setting target version to 3.3.4 (merging the patch to 3.2-stable branch requires manual merge).
--------------------------------------------------------------------------------
Patch committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------