mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
dbf01d56cf
In bug 921928, the user places a call and then tries to do other actions (calls, SMS, contacts, ...) with actions very close to the attention screen. When trying to do those other actions, event fluffing is prioritizing the attention screen rather than user apps. --- layout/base/PositionedEventTargeting.cpp | 10 ++ layout/base/tests/Makefile.in | 2 + .../bug921928_event_target_iframe_apps_oop.html | 8 + .../base/tests/test_event_target_iframe_oop.html | 178 +++++++++++++++++++++ 4 files changed, 198 insertions(+) create mode 100644 layout/base/tests/bug921928_event_target_iframe_apps_oop.html create mode 100644 layout/base/tests/test_event_target_iframe_oop.html
9 lines
108 B
HTML
9 lines
108 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Test companion for bug 921928</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|