Did you try the latest build? I saw a new bug report was opened up after this one was closed, and it appears to have been fixed/closed yesterday. I did not have a chance to test it yet though.
Thanks for that - I didn't see that report as I was searching on "apostrophe" in codeplex.
I'm trying the latest stable release (4.6.1) - I'm not keen on upgrading live, heavily trafficed site to anything other than a stable release.
I also don't have a masive amount of confidence in that comment as the same user posted almost exactly the same comment (Seems to be fixed in the current changeset) on Dec 20th on workitem 29904, then 3 weeks later the fix doesn't appear in the latest full release.
Has anyone tried the latest changeset in production?
Apostrophe in page name breaks insert link dialogue
Hi All
This is just a quick note to ask that http://umbraco.codeplex.com/workitem/29080?ProjectName=umbraco be reopened (and fixed, hopefully). As it has been an ongoing issue for quite some time, and is still a problem in 4.6.1 as far as I can tell.
As our client in this case is a School, resorting to poor grammar to work around the issue isn't an option ;-)
Dan
Hi Dan,
Did you try the latest build? I saw a new bug report was opened up after this one was closed, and it appears to have been fixed/closed yesterday. I did not have a chance to test it yet though.
http://umbraco.codeplex.com/workitem/29904
-Tom
Hi Tom
Thanks for that - I didn't see that report as I was searching on "apostrophe" in codeplex.
I'm trying the latest stable release (4.6.1) - I'm not keen on upgrading live, heavily trafficed site to anything other than a stable release.
I also don't have a masive amount of confidence in that comment as the same user posted almost exactly the same comment (Seems to be fixed in the current changeset) on Dec 20th on workitem 29904, then 3 weeks later the fix doesn't appear in the latest full release.
Has anyone tried the latest changeset in production?
Dan
It still looks to be an issue in the latest changeset.
The issue is in umbraco\presentation\umbraco\Trees\BaseContentTree.cs - SetActionAttribute Method (Line 207) :-
The last line is escaping the single quote but the link text has already been HtmlEncoded so all single quotes have been encoded as '
I've tried the following which seems to work :-
I'll update the cp ticket.
is working on a reply...