I've managed the issue (if someone's interested)... For my application I had created a 'minimal' run-time environment as described at http://www.mozilla.org/projects/embedding/howto/config.html . And under these conditions browser works without scroll bars and without global history. Looks like I missed how exactly minimal is this minimal config :-).
A simple placing an executable into main Mozilla's 'bin' directory resolves all these problems. Maniac wrote: > I'm digging documentation of Gecko embedding about half a day but just > can't get a point... How to tell Gecko to draw scroll bars when page > content is larger then the site window size? Giving fixed width and > height in IBaseWindow->InitWindow seems to do nothing :-(
