History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-9765
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Neal Applebaum
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Word export incorrectly renders resolved links

Created: 28/Mar/06 12:15 PM   Updated: 24/Oct/06 06:38 AM
Component/s: Web interface
Affects Version/s: 3.5.3
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Microsoft Word JRA-5958.doc (95 kb)

Environment: Word 2003
Issue Links:
Cloners
 
Reference

Participants: Chris Mountford [Atlassian], Dylan Etkin [Atlassian], Neal Applebaum and Scott Farquhar [Atlassian]
Since last comment: 91 weeks, 6 days ago
Labels:


 Description  « Hide
Export issue JRA-5958 to Word.
Notice how the last comment does not display JRA-9101within the comment but as some sort of track changes deletion.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Mountford [Atlassian] - 29/Mar/06 05:24 PM
Thanks for the bug report Neal.

Scott Farquhar [Atlassian] - 15/Jul/06 07:30 AM
It appears that the new word renderer uses <del>, rather than <strike> to indicate a resolved issue. This appears to be causing the problem.

Chris / Dylan - any idea why we use <del> instead of <strike> ?


Dylan Etkin [Atlassian] - 16/Jul/06 05:48 PM
We use whatever the atlassian-renderer produces when you give it the - character. We will need to look into it and see if this changed in the renderer.

Scott Farquhar [Atlassian] - 20/Jul/06 10:35 PM
Tom says that we can talk to him and he can help make the change from <del> to <stike> (or an option) in atlassian-renderer.

It is because the wysiwyg editor expects <del>, and so the renderer was changed to reflect that.


Scott Farquhar [Atlassian] - 18/Oct/06 08:46 PM
I think that if we can't resolve this in the renderer, then I'll resolve it in the excel view specially (like JRA-9509(

Dylan Etkin [Atlassian] - 18/Oct/06 09:49 PM
I think that what we will need to do to fix this is parameterize the wiki renderer so that you can specify if you want to render a strike or a del. This should not take more than half a day including tests.