-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 5.1, 5.1.1, 5.1.2
-
Component/s: None
-
5.01
Whenever a long text(eg.stacktrace) had been added to the description field, it will not be render nicely in the View issue page. However, it does not occurs in the Edit issue page.
For eg. the following codes will not render correctly when put on the description field:
Error creating bean with name 'com.burningcode.jira.web.action.issue.ManageWatchersReindex': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.burningcode.jira.web.action.issue.ManageWatchersReindex]: Constructor threw exception; nested exception is java.lang.NoSuchMethodError: com.atlassian.jira.web.action.issue.ManageWatchers.<init>(Lcom/atlassian/jira/issue/watchers/WatcherManager;Lcom/atlassian/velocity/VelocityManager;Lcom/atlassian/jira/bc/user/search/UserPickerSearchService;Lcom/atlassian/jira/bc/issue/watcher/WatcherService;Lcom/atlassian/jira/security/PermissionManager;Lcom/atlassian/crowd/embedded/api/CrowdService;)V
A similar example will be the screenshot attached.
- is duplicated by
-
JRASERVER-30255
Long text string doesn't wrap
-
- Closed
-
- is related to
-
JRASERVER-29331 Saved Filter description not render correctly in the issue navigator panel for long text
-
- Closed
-
- copied to
-
JRADEV-14699 Loading...