Roundcube Community Forum

Release Support => Pending Issues => Topic started by: OHosNL on August 19, 2012, 04:09:25 PM

Title: 0.8.1 and IE 8, loses focus clicking message(-pane). 0.8.0 is OK
Post by: OHosNL on August 19, 2012, 04:09:25 PM
Hi,

I've run into a problem using 0.8.1 and IE 8. Yes, I know: "don't use IE" and all that, but I can't just tell all my users that.

The problem is that at the moment I click on a message or in the message-pane when there are no messages in them, the IE window moves itself to the background. In this case an almost full screen putty window got the focus, but the Windows calculator I had positioned just above that also moved over the IE window.

I moved back to 0.8.0 which fixed the issue immediately. I was able to confirm the issue on two separate installations and with both larry and classic skin.

Can anyone confirm the issue?
Title: Re: 0.8.1 and IE 8, loses focus clicking message(-pane). 0.8.0 is OK
Post by: OHosNL on August 21, 2012, 10:13:32 AM
I've done some more looking around and traced the problem back to the fix (https://github.com/roundcube/roundcubemail/commit/3c7346a40b2aefb3b2178516868dc9dca1adfe88) for bug 1488600 (http://trac.roundcube.net/ticket/1488600).

Being unfamiliar with this level of javascript and javascript compiling I hacked my way through both program/js/list.js and program/js/list.js.src to revert the fix, which then solved my problem. I've created a new ticket (http://trac.roundcube.net/ticket/1488620) so the devvers may pick up on it.