Niky Williams wrote:
Are you talking about the lovely "Not Threadsafe" assertions?

Yes.

###!!! ASSERTION: Frame abuses NS_FRAME_OUTSIDE_CHILDREN flag: 'Not Reached', file c:/Dev/Source/mozilla/layout/generic/nsFrame.cpp, line 4359

Not related.

//Sets the focus for an element

Firing a focus event is not the cause of focus being set. It's an effect of the focus being set. If you're trying to set focus on an element, you need to either use focus() on the element interfaces that support it (XUL and HTML) or use internal APIs, last I checked.

-Boris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to