Sorry, forgot to mention, I'm only developing on win32 at the moment. I've no idea what the behaviour is on other platforms.
Steve Williams wrote:
I notice that if I scroll a browser window like this :-
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.
