Ticket #1484069 (closed Bugs: fixed)
RoundCube steals focus in app.js
| Reported by: | David Adam <zanchey@…> | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | Client Scripts | Version: | 0.1-beta2 |
| Severity: | normal | Keywords: | |
| Cc: | zanchey@… |
Description
Some users have complained that RoundCube steals focus from other applications when an operation completes.
This is due to line 178 of app.js (in revision 358):
177 // focus this window 178 window.focus();
There is a school of thought which says that acquiring focus for anything except system-critical events is inelegant UI. I would like to suggest that RoundCube avoids grabbing focus unless absolutely essential, by removing lines 177-178.
Change History
Note: See
TracTickets for help on using
tickets.
