new tab view empty when restoring an empty tab
Bug #1444023 reported by
Olivier Tilloy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
webbrowser-app |
Fix Released
|
High
|
Riccardo Padovani | ||
webbrowser-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
1) Pull the bottom edge hint up to open the tabs view, then tap the "New Tab" button
2) Verify that you get the new tab view that displays bookmarks and top sites
3) Close the browser
4) Open the browser again
Expected result: the new tab view is opened
Current result: a blank tab is restored, but the new tab view isn’t there
Related branches
lp://staging/~rpadovani/webbrowser-app/newTabRefactoring
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Olivier Tilloy: Approve
-
Diff: 773 lines (+351/-279)6 files modifiedsrc/app/webbrowser/Browser.qml (+59/-59)
src/app/webbrowser/NewTabView.qml (+200/-126)
src/app/webbrowser/UrlsList.qml (+72/-93)
src/app/webbrowser/bookmarks-model.cpp (+3/-1)
src/app/webbrowser/bookmarks-model.h (+2/-0)
tests/unittests/bookmarks-model/tst_BookmarksModelTests.cpp (+15/-0)
Changed in webbrowser-app: | |
assignee: | nobody → Riccardo Padovani (rpadovani) |
status: | Triaged → In Progress |
Changed in webbrowser-app: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Actually, this works on desktop, but not on a krillin with the latest vivid-proposed. Needs investigation.