timmy wrote:
I use this method for changing the text of a node in the document. Now
i want to reflow only the element with the given ID. How do i do this?
nsIPresShell::AppendReflowCommand should let you append a command targeted at a particular element.

That said, content changes like replacing child text nodes with other child text nodes should trigger reflow commands automatically... is that not happening?




Reply via email to