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

mouseout event issue - sf 3575546 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

mouseout event issue - sf 3575546 #7

wants to merge 1 commit into from

Commits on Oct 16, 2012

  1. mouseout event issue - sf 3575546

    There is a 'bug' of sorts in epydoc's generated 'epydoc.js' file. Browsers implement the 'onmouseout' event in a strange way that results in any link clicking auto-killing the doclink when hovered. There is a fix for that described here:
    
    http://www.quirksmode.org/js/events_mouse.html#mouseover
    
    I've uploaded a patch file that implements the above technique, applying it to epydoc/docwriter/html_colorize.py appears to fix the issue in all browsers I tested.
    
    patch from
    https://sourceforge.net/support/tracker.php?aid=3575546
    
    Signed-off-by: Johannes Dewender <[email protected]>
    Jacob Beck authored and JonnyJD committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    092bf1c View commit details
    Browse the repository at this point in the history