Bug 124843 - Konqueror doesn't like roundcube webmail CSS
Summary: Konqueror doesn't like roundcube webmail CSS
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-03 20:10 UTC by Giovanni Venturi
Modified: 2008-04-20 23:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giovanni Venturi 2006-04-03 20:10:50 UTC
Version:           3.5.2 (using KDE 3.5.2, compiled sources)
Compiler:          gcc version 3.4.6
OS:                Linux (i686) release 2.6.16.1

Hello I tryed to install roundcube as webmail, but Konqueror doesn't like it.
When I set Italian language for example the text at the left bottom "Compact" and "Empty" should become: "Compatta" and "Svuota" but it's displayed only "Compatta". The same happen for Spanish language. So I ask Konqueror for 
the page source and into the HTML code there are "Compatta" and "Svuota", but 
Konqueror, in the rendering, hide the second word.

Roundcube has a demo at: http://roundcube.net/?p=demo where you can verify and fix this bug.
Comment 1 Tommi Tervo 2007-03-18 14:08:51 UTC
Works fine for me, KDE 3.5.6. bug #143159 has a test account.
Comment 2 Giovanni Venturi 2007-03-18 14:44:23 UTC
If you set Language as Espanol you get the same problem of the Italian language. If it's a bad format CSS I don't know because I'm not a CSS expert... But If also Firefox 2.0.0.1 and Opera 9.10 does as I can confirm that should be a CSS bug and not a KHTML one?
Comment 3 Tommi Tervo 2007-03-18 15:04:57 UTC
Actually you can see that text if you diminish font size to very small.
They have overflow:hidden in #mailboxcontrols css, so designer wants? that overflowing text disappears.

#mailboxcontrols
{
  position: absolute;
  left: 20px;
  width: 160px;
  bottom: 20px;
  height: 16px;
  overflow: hidden;
  font-size: 11px;
Comment 4 James Spahlinger 2008-04-20 02:07:45 UTC
Roundcube demo appears to be down, as in I can't get to it. Unless we can find an additional working test case, I doubt the developers will be able to fix without that demo or a similar one.
Comment 5 James Spahlinger 2008-04-20 02:22:01 UTC
Closing after noting this on IRC to harri. Given a test case, please feel free to reopen.
Comment 6 Giovanni Venturi 2008-04-20 10:23:17 UTC
You need a test case? Well, download and install Roundcube. This bug was 
opened 2 years ago and nobody has looked at it till now...
Comment 7 James Spahlinger 2008-04-20 22:58:01 UTC
Mmm alright, I should not have closed this.

Perhaps someone will have a roundcube installed that we can try it on.
Comment 8 Giovanni Venturi 2008-04-20 23:35:47 UTC
Well, as said in comment #3 CSS has:

overflow: hidden;

An if I reduce the font size with "CTRL -" then I can see the words I didn't see before. So this is not really a Konqueror bug. I tested also it on a webmail with roundcube and yes it's ok to close the bug. Sorry If I didn't read again the bug in the last months.