Defect #36901
closedJump to project is misaligned in Safari 15.4 and later
0%
Description
Jump to project dropdown item is misaligned from the project filter field by 1 pixel down as shown on the screenshot. Tested on Safari 15.4 (17613.1.17.1.13).
Files
Updated by Go MAEDA over 2 years ago
- Subject changed from Jump to project is misaligned to Jump to project is misaligned in Safari 15.4
- Status changed from New to Confirmed
- Affected version changed from 5.0.0 to 4.2.5
I have confirmed the issue after updating Safari from 15.3 to 15.4.
Updated by Mizuki ISHIKAWA over 2 years ago
Adding the following CSS seems to fix it.
#quick-search form { display: inline-block; }
Updated by Go MAEDA over 2 years ago
- Target version set to 4.2.6
Setting the target version to 4.2.6.
Updated by Vitaly vit9696 over 2 years ago
This fix is not sufficient, as it results in the dropdown item moving 1 pixel upwards after a click.
Updated by Vitaly vit9696 over 2 years ago
- File quick-search.diff quick-search.diff added
The attached change looks good to me so far with redmine 5.0.0 on Safari 15.4, Firefox 99.0.1, Chromium 100.0.4896.127.
Updated by Marius BĂLTEANU over 2 years ago
- Target version changed from 4.2.6 to 4.2.7
Updated by Vitaly vit9696 over 2 years ago
Marius, could you please clarify why the attached fix was not committed? Thanks!
Updated by Marius BĂLTEANU over 2 years ago
Vitaly vit9696 wrote:
Marius, could you please clarify why the attached fix was not committed? Thanks!
The patch was not tested by me or other Redmine maintainer and it was more important to release the new versions because of the security issues. We will do our best to include the fixes in 4.2.7.
Updated by Marius BĂLTEANU over 2 years ago
- Target version changed from 4.2.7 to 4.2.8
Updated by Vitaly vit9696 about 2 years ago
Hello, Go MAEDA, could you please test the attached patch and commit it if it works for you?
Your attention is also needed on this patch, which would be great to merge into 5.0.3 as well.
Thanks!
Updated by Go MAEDA about 2 years ago
- Subject changed from Jump to project is misaligned in Safari 15.4 to Jump to project is misaligned in Safari 15.4 and later
- Status changed from Confirmed to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for reporting and fixing the issue.