Issue Details (XML | Word | Printable)

Key: JRA-6862
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mark Chaimungkalanont [Atlassian]
Reporter: Philip Herbst
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

Cannot comment on same page (viewIssue) in German Locale.

Created: 01/Jun/05 06:23 PM   Updated: 30/Jul/06 07:35 PM
Component/s: Internationalisation
Affects Version/s: 3.2
Fix Version/s: 3.2.1

Time Tracking:
Not Specified

File Attachments: 1. HTML File viewissue.jsp (6 kB)

Issue Links:
Duplicate
 

Participants: Keith Brophy, Mark Chaimungkalanont [Atlassian] and Philip Herbst
Since last comment: 3 years, 26 weeks, 3 days ago
Resolution Date: 02/Jun/05 09:10 PM
Labels:


 Description  « Hide
It seems that the old behavoiur where comments were made on a separate screen reappeared. Is there a reason or is it a bug?

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Keith Brophy added a comment - 02/Jun/05 12:09 AM
Hi Philip,

Can you let us know which version you are using?
Also, can you let us know how you are adding the comment - is it from the 'Comment on this issue' link in the issue operations?

Can you also ensure that Javascript is enabled as this feature utilises Javascript for its operation.

Regards,
Keith


Philip Herbst added a comment - 02/Jun/05 02:03 AM
Jira 3.2 here on jira.atlassian.com and Jira 3.2 Professional which is freshly installed on our server. Tried it with Firefox, IE and Safari on different Computers.Worked before

Philip Herbst added a comment - 02/Jun/05 02:14 AM
seems to be a Javascript Error when german locale is turned on.english works for me and probably for you

Error: missing ) after argument list
Source File: http://jira.atlassian.com/browse/JRA-6862
Line: 1165, Column: 28
Source Code:
'Immer 'Kommentar hinzufügen' Bereich anzeigen',

Error: showComment is not defined


Keith Brophy added a comment - 02/Jun/05 08:53 PM
Hi Philip,

Yes - this is a bug - the showComment function fails to parse the arguments correctly due to extra ' characters within the parameters.

Thanks for reporting this. We shall try to add a patch here and will incorporate the fix in JIRA 3.2.1.

Regards,
Keith


Mark Chaimungkalanont [Atlassian] added a comment - 02/Jun/05 09:10 PM
The problem was with single quotes in the German transaltions. I've escaped the init scrips now so all should be fine.

Mark Chaimungkalanont [Atlassian] added a comment - 02/Jun/05 09:11 PM
I've also attached a patch that should fix this