Bug #2011

Drawing problems in user configuration window

Added by Daniel Molina about 8 years ago. Updated almost 8 years ago.

Status:ClosedStart date:05/09/2013
Priority:HighDue date:
Assignee:Daniel Molina% Done:

100%

Category:Sunstone
Target version:Release 4.2
Resolution:fixed Pull request:
Affected Versions:OpenNebula 4.0

Description

Reported by Rolandas Naujikas
If an user have some long values (for e.g. ssh keys) in custom attributes there is not enough space to display right buttons and no horizontal scrollbar appears. Also the user custom attributes overlaps with quotas data.

Associated revisions

Revision d3212258
Added by Daniel Molina almost 8 years ago

bug #2011: Fix drawing problems large td strings

History

#1 Updated by Ruben S. Montero about 8 years ago

  • Assignee deleted (Daniel Molina)

#2 Updated by Ruben S. Montero about 8 years ago

  • Priority changed from Normal to High

#3 Updated by Daniel Molina about 8 years ago

All table should define the following css:

table {
  table-layout: fixed;
}

table td {
  overflow: hidden
}

define the width for each column and title

<th width="20%"...

and include the title to be able to see the full text

<td title="blabla">blabla</td>

#4 Updated by Daniel Molina about 8 years ago

  • Priority changed from High to Normal

#5 Updated by Rolandas Naujikas about 8 years ago

This should be of high priority (I expected it solved in 4.0.1).
Please go to username -> Settings having SSH_PUBLIC_KEY or other long entries and sunstone view will look corrupted.

#7 Updated by Daniel Molina about 8 years ago

  • Priority changed from Normal to High

#8 Updated by Ruben S. Montero about 8 years ago

  • Target version deleted (Release 4.2)

#9 Updated by Ruben S. Montero about 8 years ago

  • Target version set to Release 4.2

#10 Updated by Daniel Molina almost 8 years ago

  • Status changed from New to Closed
  • Assignee set to Daniel Molina
  • % Done changed from 0 to 100
  • Resolution set to fixed

Also available in: Atom PDF