Opened 10 years ago
Closed 10 years ago
#2844 closed defect (fixed)
OMEdit simulation log window should not be modal
Reported by: | Francesco Casella | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.9.2 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: |
Description
Every time a new simulation is started in OMEdit, a new log window with Output and Compilation tabs is created. This window is modal, so it sits on top of all other windows on the desktop, including the ones not related to OMEdit. This is quite annoying, in particular since a new window is created when a new simulation is run. Modal windows should be reserved for critical messages and for windows requiring some feedback from the user (e.g., pressing a Yes/No button).
Please consider not making these windows modal.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Milestone: | 1.9.2 → 1.9.1 |
---|
comment:3 by , 10 years ago
Milestone: | 1.9.1 → 1.9.2 |
---|
This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).
On Linux, the always-on-top flag is also selected, which I find very annoying...