Bug 168769
| Summary: | [GTK] Broken copy and paste in GMail Hangouts | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alberto Garcia <berto> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alberto Garcia
- Log in to a GMail account and start a chat with one of your contacts using the Hangouts applet on the left side.
- Copy some text to the clipboard (a URL for example)
- Start typing something on the chat window and then press Ctrl-V to paste the URL you just copied
- The text is not pasted where the cursor is (after the text), but at the beginning of the line
- Example: "Here's the address " + <Ctrl-V>
- Expected outcome: "Here's the address https://webkit.org/"
- Actual outcome: "https://webkit.org/Here's the address "
I can reproduce this with Epiphany and the WebKit MiniBrowser using WebKitGTK+ 2.14.5
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alberto Garcia
I just checked that 2.15.90 is also affected by this.
Alberto Garcia
This is no longer a problem (WebKitGTK 2.28.0)