#1301 closed Task (fixed)
Enable Opera compatibility
Reported by: | Frederico Caldeira Knabben | Owned by: | Wiktor Walc |
---|---|---|---|
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 (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Owner: | set to Wiktor Walc |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 17 years ago by
Sönke, our AFP maintainer, confirmed that the code is correct. He just pointed out that there could be issues with server configured to use commas for decimals separations. He proposed a solution... I've applied it with [907].
The JavaScript implementation has been introduced with [882].