Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1455915 - Wayland - crash when paste after browser start
Summary: Wayland - crash when paste after browser start
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: firefox
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Martin Stransky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-26 12:27 UTC by Martin Stransky
Modified: 2017-05-31 10:11 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1457201 (view as bug list)
Environment:
Last Closed: 2017-05-31 10:11:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Stransky 2017-05-26 12:27:48 UTC
Description of problem:

https://github.com/stransky/gecko-dev.git package crated when clipboard contains some data before browser start and user pastes to browser after browser start.

Looks like data_offer_offer() callback collides with the one in Gtk and we don't get data_device_selection() callback when browser is focused. Seems to a race condition between our and Gtk clipboard handling.

Comment 1 Martin Stransky 2017-05-31 10:11:10 UTC
Fixed by commit 74cb6f1445ed2c79d746bebf2703ebb45a8d2008


Note You need to log in before you can comment on or make changes to this bug.