Small text issue in Recording Wizard
Ken Dobson
kdobson at redhat.com
Thu Dec 20 16:31:43 UTC 2018
Hi all,
When you open the Recording Wizard you should see this written at the
bottom of the first page:
*Note: *Time fixed recordings will be automatically dumped and opened.
This was bothering me so I had a look and it seems the eclipse setText
function replaces all "&" with "&" so you're unable to use character
references in the string you pass to it, only HTML tags. This tiny patch
just removes the as it currently does nothing and looks quite ugly.
Thanks,
Ken
More information about the jmc-dev
mailing list