The recommended content widget hover seems inconsistent

In the latest 12 build there is a minor bug with the recommended content widget

If you hover over the content in the recommended content widget the hover appears to the right as the width of the link is extended beyond the constraints of the widget

This can be seen on this community for example

Also the hover doesn't trigger from the title which is confusing one of our clients, is there a planned fix for this ? 

e.g.

Parents
  • temp work around 

    <span $core_v2_ui.ContentPeek($item.Content.ContentId, $item.Content.ContentTypeId, 'internal-link')>
    	<a href="$core_v2_encoding.HtmlAttributeEncode($item.Content.Url)" class="internal-link view-full-post navigable">
    		<div class="content">$core_v2_language.Truncate($item.Content.HtmlName('Web'), 200, "...")</div>
    	</a>
    	<div class="author">
    		<div class="avatar">
    				<a class='internal-link' href="$core_v2_encoding.HtmlAttributeEncode($item.Content.Url)")>
    					#if ($item.Content.AvatarUrl && $item.Content.AvatarUrl != '')
    						$core_v2_ui.GetResizedImageHtml($item.Content.AvatarUrl, 35, 35, "%{border='0px', ResizeMethod='ZoomAndCrop', alt=$item.Content.HtmlName('Web')}")
    					#elseif($author && $author.AvatarUrl && $author.AvatarUrl != '')
    						$core_v2_ui.GetResizedImageHtml($author.AvatarUrl, 35, 35, "%{border='0px', alt=$author.DisplayName, ResizeMethod='ZoomAndCrop'}")
    					#end
    				</a>
    		</div>
    		<div class="meta">
    			<a class='internal-link view-post navigable' href="$core_v2_encoding.HtmlAttributeEncode($item.Content.Url)">
    				$core_v2_language.Truncate($item.Content.HtmlDescription('Web'), 200, "...")
    			</a>
    		</div>
    	</div>
    </span>

  • Logging this for investigation. Thanks for the report!

    TE-17082: Odd behavior hovering Related content peeks on TCOM

    Declined as "Duplicate":

    This bug duplicates existing bug TE-16911

Reply Children
No Data