Opened 12 years ago
Closed 8 years ago
#11297 closed defect (patchwelcome)
font family and size choices auto-removed.
Reported by: | Douglas Hays | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Editor | Version: | 1.5.0rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run dijit/tests/editor/test_Editor.html
Scroll down to the "Optional toolbar buttons" Editor.
Click to focus after the word fantasy and press ENTER.
In IE, sans-serif showd in the font-family, but in Firefox, no font family is selected (bug?).
In IE, Paragraph shows in the Format style, but in Firefox, None is selected (bug?).
Select x-large font size and select Heading format style.
The font size goes away (bug?).
Select x-large again.
Now change the font family to monospace.
The font size goes away again on IE (bug?) but not Firefox.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | tbd → future |
---|
comment:3 Changed 9 years ago by
Priority: | high → low |
---|
comment:4 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Unlikely this will be fixed unless someone wants to supply a patch (including a test case).
All these are browser idiosyncrasies on where the cursor is positioned. I imagine on FF clicking after the word is positioning the cursor outside the font tag.
Same for the paragraph issue.
As for the heading, this is a browser behavior, when you set a heading, it removes the formatting.
Etc.
Feel free to provide patches to Editor's FontChoice? plugin should you come up with ways around builtin browser behavior.