#1192 closed defect (fixed)
Object chooser remains shown after activity has been closed
Reported by: | sascha_silbe | Owned by: | alsroot |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Browse | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | r+ |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
Steps to reproduce:
- Open Browse
- Navigate to some page that has a file upload form.
- Click "Browse" to open Journal object picker.
- Close the activity without closing the object picker first.
What I expected: Close the object picker as well.
What happened: The object picker is shown on top of the home view.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by alsroot
- Component changed from sugar to Browse
- Owner changed from tomeu to erikos
comment:2 Changed 14 years ago by alsroot
- Keywords r? added
comment:3 Changed 14 years ago by tomeu
- Keywords r! added; r? removed
The problem with this is that several instances of the browse activity can run in the same process. That's why the parent var was in the instance and not in the class and why we have hulahop.get_view_for_window().
Changed 14 years ago by alsroot
comment:4 Changed 14 years ago by alsroot
- Keywords r? added; r! removed
comment:5 Changed 14 years ago by tomeu
- Keywords r+ added; r? removed
- Owner changed from erikos to alsroot
- Status changed from new to assigned
Looks great, thanks!
comment:6 Changed 14 years ago by erikos
- Resolution set to fixed
- Status changed from assigned to closed
Pushed, thanks for the patch.
commit 51863250cdea13209a8f2a75eacb8c54227a4465
Note: See
TracTickets for help on using
tickets.
looks like its a Browse specific issue, in other activities it works fine if parent parameter was passed to ObjectChooser's ctor