Page 1 of 1

Possible Bugs in Latest CVS Head

Posted: Sat Mar 12, 2005 23:37
by Legolas1681
First thing, it seems that child widgets of certain compound widgets are transmitting double-clicks to the parent widget. For example, if I double click on the up button of a scrollbar in a multi-line editbox, the text at the cursor is highlighted as if I double-clicked in the editbox itself.

Second thing, the multi-column list will now not display any scrollbars reguardless of the size of the list. I have even tried implicitly calling 'setShowVertScrollbar ( true )', but to no avail.

Just thought I'd bring this to your attention. I'm pretty sure they're bugs in CEGUI since the only thing that's changed is updating to the latest CVS Head release.

Re: Possible Bugs in Latest CVS Head

Posted: Sun Mar 13, 2005 10:16
by CrazyEddie
Legolas1681 wrote:
First thing, it seems that child widgets of certain compound widgets are transmitting double-clicks to the parent widget. For example, if I double click on the up button of a scrollbar in a multi-line editbox, the text at the cursor is highlighted as if I double-clicked in the editbox itself.

Yeah, this has always been this way. I still have to add initialisation code to disable multi-clicks for most of these widgets.

Legolas1681 wrote:
Second thing, the multi-column list will now not display any scrollbars reguardless of the size of the list. I have even tried implicitly calling 'setShowVertScrollbar ( true )', but to no avail.

Thanks for the report, I'll have a look and see if I broke anything recently :)

CE.

Re: Possible Bugs in Latest CVS Head

Posted: Wed Mar 16, 2005 10:47
by CrazyEddie
I tested the multi column list with the very latest CVS and the scrollbars appeared to work correctly ?

I did notice some other minor bugs though ;)

CE.