context menu steals focus from the webview
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Bill Filler | ||
webbrowser-app (Ubuntu) |
Fix Released
|
High
|
Olivier Tilloy |
Bug Description
latest rc-proposed on krillin
1) open webbrowser-app and find a link
2) long press to get context menu and select "Copy Link"
3) open gmail webapp and create a new message
4) go to the message body and try to paste the link by long pressing, and selecting "Paste" from the menu
Expected results:
link pasted into message body
Actual results:
nothing pasted into the message body
Some additional info:
- instead of doing step 4) try to paste into the "To" field and it works correctly, so the paste buffer has the correct info, just can't be pasted into the body of the message
- also, if I type some text in the message body, the long press->"Select all", then long press->"copy", and then long press "paste" nothing happens.
Related branches
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Bill Filler (community): Approve
-
Diff: 154 lines (+69/-2)6 files modifiedsrc/Ubuntu/Web/UbuntuWebView02.qml (+17/-0)
src/app/webbrowser/ContextMenuMobile.qml (+5/-0)
src/app/webbrowser/ContextMenuWide.qml (+16/-0)
src/app/webcontainer/ContextMenuMobile.qml (+6/-1)
src/app/webcontainer/ContextMenuWide.qml (+17/-1)
tests/autopilot/webbrowser_app/tests/test_contextmenu.py (+8/-0)
summary: |
- cannot paste from webbrowser-app into gmail webapp + context menu steals focus from the webview |
Changed in webbrowser-app (Ubuntu): | |
status: | Incomplete → Confirmed |
importance: | Undecided → High |
Changed in canonical-devices-system-image: | |
milestone: | none → ww02-2016 |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
I fail to reproduce the issue. Tested on both krillin and arale running latest rc-proposed, also tested with oxide 1.11.3 from silo 57, pasting a link into gmail new message field always works for me.