When a link is not within the current client rectangle of the html panel, e.g. have to scroll to see it, the link doesn't show as clickable (mouse cursor doesn't change) and isn't clickable either.
It looks like the method DomUtils.GetLinkBox doesn't take into consideration the offset values but the passed in location does (for instance in HtmlContainerInt's OffSetByScroll method gets called before calling DomUtils.GetLinkBox).
Any work around for this one? I've been playing around with getting the HtmlContainer's ScrollOffset in GetLinkBox and have had some success, but nothing to make it fully work.
Thanks.
It looks like the method DomUtils.GetLinkBox doesn't take into consideration the offset values but the passed in location does (for instance in HtmlContainerInt's OffSetByScroll method gets called before calling DomUtils.GetLinkBox).
Any work around for this one? I've been playing around with getting the HtmlContainer's ScrollOffset in GetLinkBox and have had some success, but nothing to make it fully work.
Thanks.