#253 closed Bug (fixed)
Styles don't become active when applied to collapsed selections
Reported by: | Mike Koepke | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed | Cc: |
Description (last modified by )
Good news is that Font, Size, and Format work correctly now in both IE and FF.
The Style selection is having problems.
Firefox
- Select Style and type text. Style not used.
- Press enter (new <p>), select a style, type text, style is not used.
- Put cursor in middle of line that has text.
- Type some more text. Style is not used.
- Press Enter. Style is used for new paragraph, but only for newly typed characters.
IE
With IE it still doesn't work, but it doesn't work differently. The only time you can get the Style applied is that actually highlight text then apply a style.
- If you highlight text in the middle of a line, only that text has the style applied. All new text uses previous normal format
- If you highlight text at the end of a line, that text applies the style, but additionally, if Enter is pressed, the following paragraph uses the new Style.
Change History (7)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Confirmed added |
Milestone: | FCKeditor 2.4.1 → FCKeditor 2.5 |
comment:2 Changed 18 years ago by
Component: | General → Core : Styles |
---|
comment:3 Changed 17 years ago by
Summary: | Style format behavior problems → Styles don't become active when applied to collapsed selections |
---|
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [852]. Click here for more info about our SVN system.
I've implemented a solution which is working at 100% with IE and FF. Opera has a minor strange behavior and no support for it on Safari for now. I'll be opening specific tickets for those two browsers.
Confirmed. To be fixed with the new style system to be developed for v 2.5.