| Summary: | In Chrome, drop-down menus disappear after using pop-up calendar | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Browser compatibility | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
| Severity: | normal | ||
| Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, julian.maurice, nengard |
| Version: | Main | Keywords: | browser_compatibility |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Screenshot showing the problem
Proposed fix calendar in chrome on mac |
||
|
Description
Owen Leonard
2010-08-16 17:18:35 UTC
Created attachment 2525 [details]
Screenshot showing the problem
Drop-down menus for patron category, item type, etc. have disappeared.
Created attachment 2526 [details] [review] Proposed fix Disabling that part of the calendar JavaScript which hides <select> form fields when the calendar is displayed. This is at the expense of IE6. The bug and the patch also apply to rel_3_0. Created attachment 3166 [details]
calendar in chrome on mac
I tested the patch and it doesn't fix anything ... also my calendar doesn't show the month (as attached).
Video after applying patch: http://www.screencast.com/users/NicoleEngard/folders/Jing/media/7452dee6-787a-4866-b311-9fb958b2bd66 Tested right this time and it works :) Signed off. My calendar still has a black bar where the month should be though. > My calendar still has a black bar where the month should be though.
This seems to be a bug specific to Chrome on the Mac, and can be explained by the calendar widget's use of now-deprecated "System Colors" in its CSS. The best workaround in the short term is to add a custom CSS declaration to your IntranetUserCSS preference:
div.calendar thead td.title { background: #DDD none; }
Pushed to master This bug is mentioned in: Fix for Bug 5140 - In Chrome, drop-down menus disappear after using pop-up calendar http://lists.koha-community.org/pipermail/koha-patches/2011-February/013880.html |