Defect #3168
Calendar does not work in Opera browser
| Status: | Closed | Start date: | 2009-04-14 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | UI | |||
| Target version: | - | |||
| Affected version: | devel | Resolution: | Fixed |
Description
Nothing happens when clicking on calendar icon in Opera browser.
Associated revisions
Fixed: Calendar popup broken by i18n refactoring (#3168).
History
#1 Updated by techguo techguo about 3 years ago
- Status changed from New to Resolved
#2 Updated by Rodrigo Rosenfeld Rosas about 3 years ago
Why was this changed to resolved? I didn't see any change in svn.
#3 Updated by Douglas Campos about 3 years ago
Same bug happening here on Safari OSX 10.5.6
#4 Updated by Douglas Campos about 3 years ago
in my case, the trouble was an i18n issue + case-sensitive fs. (pt-BR != pt-br)
fix at http://github.com/qmx/redmine/commit/7da4ef99a20d5b1af3d2c1db407e570a3c48d1dc
I've lowercased the i18n lang "tag"
#5 Updated by Rodrigo Rosenfeld Rosas about 3 years ago
Thanks. It was also my case. Problem is solved with your patch.
#6 Updated by Rodrigo Rosenfeld Rosas about 3 years ago
I'll create another ticket since this one is marked wrongly as resolved.
#7 Updated by Rodrigo Rosenfeld Rosas about 3 years ago
Ticket #3236 was created.
#8 Updated by Jean-Philippe Lang about 3 years ago
- Status changed from Resolved to New
#9 Updated by Jean-Philippe Lang about 3 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Applied in r2683.
Thanks for the fix.
