nihad640 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Images addresses are wrong with 2.5 #662

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Before your post : If you are not 100% sure that you've found an issue,
please post on the SmartGWT forums first. Upon confirmation you'll be
advised to create an issue.

All issues require a minimal standalone test case with
an onModuleLoad() to be attached. You can modify an existing showcase
example if desired. Issues created without a standalone test case are
subject to being rejected after 7 days if no test case is present.

Please test any issue against the latest available code (from
smartclient.com/builds) before filing, and indicate any release versions
that you know are also affected.

What steps will reproduce the problem?
1. Create a gwt project in eclipse.
2. Create a new module. Related section is:
    <inherits name="com.smartgwt.SmartGwtNoScript" />
    <inherits name="com.smartgwt.SmartGwtNoTheme" />
    <inherits name="com.smartclient.SmartClientDefault"/>
    <inherits name="com.smartclient.theme.enterprise.Enterprise"/>
<!--
    <inherits name="com.smartclient.theme.simplicity.Simplicity"/>  
-->

3. Right Click on module and configure for SmartGWT
4. Select downloaded and extracted smartgwt-2.5 folder
5. Clear inside of the entrypoint class
6. Put some smartgwt widgets like panel, button, sectionstack
7. Start with Gwt Developer Console.

What is the expected output? What do you see instead?
Nearly All the image paths/addresses are wrong. It requested as 
..../gwttest/sc/skins/Simplicity/images/SectionHeader/header_opened_stretch.png 
but there is no file such named. Here is the file names in requested folder : 
opener_closed.gif,opener_Disabled_closed.gif,opener_Disabled_opened.gif,opener_o
pened.gif

What version of the product are you using? On what operating system?
SmartGWT 2.5 on Windows 7 (64bit)

What browser(s) does this happen in?  Are there any browsers where the
issue does not occur?
IE 9, FireFox 10, Chrome 17.0.963.79 m

Please provide any additional information below.

Original issue reported on code.google.com by hakan.cu...@gmail.com on 20 Mar 2012 at 12:47

Attachments: