Strange behaviour when using tags in "wishlist comment" or "trade condition" fields.
Closed this issue · 2 comments
rafal-watorski commented
I'm using a lot of tags in my collection, usually in "Private comment", "Wishlist comment" and "Trade condition" fields. When editing these fields using the application, the text is changed to html tags. After another sync (trough swiping down), the text is back to normal.
Step by step:
- Enter "[c]test[/c]" in the the mentioned fields.
- Save the changes.
- After collection item gets updated, the "Private comment" field remains the same, but other fields now have the text "test" displayed.
- Swipe down to resync.
- "Wishlist comment" and "Trade condition" now have the original text "[c]test[/c]".
ccomeaux commented
I found the problem. When you POST text like [b]bold[/b]
to BGG, it responds with <b>bold</b>
, which the apps stores. But BGG stores the correct value, so things are fixed the next time it syncs. Easy fix, coming right up!
rafal-watorski commented
Works ok now, thank you.