Opened 4 years ago
Last modified 4 years ago
#6271 closed defect
in techpreview Help Viewer (browser), trying to copy text gives traceback — at Initial Version
| Reported by: | Elaine Meng | Owned by: | Greg Couch |
|---|---|---|---|
| Priority: | moderate | Milestone: | |
| Component: | Help System | Version: | |
| Keywords: | Cc: | chimerax-programmers | |
| Blocked By: | Blocking: | ||
| Notify when closed: | Platform: | all | |
| Project: | ChimeraX |
Description
trying to copy text from ChimeraX browser by highlighting it and using (Mac)
command-c gives a traceback. I wasn't necessarily expecting it to work, just operating on autopilot and using the method I would normally use to copy text from a browser window.
AttributeError: '_LoggingPage' object has no attribute 'Copy'
File "/Users/meng/Desktop/ChimeraX_techpreview.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/ui/widgets/htmlview.py", line 203, in
self.copy_sc.activated.connect(lambda: self.page().triggerAction(self.page().Copy))