#12312 closed bug (invalid)
[app_server] sometimes doesn't redraw modal windows
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | humdinger, stippi | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
- Install quicklaunch-0.9.11-1-x86_gcc2.hpkg which has this change.
- Launch it
- Click Setup and Add..
- Close Setup window and then file panel
- Click Setup and Add..
Setup window will not be drawn properly.
Change History (6)
comment:2 by , 9 years ago
Cc: | added |
---|
comment:4 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
Note:
See TracTickets
for help on using tickets.
The application is responsible for redrawing the contents of windows that wait for a modal window.
BAlert::Go()
does that for you, for example. Unless you see the behavior elsewhere, I would assume that the application is at fault here.Also, for the app_server, there is no difference between a modal, and a non-modal window -- this is all done client-side.