Aleksander Machniak
2013-01-02 941f8b5affaffe7f24a6447aba389980778d427a
Fix #countcontrols issue in IE<=8 when text is very long (#1488890)

Conflicts:

CHANGELOG
2 files modified
9 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/classic/iehacks.css 8 ●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix #countcontrols issue in IE<=8 when text is very long (#1488890)
- Fix unwanted horizontal scrollbar in message preview header (#1488866)
- Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1488844)
- Fix XSS vulnerability in vbscript: and data:text links handling (#1488850)
skins/classic/iehacks.css
@@ -184,13 +184,7 @@
  overflow: hidden;
}
#countcontrols
{
  width: 24em;
  padding-right: 10px;
}
body.iframe
body.iframe
{
  width: expression((parseInt(document.documentElement.clientWidth))+'px');
}