Feature #31887
closedUpdate jQuery UI to 1.12.1
0%
Description
We should upgrade jQuery UI to latest version (currently 1.12.1).
Upgrade guide: https://jqueryui.com/upgrade-guide/1.12/
Files
Related issues
Updated by Marius BĂLTEANU over 5 years ago
- Related to Defect #31870: Remove deprecated .zIndex() method added
Updated by Marius BĂLTEANU over 5 years ago
- Related to deleted (Defect #31870: Remove deprecated .zIndex() method)
Updated by Marius BĂLTEANU over 5 years ago
- Blocked by Defect #31870: Remove deprecated .zIndex() method added
Updated by Sho HASHIMOTO over 5 years ago
note: jQuery 1.x and 2.x was already EOL. See below.
Updated by Marius BĂLTEANU over 4 years 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.
Updated by Marius BĂLTEANU over 4 years ago
- File datepicker.png datepicker.png added
- File overlay.png overlay.png added
- File autocomplete.png autocomplete.png added
Some screenshots.
Updated by Marius BĂLTEANU over 4 years ago
- File deleted (
0001-Update-JQuery-UI-to-1.12.1.patch.zip)
Updated by Marius BĂLTEANU over 4 years ago
Updated by Marius BĂLTEANU over 4 years 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.
Updated by Go MAEDA over 4 years ago
Marius BALTEANU wrote:
Here is a patch that updates jQuery UI to latest version (1.12.1). The patch is zip archive because of the size.
Thank you for working on this. Features that depend on JQuery UI such as dialogs and auto-completes seem to be working fine.
Updated by Go MAEDA over 4 years ago
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
Updated by Go MAEDA over 4 years 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.
Updated by Marius BĂLTEANU over 4 years 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.
Updated by Go MAEDA over 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.
Updated by Mizuki ISHIKAWA over 4 years ago
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.
Updated by Go MAEDA over 4 years ago
- Blocks Defect #32125: Issues autocomplete may not find issues with a subject longer than 60 characters added
Updated by Marius BĂLTEANU over 4 years ago
- Assignee changed from Go MAEDA to Marius BĂLTEANU
Updated by Marius BĂLTEANU over 4 years ago
- File 0002-Fix-JS-languages-menu-style.patch 0002-Fix-JS-languages-menu-style.patch added
- Assignee changed from Marius BĂLTEANU 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.
Updated by Go MAEDA over 4 years 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.