"Button click happened before the window was focused" when clicking OK after installing bootstrapped add-on from file
Categories
(Thunderbird :: Add-Ons: General, defect)
Tracking
(Not tracked)
People
(Reporter: 52qtuqm9, Unassigned)
Details
- Open Add-ons tab.
- Install bootstrapped add-on from file.
- Click Yes when prompted whether to install the add-on.
- Click OK under the message confirming that the add-on was added.
After 4 the pop-up should go away, but it doesn't, and you get this error:
PopupNotifications._onButtonEvent: Button click happened before the window was focused
This happens even if you move the mouse of the pop-up window and back into it before clicking OK.
It works if you click a second time.
I'm on Linux with GNOME and focus follows mouse.
Comment 1•7 years ago
|
||
PopupNotifications._onButtonEvent: Button click happened before the window was focused
Did you change the pointers position between 3 and 4? That is did the conformation dialog appear in the same location as the previous dialog?
| Reporter | ||
Comment 2•7 years ago
|
||
Might have moved mouse slightly to position it over the button, but yes, as I recall, the dialog in step 4 appears in the same place as the dialog in step 3.
Comment 3•7 years ago
|
||
This may be an issue with the dialog box itself more than then add-on system, or at least a mix of the way Gnome polls the pointer position and TB's dialog box .
Philipp, what say you? Is this an Add-on issue or more of a Core issue?
Comment 4•7 years ago
|
||
I think the notification is on our end. Geoff would know this.
Comment 5•7 years ago
|
||
I have seen this message before, but only if I'm messing around with the developer tools or some other window. I just installed three bootstrapped extensions on a new profile and had no issues.
Comment 6•7 years ago
|
||
Jonathan.
Are you seeing the issue in the latest version of TB? I believe I read in chat that there was some working being done on the addon system, but I don't recall what or if this might have been a carry over.
If you have 60.8 installed maybe you can see if the problem persists?
| Reporter | ||
Comment 7•7 years ago
|
||
I am no longer able to reproduce this in current Daily build.
Description
•