Custom work item large html type not working
Hi all,
A custom field with type 'Large HTML' used to work in v4 to display a table. Now, RTC is upgraded to 5.0.2. The html type is behaving like a string field.
Any idea how to fix it?
My issue is very similar to this. I followed the hint to check the attribute warning/error, but found nothing.
My issue is exactly this one.
https://jazz.net/forum/questions/175028/after-upgrading-rtc-from-v3012-to-v502-html-tags-are-showing-up-on-one-of-the-large-string-fields
Please help.
Best regards,
James
showing 5 of 6
show 1 more comments
|
Accepted answer
Hi James,
The Supported tags by RTC in Large HTML, are Italic and Bold tags. James Cheung selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered Jun 03 '15, 2:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jun 03 '15, 2:50 a.m.
In 5.0.2 I was able to use my work item commandline to create a table in a large HTML attribute.
Please note that the UI does not allow to add the tags for a table manually. I used \ to escape the " after looking it up in the internet. I also did not escape it at all. Not sure if this does what you want or if border is supported. I was unable to see a border. Comments
James Cheung
commented Jun 03 '15, 2:52 p.m.
Thanks Ralph,
I also followed Don's suggestion to create a new HTML attribute, then test with WCL. I got the same issue. When I ran a restful query to see the content of the attribute, I found that RTC removed all of the HTML tag.
<rtc_cm:EisActiveEnvironmentNew>Table headerTable headerTable cell 1Table cell 2Table cell 3Table cell 4</rtc_cm:EisActiveEnvironmentNew>
Would you please elaborate more on the Editor Presentation that I should have checked?
I wish I could have posted screenshot here about my Editor Presentation setup.
Best regards,
James
James Cheung
commented Jun 03 '15, 3:09 p.m.
Hi Ralph,
Would you please do me a favor to run a test on your environment with your WCL to update a HTML attribute.
wcl -update EisActiveEnvironmentNew:set="<font color=\"red\">This is some text!</font>"
Do you see the red color text? I don't on my environment.
Best regards,
James
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
what version did you use in v4.x which worked for you?
how was the table created in v4.x?
if you create a new Large HTML custom attribute in 5.0.2, do you see the similar result as the one upgraded from v4.x or not?
have you tried on different browser or not?
I would consider to go to the editor presentation and check that. Are there different modes available? Maybe changing, saving, changing back helps?
Hi Don, thanks a lot for your help.
Hi Ralph,
I tried these with "" or ^" to escape the double quote, i.e. <table border=""1"">
May be I should ask a question about the HTML table support in an Large HTML attribute. Does it support HTML table in 5.0.2? I pretty use it worked in 4.0.6.