Ticket #6602 (new New Feature)
Automatically send WYSIWYG browsers into source mode instead of refusing to work
| Reported by: | cobaltbluedw | 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
Change History
Changed 3 years ago by cobaltbluedw
- Attachment ckedit_iphone.diff added
Note: See
TracTickets for help on using
tickets.

diff on ckeditor trunk to add smooth compatibility degradation