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

Fixed headers resize problems in IE (classic skin) #4732

Closed
rcubetrac opened this issue Jan 6, 2015 · 5 comments
Closed

Fixed headers resize problems in IE (classic skin) #4732

rcubetrac opened this issue Jan 6, 2015 · 5 comments
Assignees
Milestone

Comments

@rcubetrac
Copy link

Reported by netesa on 6 Jan 2015 21:40 UTC as Trac ticket #1490213

How to reproduce:

  1. Open roundcube in normal (not maximized) IE window.
  2. Click the "Maximize" button.
  3. The fixed headers now remain small, they are not scaled to the new window width (see attachment).

Interestingly, if you "manually" change the size of the window by dragging its border, the headers are scaled correctly.

Larry skin is not affected, the problem is only observed in the classic skin.

The problem occurs in IE10 and IE11. I haven't tested IE9. In IE8 (with legacy_browser plugin) everything works correctly.

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

@rcubetrac
Copy link
Author

Comment by @alecpl on 10 Jan 2015 16:43 UTC

The issue exists also in IE9. I've found one problem with css selectors - fixed in 091f5e2. This however does not solve the issue. I don't know what is different in classic skin, but for some reason calculated widths in resize() method have values from before resize. Using setTimeout(..., 1) fixes the issue, but maybe there's better solution, i.e. on css/html level.

@rcubetrac
Copy link
Author

Owner changed by @alecpl on 10 Jan 2015 16:43 UTC

=> thomasb

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 10 Jan 2015 16:43 UTC

later => 1.1.0

@rcubetrac
Copy link
Author

Comment by @alecpl on 6 Apr 2015 10:51 UTC

Fixed in b0c502c.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 6 Apr 2015 10:51 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