Igalia / chromium

Old repo. See https://crbug.com/578890 instead.
https://chromium.googlesource.com/chromium/src.git
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

Event handling issues when multiple browser windows are open #513

Closed nickdiego closed 5 years ago

nickdiego commented 5 years ago

Steps to reproduce:

  1. Open chrome
  2. Open new window (Ctrl+N)
  3. Go back to 1st window open and click into the tab strip (e.g: at the right of the '+' button)
  4. Try to move the 2nd window (clicking/dragging in its tab strip bar)

Expected result:

The 2nd browser should be moved following the mouse cursor

Actual result:

The browser window does not move Furthermore, after that if you try to create a new tab (in the 2nd window) it will actually create the tab in the 1st window, and so on..

GN Args:

enable_nacl=false
use_ozone=true
use_xkbcommon=true
use_system_minigbm=true
use_jumbo_build=true
is_debug=false
symbol_level=2
dcheck_always_on=true
cc_wrapper="ccache"

System info:

Arch Linux: Kernel (LTS) 4.19.13
Mesa (libgbm): 18.3.1
Graphics card:  Intel Corporation UHD Graphics 620 (rev 07) (prog-if 00 [VGA controller])
Weston: 5.0.0
Gnome: 3.30.1
nickdiego commented 5 years ago

Closing this as the fix has been merged upstream.