Ticket #1300 (closed Task: fixed)
Enable Safari (WebKit) compatibility
| Reported by: | fredck | Owned by: | wwalc |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Introducing the appropriate browser sniffing in the integration files to enable WebKit 522 (Safari 3) compatibility.
Generic rules for the user agent sniffing:
1# Check: Is Safari?
Check if " AppleWebKit/" is in UserAgent.
2# Check: Is compatible Safari version?
Get the number after " AppleWebKit/". It must be >= 522.
Change History
Note: See
TracTickets for help on using
tickets.