New paragraph font bug
I initially noticed this behavior in our application and verified it in the TLF demo application.
After I change the font, I press enter to get to a new line. Then I change the font to something else and start typing. If I hit the backspace, then my current font will change to the font that I had on the previous line. When I type new characters then they have the format of the previous line even though none of the text around it has that format.
We have noticed that after you start typing with the new font if you look at the markup there is still a span hanging around with the old font size:
<flow:span fontWeight="bold" fontSize="72">asdf</flow:span><flow:span fontWeight="bold" fontSize="36"></flow:span></flow:p></flow:TextFlow>
Here is what I did.
http://screencast.com/t/Cl4uChm1jX
Thanks,
Joel
