Feature #31887
Update jQuery UI to 1.12.1
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 4.2.0 | |||
Resolution: | Fixed |
Description
We should upgrade jQuery UI to latest version (currently 1.12.1).
Upgrade guide: https://jqueryui.com/upgrade-guide/1.12/
Related issues
Associated revisions
Update jQuery UI to 1.12.1 (#31887).
Patch by Marius BALTEANU.
Update jQuery UI to 1.12.1 (#31887).
Patch by Marius BALTEANU.
History
#1
Updated by Marius BALTEANU over 1 year ago
- Related to Defect #31870: Remove deprecated .zIndex() method added
#2
Updated by Marius BALTEANU over 1 year ago
- Related to deleted (Defect #31870: Remove deprecated .zIndex() method)
#3
Updated by Marius BALTEANU over 1 year ago
- Blocked by Defect #31870: Remove deprecated .zIndex() method added
#4
Updated by Sho HASHIMOTO over 1 year ago
+1!!
#5
Updated by Sho HASHIMOTO over 1 year ago
note: jQuery 1.x and 2.x was already EOL. See below.
#6
Updated by Marius BALTEANU 9 months ago
- File 0001-Update-JQuery-UI-to-1.12.1.patch.zip added
- Target version set to Candidate for next major release
Here is a patch that updates jQuery UI to latest version (1.12.1). The patch is zip archive because of the size.
Among all the changes, the new version of jQuery UI brings a new default theme (Smoothness) and Font size changes which do not require anymore some overrides made in Redmine theme.
Beside the update, the patch removes those overrides, adds a new overlay background and makes the autocomplete to have the same look and feel from inline auto complete, context menu or quick project.
Also, starting with this version, the library is divided in multiple components and we can decrease the size of it if we drop those components not used by Redmine, but the change can affect plugin developers.
#7
Updated by Marius BALTEANU 9 months ago
- File datepicker.png added
- File overlay.png added
- File autocomplete.png added
Some screenshots.
#8
Updated by Marius BALTEANU 9 months ago
- File deleted (
0001-Update-JQuery-UI-to-1.12.1.patch.zip)
#9
Updated by Marius BALTEANU 9 months ago
- File 0001-Update-JQuery-UI-to-1.12.1.patch.zip added
#10
Updated by Marius BALTEANU 9 months ago
Sho HASHIMOTO wrote:
note: jQuery 1.x and 2.x was already EOL. See below.
Here we track jQuery UI update and in #33383 we track jQuery.
#13
Updated by Go MAEDA 9 months ago
Marius BALTEANU wrote:
Also, starting with this version, the library is divided in multiple components and we can decrease the size of it if we drop those components not used by Redmine, but the change can affect plugin developers.
Dropping some components is a big change, so I think it is better to put off the change until Redmine 5.0.
#14
Updated by Marius BALTEANU 9 months ago
Go MAEDA wrote:
Marius BALTEANU wrote:
Also, starting with this version, the library is divided in multiple components and we can decrease the size of it if we drop those components not used by Redmine, but the change can affect plugin developers.
Dropping some components is a big change, so I think it is better to put off the change until Redmine 5.0.
Agree.
#16
Updated by Mizuki ISHIKAWA 8 months ago
- File ScreenShot-2020-05-14-11.21.34.png added
The style of the highlighted code listings on the Wiki toolbar has changed since this change was committed.
The background color of the li element does not change when hovering.
#18
Updated by Go MAEDA 8 months ago
- Blocks Defect #32125: Issues autocomplete may not find issues with a subject longer than 60 characters added
#20
Updated by Marius BALTEANU 8 months ago
- Assignee changed from Go MAEDA to Marius BALTEANU
#21
Updated by Marius BALTEANU 8 months ago
- File 0002-Fix-JS-languages-menu-style.patch
added
- Assignee changed from Marius BALTEANU to Go MAEDA
Here is the patch to fix the reported issue, thanks for pointing this out. I didn't know that the JS Toolbar depends on the menu component from jQuery UI (issue cause). We should drop this dependency in the future.
@Go Maeda, I don't think that it's necessary to revert the changes, we're on trunk and for the patches that I work on, I will provide fixes as soon as I can.
#22
Updated by Go MAEDA 8 months ago
- Status changed from Reopened to Closed
Committed the patch again with 0002-Fix-JS-languages-menu-style.patch. Thank you.
@Go Maeda, I don't think that it's necessary to revert the changes, we're on trunk and for the patches that I work on, I will provide fixes as soon as I can.
I thought it was a rather serious issue. And I didn't expect the issue is fixed so quickly. But now I think that reverting r19769 was too early.