Ticket #1301 (closed Task: fixed)
Enable Opera 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 Opera 9.50 compatibility.
Generic rules for the user agent sniffing:
1# Check: Is Opera?
Check if "Opera/" is in UserAgent.
2# Check: Is compatible Opera version?
Get the number (including decimals) after "Opera/". It must be >= 9.50.
Change History
Note: See
TracTickets for help on using
tickets.