Opened 8 years ago
Closed 8 years ago
#713 closed defect (fixed)
Drag and drop closes Open Dialog when dragging over Log panel
Reported by: | Owned by: | Tom Goddard | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Window Toolkit | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Trying to drag a data file onto the open dialog works unless the drag passes over the Log panel, or the file history panel, which instantly dismisses the File / Open dialog. Those panels are HTML (QWebEngineView) and they by default accept a drag and drop of HTML. Dragging over other panels (Volume, Models) does not dismiss the Open dialog. We should probably disable drag and drop onto the HTML panels.
Note:
See TracTickets
for help on using tickets.
Fixed.
Made log panel and other HTML panels not accept file drops.