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; }
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.
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.
Verified with SOA-P 5.3 ER4
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.