Bug 1025325 - Missing icons on Groups page
Summary: Missing icons on Groups page
Keywords:
Status: CLOSED DUPLICATE of bug 1017266
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: UI
Version: JON 3.2
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: RHQ Project Maintainer
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-31 13:42 UTC by Filip Brychta
Modified: 2013-10-31 14:58 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-31 14:58:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
screen shot (106.67 KB, image/png)
2013-10-31 13:42 UTC, Filip Brychta
no flags Details
screen shot (116.31 KB, image/png)
2013-10-31 13:47 UTC, Filip Brychta
no flags Details

Description Filip Brychta 2013-10-31 13:42:35 UTC
Created attachment 817911 [details]
screen shot

Description of problem:
See attached screen shot.

Version-Release number of selected component (if applicable):
Version: 3.2.0.ER4
Build Number: e413566:057b211

Browsers:
FF 18.0.2 
FF 24
chrome Version 27.0.1453.110

How reproducible:
Always

Steps to Reproduce:
1. Create a group containing some resources.
2. Go to All groups page


Actual results:
See attached screen shot

Comment 1 Filip Brychta 2013-10-31 13:47:12 UTC
Created attachment 817923 [details]
screen shot

Comment 2 Jirka Kremser 2013-10-31 14:15:48 UTC
The about dialog (when clicked on logo in the left right corner) has the same issue. The problem is that src attribute of the img tag starts with slash:

<img src="/images/blank.png" width="12px" height="12px">

but it shouldn't

<img src="images/blank.png" width="12px" height="12px">

works well.

This bug is not reproducible in the RHQ, only in JON.

Comment 3 Jirka Kremser 2013-10-31 14:58:37 UTC
Should be fixed in JON 3.2.0 ER5 as part of of work on bug 1013597 and bug 1017266. I am closing it as a duplicate of bug 1017266

*** This bug has been marked as a duplicate of bug 1017266 ***


Note You need to log in before you can comment on or make changes to this bug.