Bug 279117
| Summary: | [GTK] REGRESSION(???): Cannot paste text in MiniBrowser's URL entry | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adrian Perez
Steps to reproduce:
1. Copy an URL to the clipboard (or some text).
2. Run MiniBrowser.
3. Click on the URL entry text field, press Ctrl-V to paste.
or
4b. Right click on the URL entry text field, choose “Paste” from the menu.
Expected outcome:
The contents of the clipboard are entered on the URL entry text field.
Actual outcome:
Nothing from the URL ends up in the URL entry text field. The following
messages can be seen in the console:
(MiniBrowser:24): GLib-CRITICAL **: 01:37:35.288: g_unix_open_pipe: assertion '(flags & (FD_CLOEXEC)) == flags' failed
(MiniBrowser:24): GLib-GIO-CRITICAL **: 01:37:35.288: g_task_return_error: assertion 'error != NULL' failed
Additional information:
This used to to work fine, so it must have regressed recently. The bug can
be reproduced both in ToT (tested on 283088@main) and the 2.46 release branch.
Entering text with the keyboard works, only pasting from the keyboard seems to
be affected.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |