[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: mozilla/qt
From:       "kwr2k" <kwr2k () yahoo ! com>
Date:       2004-10-14 0:02:46
Message-ID: ckkfn6+njrc () eGroups ! com
[Download RAW message or body]


Hi:
I manged to compile mozilla/qt -- strangely it compiles with libIDL
0.8.x (the mozilla build page says it should be 0.6.x). However, when
I run ./Testqtembedmoz, it crashed with a segmentation fault.

???

--- In kde-devel@yahoogroups.com, Luke Kenneth Casson Leighton
<lkcl@l...> wrote:
> zack, hi,
> 
> i've sent in a messing-about patch
> https://bugzilla.mozilla.org/show_bug.cgi?id=264027.
> 
> one of the things that i did (probably the addition and use of
> NativeShow and NativeResize) has indirectly and accidentally
> fixed the problem of menus being relative to the top left
> hand corner.
> 
> if you choose not to investigate my patch at least i think the problem
> in the nsCommonWidget::Resize(PRint aWidth, PRint aHeight, ..) function
> is due to the use of:
> 
>     if (mContainer)
> 	        mContainer->setGeometry(aX, aY, aWidth, aHeight);
> 
> 	mWidget->setGeometry( aX, aY, aWidth, aHeight);
> 
> whereas i believe instead you should be doing:
> 
>     if (mContainer)
> 	        mContainer->resize(aWidth, aHeight);
> 
> 	mWidget->resize( aWidth, aHeight);
> 
> 
> 
> by contrast, the code in 
> nsCommonWidget::Resize(PRint x, PRint y, PRint aWidth, PRint
aHeight, ..)
> is, i believe, correct.
> 
> my patch also accidentally fixes the problem of the drop-down
> in the urlbar overwriting the urlbar in which you attempt to type a new
> thingy.  url.
> 
> l.
> 
>  
> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
unsubscribe <<



 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic