#1300 closed Task (fixed)
Enable Safari (WebKit) 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 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 (5)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Owner: | set to Wiktor Walc |
---|---|
Status: | new → assigned |
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 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 [833].