Changeset 4293 in subversion
- Timestamp:
- Nov 30, 2010 3:16:25 PM (3 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r4292 r4293 6 6 - Add 'login_lc' config option for case-insensitive authentication (#1487113) 7 7 - Fix window is blur'ed in IE when selecting a message (#1487316) 8 - Fix cursor position on compose form in Webkit browsers (#1486674) 8 9 9 10 RELEASE 0.5-BETA -
trunk/roundcubemail/program/js/editor.js
r4065 r4293 72 72 rcmail.change_identity(elem); 73 73 // Focus previously focused element 74 if (fe && fe.id != rcmail.env.composebody) 74 if (fe && fe.id != rcmail.env.composebody) { 75 window.focus(); // for WebKit (#1486674) 75 76 fe.focus(); 77 } 76 78 } 77 79
Note: See TracChangeset
for help on using the changeset viewer.
