Re: Scrollbar not rendered at top-level [Qt backend]

2012-12-03 Thread Michael Goffioul
On Mon, Dec 3, 2012 at 12:05 PM, romaxa wrote: > Native Theme implementation in Qt port is in very bad shape, and > practically was never tested, because Qt XUL Fennec use css scrollbars, and > native scroll indicators are disabled. > there are 2 ways to fix this problem: > 1) Fix Qt native theme

Re: Scrollbar not rendered at top-level [Qt backend]

2012-12-03 Thread romaxa
Native Theme implementation in Qt port is in very bad shape, and practically was never tested, because Qt XUL Fennec use css scrollbars, and native scroll indicators are disabled. there are 2 ways to fix this problem: 1) Fix Qt native themeing. 2) disable widget native themeing (set preference m

Re: Scrollbar not rendered at top-level [Qt backend]

2012-11-27 Thread Michael Goffioul
On Mon, Nov 26, 2012 at 11:30 PM, Michael Goffioul < michael.goffi...@gmail.com> wrote: > Hi, > > I'm trying to use a Qt-build of mozilla as an embedded web browser. I've > built mozilla for Qt from git sources and used a patched version of > mozembed as explained in [1]. I've already detected and