Hi
SmartClient Version: v9.1p_2016-04-15/Pro Development Only (built 2016-04-15)
Chrome Version 54 (64-bit) (probably any latest version of Chrome will see the same result)
Firefox 49.0.2
On Chrome, the browser does not focus on the off-screen text searched from the browser's find/search (CTRL+F) feature. However, on Internet Explorer 11, when using the search/find (CTRL+F) feature, it is able to scroll to focus on a text that is not on screen.
We can use the SmartClient Showcase as an example of our scenario: https://www.smartclient.com/smartcli...ataIntegration
1) On Chrome/Firefox, press CTRL + F to launch the find/search text box (make sure you are at the top of the page)
2) Search for the word "Extending" (it is the last item in the left navigation menu)
3) Chrome/Firefox says there is 1 match BUT it does not bring focus to the text by scrolling (on IE11, it will scroll to the found text)
EDIT: Further investigation has indicated that if we set showCustomScrollbars to false in load_skins.js, the browser search in Chrome/Firefox will be able to focus on off-screen text. However, we want to use custom scrollbars. Why is it the case that IE11 works but other browsers do not? Is there a workaround we can do?
SmartClient Version: v9.1p_2016-04-15/Pro Development Only (built 2016-04-15)
Chrome Version 54 (64-bit) (probably any latest version of Chrome will see the same result)
Firefox 49.0.2
On Chrome, the browser does not focus on the off-screen text searched from the browser's find/search (CTRL+F) feature. However, on Internet Explorer 11, when using the search/find (CTRL+F) feature, it is able to scroll to focus on a text that is not on screen.
We can use the SmartClient Showcase as an example of our scenario: https://www.smartclient.com/smartcli...ataIntegration
1) On Chrome/Firefox, press CTRL + F to launch the find/search text box (make sure you are at the top of the page)
2) Search for the word "Extending" (it is the last item in the left navigation menu)
3) Chrome/Firefox says there is 1 match BUT it does not bring focus to the text by scrolling (on IE11, it will scroll to the found text)
EDIT: Further investigation has indicated that if we set showCustomScrollbars to false in load_skins.js, the browser search in Chrome/Firefox will be able to focus on off-screen text. However, we want to use custom scrollbars. Why is it the case that IE11 works but other browsers do not? Is there a workaround we can do?
Comment