[rt-users] UpdateCc, clickable addresses bug?

Jesse Vincent jesse at bestpractical.com
Mon Dec 21 11:17:13 EST 2009




On Sat, Dec 19, 2009 at 12:15:12PM +0100, BBBLINT Bekkkny wrote:
> Of course.
> 
> --
> Bekény
> 
> > >     > I have the following problem in 3.8.6 (sorry I can't try it on
> > 3.8.7
> > >     now).
> > >     > If I have a header line in an email like this (or in Cc field):
> > >     >
> > >     > To: "'Foo Bar'" <foo.bar at foobar.hu>
> > >     > of
> > >     > To: 'Foo2 Bar2' <foo2.bar2 at foobar2.hu>
> > >     >
> > >     > on the Update.html page (UpdateCc component) RT generates the code:
> > >     >
> > >     > [...]
> > >     >
> > >     > It seems that ' disturbs the generated JavaScript code.
> > >     > Is it a known issue?
> > >


Looking at the patch now that it's a unified diff, I think we probably
want to be escaping the ' rather than killing it.   Does \\' work as a
replacement string?

-J



More information about the rt-users mailing list