[jbosstools-issues] [JBoss JIRA] (JBIDE-20479) broken images in JBT/JBDS Central

Nick Boldt (JIRA) issues at jboss.org
Wed Sep 9 12:18:00 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-20479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-20479:
-------------------------------
    Attachment: 20479_still_broken.png


Tried installing/updating webkit:
{code}
#➔ yum install webkitgtk3.i686 webkitgtk3.x86_64 webkitgtk.x86_64 webkitgtk.i686 
 
Installing:
 webkitgtk                                              i686                                  2.2.8-1.fc20                                                 updates                                 11 M
 webkitgtk3                                             i686                                  2.2.8-3.fc20                                                 updates                                 11 M
Updating:
 webkitgtk3                                             x86_64                                2.2.8-3.fc20                                                 updates                                 11 M
{code}

Did not help.

Tried updating gtk2 and 3:

{code}

#➔ yum install gtk2.x86_64 gtk2.i686 gtk32.x86_64 gtk3.i686

Updating:
 gtk2                                                  i686                                       2.24.27-1.fc20                                      updates                                     3.4 M
 gtk2                                                  x86_64                                     2.24.27-1.fc20                                      updates                                     3.4 M
{code}

Again, no luck:

[^20479_still_broken.png]

> broken images in JBT/JBDS Central
> ---------------------------------
>
>                 Key: JBIDE-20479
>                 URL: https://issues.jboss.org/browse/JBIDE-20479
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: central
>    Affects Versions: 4.3.0.Beta2
>            Reporter: Nick Boldt
>            Assignee: Snjezana Peco
>            Priority: Minor
>             Fix For: 4.3.0.CR1
>
>         Attachments: 20479_still_broken.png, broken-images-central-JBDS9CR1.png, broken-images-central-JBT-JBDS.png
>
>
> Broken images. See screenshot. The first image, for the HTML5 project, links to this:
> file:///home/nboldt/eclipse/workspace-clean45-2/.metadata/.plugins/org.jboss.tools.central/images/1206740293/images%2Fwizards%2Fhtml5.png
> But that won't load in my browser.
> Instead, THIS image DOES load:
> file:///home/nboldt/eclipse/workspace-clean45-2/.metadata/.plugins/org.jboss.tools.central/images/1206740293/images%252Fwizards%252Fhtml5.png
> Seems you need one extra level of escapes: `%252F` instead of just `%2F` for those slashes ( / ).
> Could your filenames simply be images-wizards-html5.png to avoid the need for hexcode escapes?



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list