Opened 4 years ago

Last modified 4 years ago

#6271 closed defect

in techpreview Help Viewer (browser), trying to copy text gives traceback — at Version 2

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 (last modified by Greg Couch)

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))

[using PyQt6]

Change History (2)

comment:1 by Greg Couch, 4 years ago

using PyQt6

comment:2 by Greg Couch, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.