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: IE8 and Opera doesn't re-draw compose UI on window resize #3758

Closed
rcubetrac opened this issue Apr 26, 2012 · 9 comments
Closed

Larry: IE8 and Opera doesn't re-draw compose UI on window resize #3758

rcubetrac opened this issue Apr 26, 2012 · 9 comments

Comments

@rcubetrac
Copy link

Reported by @alecpl on 26 Apr 2012 06:21 UTC as Trac ticket #1488453

This (ui.js) doesn't work on IE8 (IE9 is fine):

$(window).resize(function(e) {
  // check target due to bugs in jquery
  _ http:_bugs.jqueryui.com/ticket/7514
  _ http:_bugs.jquery.com/ticket/9841
  if (e.target == window) resize();
});

When you resize IE8's window by dragging browsers side the handler is executed but e.target != window.

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

@rcubetrac
Copy link
Author

Comment by @alecpl on 9 May 2012 09:04 UTC

The same issue in Opera (11.62 on Linux).

@rcubetrac
Copy link
Author

Summary changed by @alecpl on 9 May 2012 09:04 UTC

Larry: IE8 doesn't re-draw compose UI on window resize

Larry: IE8 and Opera doesn't re-draw compose UI on window resize

@rcubetrac
Copy link
Author

Comment by @thomascube on 31 May 2012 13:19 UTC

Fixed in 8ce6024

@rcubetrac
Copy link
Author

Status changed by @thomascube on 31 May 2012 13:19 UTC

new => closed

@rcubetrac
Copy link
Author

Comment by MaRa on 7 Aug 2012 19:01 UTC

Bug is still present in Opera 12.1 if you use Opera Dragonfly (just open it and resize or close it).

@rcubetrac
Copy link
Author

Status changed by MaRa on 7 Aug 2012 19:01 UTC

closed => reopened

@rcubetrac
Copy link
Author

Milestone changed by MaRa on 7 Aug 2012 19:01 UTC

0.8-stable => 0.8.1

@rcubetrac
Copy link
Author

Comment by @alecpl on 8 Aug 2012 06:08 UTC

Works for me. Maybe your issue is different. Create screenshots and open a new ticket.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 8 Aug 2012 06:08 UTC

reopened => 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