Defect #25064
closedIssue description edit link corrupted in low resolution
0%
Description
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
Files
Updated by Go MAEDA almost 8 years ago
- Category set to UI - Responsive
I confirmed the problem with Chrome 56.0.2924.87 (Mac).
No problem with Firefox or Safari.
Updated by Vasili Korol almost 8 years ago
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)
Updated by Mischa The Evil almost 8 years ago
- Status changed from New to Confirmed
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.
Updated by Felix Gliesche over 7 years ago
- File 0001-Fix-unintended-word-wrap-for-edit-link.patch 0001-Fix-unintended-word-wrap-for-edit-link.patch added
The problem is the attribute:
word-wrap: break-word;
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.
Updated by Vasili Korol over 7 years ago
Applying the styles from the patch above fixes the problem in Redmine 3.2.4 in Chrome 58.0.3029.110.
Updated by Go MAEDA over 7 years ago
- Target version set to 3.3.4
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).
Updated by Jean-Philippe Lang over 7 years ago
- Subject changed from Corrupt layout on the issue editing page in low resolution to Issue description edit link corrupted in low resolution
- Status changed from Confirmed to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch committed, thanks.
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from Resolved to Closed