Skip to content
Commit 2e3163e6 authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Forms: Don't run focusin action when gaining focus because of window management

Adobe Reader doesn't do it, and with reason, because otherwise we end up
with:
 * Run focus in script
 * script shows alert()
 * form loses focus and gains it again once the alert() is closed
 * infinite loop

The same fix we did in e457ceb7 but for
the rest of the widgets

BUGS: 472756
(cherry picked from commit f940ca1e)
parent ab9c81ba
Pipeline #450498 passed with stage
in 7 minutes and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment