Author Topic: Empty space on mail printouts in elastic skin  (Read 1468 times)

Offline rahulnikumbhe

  • Newbie
  • *
  • Posts: 8
Empty space on mail printouts in elastic skin
« on: March 30, 2021, 12:41:06 AM »
we have refereed the workaround as mention on this page :- Fix empty space on mail printouts in Chrome (#7604)
but it didn't work for us.
we are using elastic skin.
after applying changes as mentioned for #7604 , we have rebuild elastic css by compiling styles.less and print.less
any help would be appreciated.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Empty space on mail printouts in elastic skin
« Reply #1 on: March 30, 2021, 12:31:14 PM »
Are you sure you complied the CSS corrently that you don't have a style's.css and a styles.min.css as well or something like that?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline rahulnikumbhe

  • Newbie
  • *
  • Posts: 8
Re: Empty space on mail printouts in elastic skin
« Reply #2 on: March 30, 2021, 01:53:52 PM »
css complied using below approach
lessc -x styles/styles.less > styles/styles.css
lessc -x styles/print.less > styles/print.css
lessc -x styles/embed.less > styles/embed.css

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Empty space on mail printouts in elastic skin
« Reply #3 on: March 30, 2021, 02:24:31 PM »
Ok but my suggestion was to check what files where actually in the directory. If a *.min.css file exists Roundcube will use it over a *.css file regardless of the file modification dates ot any other factor.

The fix was included in 1.4.9  and we are currently on 1.4.11 so why not  just update?

I'm not sure what you are looking for I cant tell if you applied the patch correctly I cant tell if the browser loaded the new CSS I cant tell if actually you have some different issue. You can inspect the CSS in the browser and see if your changes are there or not. You know why you chose to do this rather than update . I'm sure you have good reasons but with no knowledge of your environmental "it doesn't work" doesn't help much so you have to investigate and provide the more detailed information.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline rahulnikumbhe

  • Newbie
  • *
  • Posts: 8
Re: Empty space on mail printouts in elastic skin
« Reply #4 on: March 31, 2021, 11:03:57 AM »
we have fresh installed and configured roundcube 1.4.11 complete version.
but the same issue is reflected in the new version.
any help would be appreciated.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Empty space on mail printouts in elastic skin
« Reply #5 on: April 01, 2021, 07:51:33 AM »
perhaps you have a different issue
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…