Bug 820590

Summary: Error in CSS style in jUDDI web console menu
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Robert Balent <rbalent>
Component: jUDDI - within SOA, Build ProcessAssignee: Nobody <nobody>
Status: VERIFIED --- QA Contact: Matej Melko <mmelko>
Severity: low Docs Contact:
Priority: high    
Version: 5.3.0 GACC: jcoleman, ldimaggi, soa-p-jira, tcunning
Target Milestone: ER4   
Target Release: 5.3.0 GA   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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 Robert Balent 2012-05-10 12:32:36 UTC
In jUDDI web console, when you hover over the upper right menu, you will see the font-weight has changed and the menu flickers.

How to reproduce:
1. Open http://localhost:8080/uddi-console/uddibrowser.jsp
2. Log In
3. Hover your mouse over some item in upper right menu


How to repair:
You can see in CSS file (css/soa.css), there is:

#HeaderRight table td a:hover {
	color: #0000cc;
	background-color: white;
}

it should be:

#HeaderRight table td a:hover {
	background-color: white;
	color: #0000CC;
	font-weight: bold;
}

Comment 1 Julian Coleman 2012-05-31 09:52:26 UTC
Resolved with revision 11141 of:

  src/main/resources/eap/ROOT.war/css/soa.css

Commit message:

  BZ 820590
  
  Add "font-weight: bold;" to "#HeaderRight table td a:hover", as "a:hover" in
  soa.css is overridden by the definition in uddiportlets.css, causing the
  bold attribute to be lost in the UDDI console.

Comment 4 Suz 2012-06-13 05:59:19 UTC
I have set the technical note field to negative as this appears to have been detected and fixed in the same version, so users will not have seen it.

Comment 5 Robert Balent 2012-06-21 12:29:00 UTC
Verified with SOA-P 5.3 ER4