Ticket #2295 (closed Bug: fixed)

Opened 5 months ago

Last modified 5 months ago

Improve browser detection

Reported by: th-schwarz Owned by: th-schwarz
Priority: High 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

Changed 5 months ago by th-schwarz

  • status changed from new to assigned
  • component changed from General to Server : Java

Changed 5 months ago by th-schwarz

  • priority changed from Normal to High

Changed 5 months ago by th-schwarz

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'?

Changed 5 months ago by martinkou

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.

Changed 5 months ago by th-schwarz

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?

Changed 5 months ago by martinkou

Yes.

Changed 5 months ago by th-schwarz

  • status changed from assigned to closed
  • resolution set to fixed

solved in changeset 2133

Note: See TracTickets for help on using tickets.