Text Selection Bug

Hello,


There is a small bug in text selection. When you start to text selection if cursor is not over a text(when cursor over an empty space) selection changes and it selects from top of the page to begining of my selection. I made a gif to tell better. It doesnt happen on IE11. Also my chrome version 44.0.2403.125 m(up to date) and firefox version 39.0(up to date). I initialize viewer with these parameters;
var v = GDocsViewer.Viewer.ClientCode().TargetElementSelector("#divHTML5ViewerContainer").ShowFolderBrowser(false)
.Stream(stream, filenameWithoutExtention, extention, displayFilename, false)
.EnableRightClickMenu(false)
.DownloadPdfFileIfPossible(false)
.Layout(GDocsViewer.ViewerMode.ScrollView)
.OpenThumbnails(false)
.PreloadPagesCount(1, true, false)
.ShowDownload(true)
            .ShowDownloadErrorsInPopup(true)
.ShowFolderBrowser(false)
.ShowHeader(true)
.ShowImageWidth(false)
.ShowPaging(true)
.ShowPrint(true)
.ShowSearch(true)
.ShowThumbnails(true)
.ShowViewerStyleControl(true)
.ShowZoom(true)
.SupportPageReordering(false)
.SupportPageRotation(true)
.SupportTextSelection(true)
.UseHtmlBasedEngine(true, true, true, true);

Hello,


We are sorry for that issue. We have reproduced it and also we created a bug ticket (attached to this thread). Our product team will resolve it and then we will notify you here.

Best regards.

The issues you have found earlier (filed as WEB-1895) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by groupdocs.notifier.