[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-12-g42372e3

Git repo owner gitmaster at git.koha-community.org
Fri Mar 29 19:25:12 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.8.x has been updated
       via  42372e3471009eb1557795e01c160ed69bccf03c (commit)
      from  a3b7dfb29141ebfe196d0d42d5e05adc990550ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 42372e3471009eb1557795e01c160ed69bccf03c
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Mar 11 10:41:00 2013 +1100

    Bug 9781 - Fix bug in 3.8.x (dynarch) calendar positioning in IE
    
    Currently, if you click on the calendar icon on a long patron
    entry/edit page, the calendar pop-up appears off-screen near the top of
    the page rather than under the appropriate input box next to the actual
    icon.
    
    For most people, they don't think the calendar pop-up is actually
    created. For others, it's quite annoying to scroll up to the top of the
    page to pick a date for a date field lower on the page.
    
    --
    
    I've adapted a patch I found at the following URL:
    http://blog.anorakgirl.co.uk/2009/04/dynarch-dhtml-calendar-ie7-positioning-problem/
    
    This takes care of the problem.
    
    --
    
    Test Plan:
    
    Before applying patch...
    
    1) In any version of IE, create or edit a Patron entry
    2) If you have a Date of birth field at the top, click the calendar icon
       next to it.
    3) Note that the calendar pop-up appears fine.
    4) Scroll down to the bottom of the page and click on the calendar icon
       next to Registration date or Expiry date.
    5) Note that no calendar pop-up appears on the screen. Scroll up the
       page and you should see it up near the top of the page.
    
    Apply patch
    
    6) Refresh the page (you might need to clear your cache as well) and try
       clicking the calendar icon next to Registration date or Expiry date
    7) Note that the calendar pop-up appears correctly underneath the input
       box for which you want to pick a date
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested successfully using IE9 on Windows 7.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

-----------------------------------------------------------------------

Summary of changes:
 .../intranet-tmpl/prog/en/lib/calendar/calendar.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list