Opened 9 years ago

Closed 9 years ago

#372 closed defect (fixed)

Search in help viewer gives error

Reported by: Tom Goddard Owned by: Eric Pettersen
Priority: major Milestone:
Component: Help System Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

Typing anything in the help viewer search box and pressing return produces this error (Qt ChimeraX).

Traceback (most recent call last):
File "/Users/goddard/ucsf/chimerax/ChimeraX.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/help_viewer/gui.py", line 172, in <lambda>
hw.findText(s.text(), hw.page().FindWrapsAroundDocument))
AttributeError: 'QWebEnginePage' object has no attribute 'FindWrapsAroundDocument'

Change History (2)

comment:1 by Tom Goddard, 9 years ago

Not sure if Eric ported Help Viewer to Qt or Greg. Reassign ticket if Greg ported it.

comment:2 by Eric Pettersen, 9 years ago

Resolution: fixed
Status: newclosed

Unlike QWebPage, QWebEnginePage automatically does wrap-around search and therefore does not need (or support) the FindWrapsAroundDocument flag.

Note: See TracTickets for help on using tickets.