-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 4.2
-
Component/s: Dashboard & Gadgets
-
Environment:
standalone, latest JDK, Windows Server 2003.
-
4.02
-
Severity 3 - Minor
-
After the last update, the "Show Saved Filter" gadget started to truncate some filter columns. Basically, I configured the gadget to show the following columns: Key, Summary and Status. In our system, both Status and Summary fields are normally big(sometimes, the key is big too), so it's very irritating be able to see only "half" of the needed information. Before the update, the Key and the Status column occupied the necessary spaces(without line breaks) and the summary column had line breaks when needed.
Just as a example, here is the "correct" and the "wrong"(truncated) filter:
(Note: The text itself is in Brazilian Portuguese - yeah, we know our language is quite verbose sometimes.)
Correct:
| Key | Summary | Status |
|---|---|---|
| GMI-123 | Numeração de NF | Tarefa Parada |
| CEZAN-1 | Relatórios de Necessidades Gerais (012348635) | Tarefa Liberada |
| CEZAN-2 | Bug nas transações Oracle/SQL Server | Tarefa em Andamento |
Wrong
| Key | Summary | Status |
|---|---|---|
| GMI-12 | Numeração de NF | Taref |
| CEZAN- | Relatórios de Necessidades Gerais (012348635) | Taref |
| CEZAN- | Bug nas transações Oracle/SQL Server | Taref |
I noticed that this problem occurs in Opera 10.63. In IE 8, everything is working flawlessly(as in 4.1). Note that is not possible to simply "switch to IE" because some of our users(myself included) use only Linux.