Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for the bug: [OPEN-342] Bug with single-click - reproducible in 1.5.1 #57

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 23, 2013

  1. Fix for the follwoing bug:

    [OPEN-342] Bug with single-click - reproducible in 1.5.1
    as posted in the forum at:
    http://ext.ensible.com/forum/viewtopic.php?f=3&t=634
    satishkn committed Mar 23, 2013
    Configuration menu
    Copy the full SHA
    3592cbb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2013

  1. Fix for the following bug:

    [OPEN-342] Bug with single-click - reproducible in 1.5.1
    as posted in the forum at:
    http://ext.ensible.com/forum/viewtopic.php?f=3&t=634
    
    Implementation:
    Handling 'keyup' event (just ESC key) so event can be created with the next click after ESC is pressed by the user.
    
    Tested the following scenarios (on windows XP):
    1)  FF & Chrome -> Create event in basic.html sample after ESC key and with single click.
    
    Noticed the following:
    1) In chrome, 'keypress' and 'keydown' events aren't triggered for ESC key, whereas in FF it is triggering.
    satishkn committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    7f76d49 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:satishkn/Extensible

    Conflicts:
    	src/calendar/view/AbstractCalendar.js
    satishkn committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    56755f8 View commit details
    Browse the repository at this point in the history
  3. Formatting changes..

    satishkn committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    7c31200 View commit details
    Browse the repository at this point in the history
  4. Formatting changes.

    satishkn committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    6768897 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2013

  1. Implementation for passthrough of doubleclick event so the user can p…

    …rovide a handler on: “eventdblclick” event
    satishkn committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    4937f26 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. Implementation for the bug:

    [OPEN-334] Month view: "+X more..." link missing. Details about the bug can be reviewed at:
    http://ext.ensible.com/forum/viewtopic.php?f=3&t=613&sid=9f1e63e3221d5e8bb110e99d2f4f3f5e
    
    Implementation is to recalculate the no of events to display when the month is changed.
    
    Steps to verify:
    in the current TestApp example, load the current month view for march 2013 it has all the test events.  Click the < button to go to feb, then resize to make the browser smaller, then click > to go back to march, the + more links should be displayed properly (not hidden).
    satishkn committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    d6c0852 View commit details
    Browse the repository at this point in the history