Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M5
-
Fix Version/s: 6.2.0 CE M5
-
Component/s: UI, UI > JavaScript & CSS
-
Story Points:3
-
Similar Issues:
Description
The width of the list with suggestions for AutoComplete for Freemarker is set to 250px.
This causes the suggestions with very long names to span multiple rows.

PASSED Manual Testing using the following steps:
1. Go to Control Panel.
2. Click Dynamic Data Lists.
3. Add a new Data Definitions.
4. Click Manage Templates near Action and add Display Template.
5. Choose FreeMarker below Script.
6. Type "$[]".
Reproduced on:
Tomcat 7.0 + MySQL 5. Portal 6.2.x GIT ID: b9f71c54bd2ce62fc65585863c25da6a3982d428.
The suggestions with very long names spans multiple rows.
Fixed on:
Tomcat 7.0 + MySQL 5. Portal 6.2.x GIT ID: 4474b0e18f4469cae06b12cf8615f46a01a407e7.
Remove the constraining width from AutoComplete suggestions popup. The width of the list with suggestions for AutoComplete for Freemarker is not set to 250px.