You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the <Rock:Html> Control, the FollowHyperlinks property does not function properly. If I include some text that has a link in it, and I do not enable FollowHyperlinks, the link in the text is still styled with an underline and is tappable.
Consider this code in a Calendar Event Item Description:
<li>Fill your box with gifts. Select one high-quality “wow” item to put in your box such as a doll, stuffed animal, or soccer ball. Then add other fun toys, hygiene items, and school supplies. <a href="https://bedfordalliance.church/GetFile.ashx?id=93574" target="_blank">See suggested items</a>.</li>
Here is how it is being referenced in XAML (notice there is no use of FollowHyperlinks):
Describe the Issue in Detail
When using the
<Rock:Html>
Control, theFollowHyperlinks
property does not function properly. If I include some text that has a link in it, and I do not enableFollowHyperlinks
, the link in the text is still styled with an underline and is tappable.Consider this code in a Calendar Event Item Description:
Here is how it is being referenced in XAML (notice there is no use of
FollowHyperlinks
):Here is how it displays on the Mobile App:
The text See suggested items is underlined and is tappable, even though
FollowHyperlinks
is not used.Can reproduce in
Steps to Reproduce
<a>
tag inside a<Rock:Html>
Control, but do not use theFollowHyperlinks
Property.Expected Behavior
Text in a
<Rock:Html>
Control that is a Hyperlink should only function as a hyperlink when using theFollowHyperlinks
Property.Actual Behavior
Text in a
<Rock:Html>
Control that is a Hyperlink functions even without using theFollowHyperlinks
Property.Screenshots or Videos
See above
Reproduction XAML
Mobile Shell Version
v6.0.0.0
Last Known Working Version
Unknown
iOS Device Type(s) and iOS Version(s)
iPhone 15 Pro Max, iOS 18.0.1
Android Device Type(s) and Android Version(s)
Not tested
The text was updated successfully, but these errors were encountered: