View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002631 | FreeCAD | Bug | public | 2016-07-22 06:33 | 2016-10-20 07:55 |
Reporter | Jason C. Wells | Assigned To | wmayer | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Windows 7 64 Bit | ||||
Product Version | 0.16 | ||||
Fixed in Version | 0.17 | ||||
Summary | 0002631: Ctrl-W Doesn't Close Window | ||||
Description | Press the keyboard shortcut ctrl-w does not close the window. This is true for modified files and unmodified files. The menu pick works as expected. | ||||
Steps To Reproduce | Open any file. Press ctrl-w. Nothing happens. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
It looks like a focus problem. When creating a new document then Ctrl+W doesn't work. But when setting the focus e.g. to the output window or the Python console then Ctrl+W shows the expected behaviour. |
|
In the past CTRL+F4 was used to close a window but then QMdiSubWindow used the same shortcut and thus caused an ambiguity. Then CTRL+W was used instead but from a certain Qt version also this shortcut was used as an alternative and again caused an ambiguity. To fix this issue again the shortcut of the CloseAction of the QMdiSubWindow must be reset. Btw, the command StdCmdCloseActiveWindow doesn't hard-code CTRL+W any more but uses QKeySequence::Close which sets the shortcut to the original version CTRL+F4 again. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-07-22 06:33 | Jason C. Wells | New Issue | |
2016-07-22 14:48 | wmayer | Note Added: 0007209 | |
2016-07-22 14:48 | wmayer | Status | new => confirmed |
2016-07-22 14:49 | wmayer | Note Edited: 0007209 | |
2016-10-20 07:47 | wmayer | Changeset attached | => FreeCAD Master master 6b1866cc |
2016-10-20 07:55 | wmayer | Note Added: 0007407 | |
2016-10-20 07:55 | wmayer | Status | confirmed => closed |
2016-10-20 07:55 | wmayer | Assigned To | => wmayer |
2016-10-20 07:55 | wmayer | Resolution | open => fixed |
2016-10-20 07:55 | wmayer | Fixed in Version | => 0.17 |