First launch of a HTML5 app doesn't work, second one does
Bug #1413986 reported by
Daniel Holbach
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
David Barth | ||
Ubuntu HTML5 UI SDK |
Fix Released
|
High
|
Alexandre Abreu | ||
unity-webapps-qml |
Invalid
|
Undecided
|
Unassigned | ||
webbrowser-app |
Invalid
|
Undecided
|
Unassigned | ||
ubuntu-html5-theme (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Try installing 'roll-a-dice' from the store, run it, watch the spinner spin. Close the app, try again, voilà, it works.
Tested and confirmed by: popey, justcarakas, alexabreu, dbarth.
Related branches
lp://staging/~abreu-alexandre/ubuntu-html5-theme/rtm-fix-webkit-launch
- Ubuntu HTML5 Theme Developers: Pending requested
-
Diff: 572 lines (+141/-325)14 files modifiedCMakeLists.txt (+4/-0)
debian/ubuntu-html5-container.install (+0/-1)
src/CMakeLists.txt (+1/-1)
src/plugin/CMakeLists.txt (+0/-1)
src/plugin/Ubuntu/CMakeLists.txt (+0/-1)
src/plugin/Ubuntu/WebApps/CMakeLists.txt (+0/-25)
src/plugin/Ubuntu/WebApps/CordovaLoader.qml (+0/-91)
src/plugin/Ubuntu/WebApps/UbuntuJavascriptBindings.qml (+0/-59)
src/plugin/Ubuntu/WebApps/WebAppContainer.qml (+0/-137)
src/plugin/Ubuntu/WebApps/qmldir (+0/-2)
src/ubuntu-html5-app-launcher/CMakeLists.txt (+0/-1)
src/ubuntu-html5-app-launcher/UbuntuJavascriptBindings.qml (+59/-0)
src/ubuntu-html5-app-launcher/main.cpp (+4/-1)
src/ubuntu-html5-app-launcher/main.qml (+73/-5)
Superseded
for merging
into
lp://staging/ubuntu-html5-theme
- Ubuntu HTML5 Theme Developers: Pending requested
-
Diff: 262 lines (+143/-36) (has conflicts)10 files modifieddebian/ubuntu-html5-container.install (+0/-1)
src/CMakeLists.txt (+1/-1)
src/plugin/CMakeLists.txt (+0/-1)
src/plugin/Ubuntu/CMakeLists.txt (+0/-1)
src/plugin/Ubuntu/WebApps/CMakeLists.txt (+0/-25)
src/plugin/Ubuntu/WebApps/qmldir (+0/-2)
src/ubuntu-html5-app-launcher/CMakeLists.txt (+0/-1)
src/ubuntu-html5-app-launcher/UbuntuJavascriptBindings.qml (+59/-0)
src/ubuntu-html5-app-launcher/main.cpp (+7/-0)
src/ubuntu-html5-app-launcher/main.qml (+76/-4)
Changed in ubuntu-html5-theme: | |
status: | Confirmed → Fix Committed |
status: | Fix Committed → In Progress |
Changed in canonical-devices-system-image: | |
importance: | Undecided → High |
milestone: | none → ww09-2015 |
status: | New → In Progress |
Changed in canonical-devices-system-image: | |
assignee: | nobody → David Barth (dbarth) |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-html5-theme: | |
status: | In Progress → Fix Committed |
Changed in unity-webapps-qml: | |
status: | New → Invalid |
Changed in webbrowser-app: | |
status: | New → Invalid |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-html5-theme: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The bug affects the RTM release. I cannot reproduce the issue on vivid currently.