This issue has been created
There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-17b26c87-40ea-430c-94b7-657b9d59c2a0 XWIKI-24787 Open

The normalized identifier is never displayed in the image style administration

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-3716ffb6-9a1c-4c3d-bb50-dd688b5211e4 Manuel Leduc created this issue on 03/Sep/26 11:38
 
Summary: The normalized identifier is never displayed in the image style administration
Issue Type: cid:jira-generated-image-avatar-17b26c87-40ea-430c-94b7-657b9d59c2a0 Bug
Affects Versions: 15.8
Assignee: Unassigned
Components: Image
Created: 03/Sep/26 11:38
Priority: cid:jira-generated-image-static-major-8f513d9d-91c2-4f16-8681-8625205ce4ae Major
Reporter: Manuel Leduc
Description:

Problem

When the entered name has to be rewritten to follow the naming conventions, the image style administration is supposed to display the resulting identifier in a hint below the field. That hint is never displayed.

The hint element is declared with a trailing space inside its id:

<span id="targetTitleActualMessage " class="xHint"></span>

while the script fills it in through the #targetTitleActualMessage selector, which therefore matches nothing.

Steps to reproduce

  • Go to Administration / Content / Image Styles
  • Type a name that the naming conventions rewrite, for instance my style

Actual result

No hint is displayed, so the user has no way to know under which identifier the style is going to be created.

Expected result

The hint displays the normalized identifier.

 
 

2 updates

 
cid:jira-generated-image-avatar-3716ffb6-9a1c-4c3d-bb50-dd688b5211e4 Changes by Manuel Leduc on 03/Sep/26 11:38
 
Fix Version: 18.8.0-rc-1
Assignee: Manuel Leduc