Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Larry skin IE7 - message content is not displayed #3895

Closed
rcubetrac opened this issue Aug 26, 2012 · 7 comments
Closed

Larry skin IE7 - message content is not displayed #3895

rcubetrac opened this issue Aug 26, 2012 · 7 comments
Assignees
Milestone

Comments

@rcubetrac
Copy link

Reported by pepe000 on 26 Aug 2012 16:07 UTC as Trac ticket #1488642

Preview messages in IE7 does not show automatically content of the message. It was only after i click on the icon "show headers", shows an area with the message content.
System: MS Windows Vista SP1
Browser: IE7 (7.0.6001.18000)

Migrated-From: http://trac.roundcube.net/ticket/1488642

@rcubetrac
Copy link
Author

Comment by @alecpl on 26 Aug 2012 16:54 UTC

Confirmed.

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 26 Aug 2012 16:54 UTC

later => 0.9-beta

@rcubetrac
Copy link
Author

Comment by pepe000 on 28 Aug 2012 11:07 UTC

ugly hack for temporary resolved problem:

--- ../testnew/ui.js~   2012-08-26 17:01:51.000000000 +0200
+++ ../testnew/ui.js    2012-08-28 13:03:04.357813629 +0200
@@ -75,7 +75,6 @@
       }

       if (rcmail.env.action == 'show' || rcmail.env.action == 'preview') {
-        layout_messageview();
         rcmail.addEventListener('aftershow-headers', function() { layout_messageview(); });
         rcmail.addEventListener('afterhide-headers', function() { layout_messageview(); });
         $('#previewheaderstoggle').click(function(e){ toggle_preview_headers(this); return false });

@rcubetrac
Copy link
Author

Comment by @alecpl on 1 Sep 2012 07:19 UTC

I'm working on this.

@rcubetrac
Copy link
Author

Owner changed by @alecpl on 1 Sep 2012 07:19 UTC

=> alec

@rcubetrac
Copy link
Author

Comment by @alecpl on 4 Sep 2012 08:59 UTC

Fixed in af276f2

@rcubetrac
Copy link
Author

Status changed by @alecpl on 4 Sep 2012 08:59 UTC

new => closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants