[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] Anomaly: empty messagebox
From: |
Greg Chicares |
Subject: |
[lmi] Anomaly: empty messagebox |
Date: |
Sat, 28 Jan 2017 12:28:54 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 |
To reproduce:
File | New | Illustration
Clear any input-sequence textcontrol (so that no text remains),
then click its ellipsis button. I see a messagebox with the
textcontrol's name in its titlebar, which contains "OK" and
"Cancel" buttons, but no message.
I looked in 'input_sequence_entry.cpp', but I can't see how it
could produce this messagebox. Vadim, can you figure this out?
Could it be that this is InputSequenceEntry::DoOpenEditor()
showing nothing at all? IOW, is this the intended behavior of
the following code path?
if(intervals.empty())
{
// have single row (initial state)
add_row();
return;
}
If that's the explanation, then maybe the right thing to do
is to establish !intervals.empty() as a ctor postcondition;
I was thinking of doing that anyway.
- [lmi] Anomaly: empty messagebox,
Greg Chicares <=