Opened 17 years ago
Closed 17 years ago
#2295 closed Bug (fixed)
Improve browser detection
| Reported by: | Thilo Schwarz | Owned by: | Thilo Schwarz |
|---|---|---|---|
| Priority: | Must have (possibly next milestone) | Milestone: | FCKeditor.Java 2.4 |
| Component: | Server : Java | Version: | FCKeditor.Java 2.4 Beta |
| Keywords: | Cc: |
Description
adopt fixes from #2218. Should be done for 2.4 final release
Change History (7)
comment:1 Changed 17 years ago by
| Component: | General → Server : Java |
|---|---|
| Status: | new → assigned |
comment:2 Changed 17 years ago by
| Priority: | Normal → High |
|---|
comment:3 Changed 17 years ago by
comment:4 Changed 17 years ago by
The current approach taken in FCKeditor core is to only check for rv:\d+\.\d+, so checking for the Gecko build date shouldn't be needed.
comment:5 Changed 17 years ago by
Thanks Martin! Just to clarify, I have to check only rv:\d+\.\d+ > 1.7 for fckeditor compatibility for all gecko based browsers? Am I right?
comment:7 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
solved in changeset 2133

Need info! Is there anyone who works on server-site improvement of the browser detection to detect more gecko based browsers? Could someone enlighten me, if I have to check only 'rv' for Mozilla and other gecko based browsers? Or should I have to check gecko>20030210 too? Up to which version I have to check 'rv'?