Opened 4 years ago
Last modified 2 years ago
#16580 new bug
StyledEdit: window stop redrawing it attempted to quit with unsaved documents
Reported by: | X512 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/StyledEdit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #9540 | |
Platform: | All |
Description (last modified by )
This is hrev54629,
Steps to reproduce:
- Launch StyledEdit.
- Type something.
- Quit StyledEdit from ProcessController (Quit an application > StyledEdit). Save confirmation dialog will open.
- Drag document window under save dialog and dialog will stamping on document window.
It is related to that save dialog blocks message processing and use BWindow::UpdateIfNeeded()
to keep window redrawing.
Attachments (1)
Change History (4)
by , 4 years ago
Attachment: | StyledEdit redraw.png added |
---|
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
comment:3 by , 2 years ago
Blocking: | 9540 added |
---|
Note:
See TracTickets
for help on using tickets.
Best solution will be using asynchronous
status_t Go(BInvoker* invoker)
that don't block message processing and allow to use regular window redrawing.