Opened 14 years ago
Last modified 14 years ago
#6602 new New Feature
Automatically send WYSIWYG browsers into source mode instead of refusing to work
Reported by: | David Wipperfurth | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | HasPatch Discussion | Cc: |
Description
Browsers that don't support tag editing still support ckeditor's source mode, which is better than nothing, and provides a more gradual operational decline.
My suggested patch creates a env.isTextCompatible var, and if env.isCompatible is false but env.isTextCompatible is true, ckeditor defaults to a text entry mode with limited, but still existent functionality.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | ckedit_iphone.diff added |
---|
comment:1 Changed 14 years ago by
Keywords: | Discussion added; regression isCompatible mobile removed |
---|---|
Version: | 3.4.2 (SVN - trunk) |
diff on ckeditor trunk to add smooth compatibility degradation