void ScrollWindow(nsIViewManager *vm, int lines)
{
if (vm)
{
nsIScrollableView *sv=NULL;vm->GetRootScrollableView(&sv);
if (sv)
sv->ScrollByLines(0, lines);
}
}... while a combobox dropdown (popup) is open, the popup's position is not updated relative to it's parent.
I'm working with with Firebird 0.6.0 source.
Does anyone know if this has been addressed in more recent source, or whether a bug has been filed against this behaviour ?
- Steve.
