Bug 1015085

Summary: [BEAKER] [0.15.0] New Matrix is skewed
Product: [Retired] Beaker Reporter: PaulB <pbunyan>
Component: web UIAssignee: Raymond Mancy <rmancy>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 0.15CC: aigao, asaha, azelinka, bpeck, dapospis, dcallagh, ebaak, gozen, jingwang, jstancek, llim, pbunyan, qwan, rmancy, xjia
Target Milestone: 0.15.1Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-23 07:00:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description PaulB 2013-10-03 12:42:55 UTC
Description of problem:
 Looking at matrix job view for Kernel Tier 1 testing,
tasks in task column are unclear and kernel/arch columns are not in line. 

Version-Release number of selected component (if applicable):
 Version 0.15.0

How reproducible:
 Consistently

Steps to Reproduce:
1. Open a matrix for a job with multiple tasks testing multiple arches

Actual results:
 Task text is unclear.
 Columns are not in line with header.

Expected results:
 Clear display of job matrix.

Additional info:

Comment 2 PaulB 2013-10-03 12:49:52 UTC
All,
Actually this is  a bit more problematic, as I am unable to scroll right in order to view the entire job :/

Best,
-pbunyan

Comment 4 Bill Peck 2013-10-03 13:01:53 UTC
The workaround is to disable javascript but this is painful because so much of beaker ui relies on it.  You can't even see task results because it relies on javascript.

As a *horrible* workaround I did this:

% firefox -new-instance -P matrix
(RHEL 6 firefox use -no-remote instead of -new-instance)

Create a new profile called matrix if it doesn't exist.

Turn off javascript in that version
about:config
toggle javascript enabled to off.

load the matrix page here..  and if you need to review any results you have to copy & paste the url to the other firefox instance that has javascript running.

Ugh.. This is extremely painful.

Comment 9 Raymond Mancy 2013-10-13 22:57:14 UTC
gerrit.beaker-project.org/#/c/2353

Comment 10 Raymond Mancy 2013-10-14 11:32:43 UTC
*** Bug 1014941 has been marked as a duplicate of this bug. ***

Comment 14 Nick Coghlan 2013-10-17 09:24:47 UTC
This is much improved, but still isn't quite rendering reliably across all browsers (the row alignment depends on how viewport scrollbars are added). Bug 1020198 covers that issue, since it isn't the same underlying problem as the original rendering bug that made the matrix completely unusable.

Comment 15 Raymond Mancy 2013-10-23 07:00:41 UTC
beaker 0.15.1 has been released.