#3402 closed defect (fixed)
Browse cannot restart an activity with bookmarks
Reported by: | manuq | Owned by: | manuq |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Browse | Version: | Unspecified |
Severity: | Unspecified | Keywords: | 12.1.0 olpc-test-passed |
Cc: | erikos | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
You can mark pages with the star tool button, and use them inside the current session. But if you stop the activity and later start it again, the bookmarks are not shown.
Log attached.
Attachments (1)
Change History (5)
Changed 11 years ago by manuq
comment:1 Changed 11 years ago by manuq
comment:2 Changed 11 years ago by manuq
- Keywords olpc-test-pending added
- Resolution set to fixed
- Status changed from new to closed
Closing. Fixed in commit e41c9532f06cff0aef843fe599c7b8328a3d21aa .
comment:3 Changed 11 years ago by greenfeld
- Keywords olpc-test-passed added; olpc-test-pending removed
We can restore a Browse session from the Journal with bookmarks andin 12.1.0 os8/Browse-135.
Note: See
TracTickets for help on using
tickets.
A quick logging debug shows that color parameter in get_image() method of class LinkButton is being passed with type str when inside a session, but is type unicode when read from a previous session. And Rsvg.Handle.new_from_data() needs a single byte string.