Skip to content

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