Opened 4 years ago
Last modified 2 years ago
#5266 assigned defect
blast results make window too tall for screen
Reported by: | Elaine Meng | Owned by: | Zach Pearson |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Sequence | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description (last modified by )
in daily build UCSF ChimeraX version: 1.3.dev202109202344 (2021-09-20)
Maybe the Blast Results should appear as an undocked panel, because the panel is fairly large and changes the overall window size significantly. If I do two runs, it makes my window go off the screen and I can't see the command line any more.
Change History (5)
comment:2 by , 4 years ago
Let's try undocked panels first, and if you test them and they get annoying then I'll switch it to tabs.
follow-up: 3 comment:3 by , 4 years ago
Was there a change? It's still showing up in the current daily build as docked rather than opening a separate window (e.g. Help Viewer starts as undocked). Maybe I was overeager and tried it too soon, though :-D
follow-up: 4 comment:4 by , 4 years ago
On the other hand, since it may take a while for Blast results to show up, somebody may have their mouse focus in another application, which makes separate ChimeraX windows invisible... and they'd never see their results return. At least with that current annoying behavior, it may be better to live with it showing up as docked for now. (Since I'm on a laptop it always annoys me by resizing my ChimeraX window partitions and messing up my view, but so be it.)
comment:5 by , 2 years ago
Description: | modified (diff) |
---|
According to https://stackoverflow.com/questions/21656500/adding-scrollbars-to-qdockwidgets-area we could make the root widget of the left and right QDockWidgets a QScrollArea and populate that ScrollArea in our tool management logic instead of the QDockWidget and solve this bug for all tools.