This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年03月17日 19:51 by terry.reedy, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg156195 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年03月17日 19:51 | |
3.2.3rc1: When I click the Python manuals Start Menu icon, the Windows help version of the docs comes up, but with a Script Error box. Contents of the box: <warning sign> A error has occurred in the script on this page Line : 1 Char : 1 Error : The value of the property '$' is null or undefined, not a Function object Code : 0 URL : mk:@MSITStore:C:\<...>\pthon323rc1.chm:/_static/copybuttom.js Do you want to continue running script on this page? [yes] [no] Whether I click yes or no, clicking on anything, for instance, Language Reference, brings up the the error box again. After clicking away the error box, I get what I intended, but having to do that with every click makes that nice form of the doc, which I use daily, unusable. So I think this should be a release blocker. I did not notice before because I have been using and testing 3.3.0a1. The chm manual for that works fine, as normal. I have not loaded 2.7.3rc1. I am on Win7, 64bit. |
|||
| msg156200 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年03月17日 20:07 | |
I believe this was already found by someone (Georg, Martin?) and fixed by Ezio. |
|||
| msg156208 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年03月17日 21:29 | |
I hope you are right. The module docs server is also not working for me. Has that also been found and fixed (I don't see any issues) or should I file a separate report? |
|||
| msg156209 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年03月17日 22:01 | |
Yes, it should be fixed in rc2. The "module docs server" (I'm not familiar with that) is probably another issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:28 | admin | set | github: 58559 |
| 2012年03月17日 22:04:40 | loewis | set | resolution: fixed -> duplicate superseder: 2.7.3rc1 chm gives JS error |
| 2012年03月17日 22:01:37 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg156209 |
| 2012年03月17日 21:29:30 | terry.reedy | set | messages: + msg156208 |
| 2012年03月17日 20:07:22 | r.david.murray | set | assignee: docs@python -> ezio.melotti messages: + msg156200 nosy: + ezio.melotti, r.david.murray |
| 2012年03月17日 19:51:32 | terry.reedy | create | |