[Webkit-unassigned] [Bug 126840] [GTK] Make MiniBrowser windows non-transient by default
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 12 08:29:42 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126840
--- Comment #7 from Adrian Perez <aperez at igalia.com> 2014-01-12 08:27:22 PST ---
(In reply to comment #6)
> (From update of attachment 220970 [details])
> I think we can simply make the browser windows independent to each other. If you open two windows, then close the parent, and run-as-modal is emitted on the child window, it will crash because the parent window has already been destroyed.
Good point, though I think it is more correct to connect to the "destroy"
signal of the parent window, and clear the pointer to it in the child
window. This way closing parent windows before run-as-modal is emitted
will not cause a crash, and the transient-for property is still set when
parent windows do exist.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list