Opened 10 years ago

Closed 10 years ago

#10349 closed bug (fixed)

Crashing after closing find window

Reported by: humdinger Owned by: anevilyak
Priority: normal Milestone: R1
Component: Applications/StyledEdit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev46528.

This works:

  1. Start StyledEdit.
  2. Press ALT+F to open the find panel.
  3. Close the find panel with ALT+W or ESC.

...keep doing 2) and 3)

This doesn't:

  1. Start StyledEdit.
  2. Press ALT+F to open the find panel.
  3. Close the find panel by clicking on its close button.

... try to keep doing 2) and 3): Either StyledEdit won't react to ALT+F or you'll get the attached crash.

Probably related to hrev46527.

Attachments (1)

StyledEdit-4567-debug-27-12-2013-16-43-05.report (10.2 KB ) - added by humdinger 10 years ago.
debug report

Download all attachments as: .zip

Change History (4)

by humdinger, 10 years ago

debug report

comment:1 by humdinger, 10 years ago

Summary: Crashing after cloding find windowCrashing after closing find window

comment:2 by anevilyak, 10 years ago

Owner: changed from korli to anevilyak
Status: newin-progress

Nothing to do with hrev46527, this is simply a case that isn't being handled properly at the moment, as cmd+w/escape are overridden to hide the window rather than quit it, while the same can't elegantly be done for the close widget.

comment:3 by anevilyak, 10 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev46610.

Note: See TracTickets for help on using tickets.