In my application I have to display the CuteEditor inside of an IFRAME but I want it to take the whole space available. I have enabled the FullScreen mode and it works pretty well. Except sometimes the editor will take more than 100% of the available space. As a result, users only see half of the "Normal", "HTML" and "Preview" buttons. Take a look at the following screenshot for an example. Please note that this problem affects only a certain percentage of my users and therefore I think it may have to do with screen resolution and/or DPI setting and/or video drivers and/or some other factor which I believe to be machine specific.
I would love to get some direction on how I can investigate this problem further or advice on what I should look at. I have asked my users to try
http://cutesoft.net/example/FullScreen.aspx and they don't have the same problem.
Could the problem be related to the fact that I am displaying the editor inside of an IFRAME? If so, is there anything I can do to minimize this problem?