We couldn't load the project sidebar. Refresh the page to try again. If the problem persists, contact your Jira admin.
Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
The diff view will now no longer display more than 10,000 characters in a single line in the diff view which avoids the hang. This does mean that operations on individual lines where this has occurred will not work, but this should be a very rare case since line-wise operations where the lines are that long are unlikely.
Steve Streeting (Inactive)
added a comment - The diff view will now no longer display more than 10,000 characters in a single line in the diff view which avoids the hang. This does mean that operations on individual lines where this has occurred will not work, but this should be a very rare case since line-wise operations where the lines are that long are unlikely.
The issue seems to be that the first line of that file is 226000 characters long and the Cocoa method for calculating the required width to display that is hanging. We'll put in a trap to just ignore lines that long (you'd never be able to view them anyway).
Steve Streeting (Inactive)
added a comment - The issue seems to be that the first line of that file is 226000 characters long and the Cocoa method for calculating the required width to display that is hanging. We'll put in a trap to just ignore lines that long (you'd never be able to view them anyway).
Deleted attachment now this issue is fixed as per customer request.