#4231 closed defect (fixed)
Browse: trace in log
Reported by: | humitos | Owned by: | humitos |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Browse | Version: | Unspecified |
Severity: | Unspecified | Keywords: | r+, olpc-test-passed |
Cc: | manuq | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
Steps to reproduce it:
- Open Browse
- Go to Google
- Search for "pdf example"
- Open the first link
- Add a new tab
- Close the new tab opened
Issue:
This appears in the log
Traceback (most recent call last): File "/home/olpc/Activities/Browse.activity/webtoolbar.py", line 351, in __switch_page_cb self._connect_to_browser(tabbed_view.props.current_browser) File "/home/olpc/Activities/Browse.activity/webtoolbar.py", line 360, in _connect_to_browser address = self._browser.props.uri or self._browser.loading_uri AttributeError: 'DummyBrowser' object has no attribute 'loading_uri'
Expected behaviour:
Do not fail
Environment:
XO-4 13.1.0 os11
This was reported here:
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by godiard
- Summary changed from Trace in Log to Brpwse: trace in log
Changed 11 years ago by humitos
comment:2 Changed 11 years ago by humitos
- Cc manuq added
- Keywords r? added
- Summary changed from Brpwse: trace in log to Browse: trace in log
comment:3 Changed 11 years ago by manuq
- Keywords r+ olpc-test-pending added; r? removed
- Resolution set to fixed
- Status changed from new to closed
Great, pushed as 6578834b .
comment:4 Changed 10 years ago by greenfeld
- Keywords olpc-test-passed added; olpc-test-pending removed
The patch is present and this works in Browse-148/OLPC 13.1.0 os20.
Note: See
TracTickets for help on using
tickets.
manuq: after applying this patch, take a look at #4187. Thanks.