Bug 149327
Summary: | focus doesn't follow mouse when used tabbed terminals | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Ellson <john.ellson> |
Component: | gnome-terminal | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | ovitters |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-08-31 16:20:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
John Ellson
2005-02-22 14:56:28 UTC
Perhaps its not a focus-follows-mouse problem. I can get a tabbed terminal window to loose ability to focus from focus-follows-mouse by selecting the tab with a click-drag-release within the tab area rather than just a click-and-release without motion. You can tell when the problem is occurring because a dotted box appears around the tab. It seems to be fairly sensitive to timing. Basically the mouse has to be in moton as you click. Click followed by a delayed drag doesn't do it. Normal focus behavior is restored by clicking in the terminal window, this also causes the dotted box to disapear. Perhaps there is an additional binding to the tab widget that needs to be disabled? Is the tab grabbing entry focus? Even easier. Double-click on the tab causes the dotted box to appear and focus-follow-mouse to fail. See http://bugzilla.gnome.org/show_bug.cgi?id=117240 Dragging selects the tabbar. The tabbar needs to be selectable because of accessability reasons. Whether it should be focussed when dragging is a gtk question. I think you're refering to double-click selection, but the tab is also selected by click-drag and the focus isn't relinquished as the mouse moves away and back again. Reported against Gtk: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=153221 |