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

Conversation

JonnyJD
Copy link
Owner

@JonnyJD JonnyJD commented Oct 16, 2012

patch from
https://sourceforge.net/support/tracker.php?aid=3575546
(Jacob Beck)


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.

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant