Opened 2 years ago
Closed 2 years ago
#1487838 closed Bugs (fixed)
IE9 browser detection fix
| Reported by: | vminakov | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.6-beta |
| Component: | Core functionality | Version: | 0.4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The rcube_browser fails on recognizing IE9 and detects it as Mozilla. The IE9 user-agent uses 'Mozilla/5.0' as an application name, which is also used in Firefox. Previous versions of IE used 'Mozilla/4.0'
http://blogs.msdn.com/b/ie/archive/2010/03/23/introducing-ie9-s-user-agent-string.aspx
Attachments (1)
Change History (3)
Changed 2 years ago by vminakov
comment:1 Changed 2 years ago by alec
comment:2 Changed 2 years ago by alec
- Milestone changed from later to 0.6-beta
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Thx, fixed in [a8d7c659].