Changing font style fails in FF
The following behaviour can be found in the test case http://archive.dojotoolkit.org/nightly/tests/widget/Editor/test_Editor2_shared.html of Nov. 2nd:
In the third editor window select some words from within a paragraph. Change the paragraph style. In FF nothing happens to the outside. When you swap to the html view you can see that the whole paragraph is enclosed in <undefined>...</undefined> (formerly <p>...</p>). With IE6 the formatting is correct but applies to the whole paragraph instead the selected text.
I browsed quickly through the sources of Editor2 and its toolbar but I could not detect anything. If you could point me in the right direction I might be able to contribute to a solution of this problem.
The OS is XPSP2 FF was version 2.0. Opera (version 9.0) behaves the same way as IE6.
Change History (3)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
(In [6402]) fixes #1816: Changing format style fails in FF added missing getText for some commands