View Issue Details

IDProjectCategoryView StatusLast Update
0000503Twitter DelitterUser Interfacepublic2020-02-28 07:26
ReporterBootBlock Assigned ToBootBlock  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.35 
Target Version1.36Fixed in Version1.36 
Summary0000503: HTML Entity decode tweet text within the tweets list
Description

Haven't tested whether this applies to tweets not posted via TD, but posting a tweet via TD that includes certain characters (eg. & < >) causes TD to display the HTML entities for those characters rather than the decoded characters.

TagsUI

Activities

BootBlock

2020-02-28 07:26

administrator   ~0000229

Added Settings - Advanced - TweetHtmlDecoding, with the following options:

  • Auto
  • Always
  • Never

Always will always perform a WebUtility.HtmlDecode() and probably shouldn't be enabled; performance differences may not be noticeable on modern hardware, but why bother forcing it if it isn't required? Unless, obviously, TD isn't detecting when it should be applied - hence the reason the Always option exists.

Auto will check to see if the text contains an & ampersand character and then do a decode if it does.

Never will not perform a HtmlDecode under any circumstances.

Issue History

Date Modified Username Field Change
2020-02-28 07:12 BootBlock New Issue
2020-02-28 07:12 BootBlock Assigned To => BootBlock
2020-02-28 07:12 BootBlock Tag Attached: UI
2020-02-28 07:26 BootBlock Note Added: 0000229
2020-02-28 07:26 BootBlock Status new => closed
2020-02-28 07:26 BootBlock Resolution open => fixed
2020-02-28 07:26 BootBlock Fixed in Version => 1.36