Posted 30 September 2021, 2:54 am EST - Updated 3 October 2022, 10:45 pm EST
C1Editor Scrollbars
Posted by: info on 30 September 2021, 2:54 am EST
-
-
Posted 30 September 2021, 2:56 am EST
Also, is it possible that you cannot download the ready-made translations?
I would need it for Italian.
Thanks -
Posted 1 October 2021, 3:09 am EST
Hi,
Please note that this can not be achieved in the C1Editor currently.
We have posted an enhancement request to the development team and will let you know when we have an update.[Tracking ID: C1WIN-25786]
We are sorry to say there is no read to use Italian-translation available. In order to localize C1Editor, you need to follow the approach demonstrated in the blog at the link below:
C1Editor Localization: https://www.grapecity.com/blogs/c1editor-localizationRegards
Avnish -
Posted 4 October 2021, 1:33 am EST
Hi,
As per the dev team, The scroll bars are due to the use of IE8 protocol instead of IE7 protocol. IE8 provides additional features requested by customers.
You can revert to IE7 by changing the tag to specify IE7.
Please refer to the sample attached.Regards
Avnish -
Posted 6 October 2021, 7:42 am EST
Hi, thanks for the reply.
I tried the code and it actually works.Unfortunately, basic functions are also disabled, such as select.
At the moment it is best to leave the scroll bars waiting for you to resolve.
Regards,
Marco -
Posted 7 January 2022, 5:08 am EST
Hi Marco,
As per the development team, on further exploration of the issue, It appears the use of IE=7 in the meta statement confuses the underlying WebBrowser control in Windows and simply removing the IE=7 content value in the meta statement restores the default behavior. So, you can revert to old behavior by removing content value of meta statement.
Please refer to the sample attached.Regards
Avnish