Opened 8 years ago
Closed 8 years ago
#4435 closed defect (wontfix)
Pop-ups in the declarative debugger window should not disappear
Reported by: | Francesco Casella | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.12.0 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description
When you hover with the mouse over one equation in the declarative debugger window, a pop-up appears showing the entire equation, which is very convenient if the equation doesn't fit in the (rather small) window.
Unfortunately, even if the pointer is not moved at all, the pop-up disappears after 10 seconds or so.
There is actually no need to hurry here; whoever is looking at the equation should be given all the needed time (possibly half an hour) to study the equation thoroughly, paticularly if there is something wrong with it.
Please make sure the pop-up only goes away when the pointer is moved away from the equation
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Never mind that. All equations windows now have scroll bars, so you can look at the equation by scrolling the window horizontally. Or, select the equation, hit CTRL-C and then CTRL-V into a text editor.
Well that's exactly how the tool-tip/pop-up works. And unfortunately there is no way we can change that.
The only way is write our own tool-tip code. Or we should think of some other means of displaying information.