Michael Abshoff wrote: > Hello, > > just downloaded and compiled 1.3pre3 using xforms 1.0-release > and gcc 2.95.3 on X86. > > The bugs ist in the choice dialog. Reproduce it like this: > > 1. start lyx > 2. create new document > 3. input a character so that the document changes > 4. close document > > Now the choice dialog appears with the cursor highlightning > the "cancel" button. Pressing "Y", "N" or "C" results in > cancellation and the menu ist closed. If the cursor is not > over the cancel button pressing "Y", "N" or "C" has no effect.
Odd, I don't see this. All works as expected here. Interestingly, others have reported something similar so some gremlin is at play here. It also demonstrates that we should use Alt-Y, Alt-N and Escape for the shortcuts to be consistent with the rest of LyX. fl_set_resource("flQuestion.yes.label", - idex(_("Yes|Yy#y")).c_str()); + idex(_("Yes|#y")).c_str()); fl_set_resource("flQuestion.no.label", - idex(_("No|Nn#n")).c_str()); + idex(_("No|#n")).c_str()); Lars, would you be happy witht this change? -- Angus