timmy wrote:
nsIPresShell::AppendReflowCommand should let you append a command targeted at a particular element.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?
That said, content changes like replacing child text nodes with other child text nodes should trigger reflow commands automatically... is that not happening?
