jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

Roll ups reference wrong image locations #518

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Execute /trunk/build/prepare-distribution.bat
2. Load a form that uses the UX rollup at /trunk/build/dist/src/ubiquity-
loader.js
3. Notice the 404s for image loads.

What is the expected output? What do you see instead?
Images are expected. Nothing is displayed.

This issue came to my attention while generating roll ups for use in my 
projects at IBM. The easiest work around this is to copy the images 
from /src/assets/*.png to /src/*.png but this shouldn't really be 
necessary. I've not fully investigated this issue but I suspect it's a 
result of relative URLs being incorrect once the JavaScript files are 
rolled up.

This issue causes the range slider, select1 and select controls to render 
in a completely unusable state as these inputs require images to function.

Original issue reported on code.google.com by fil...@gmail.com on 28 Aug 2009 at 7:59

GoogleCodeExporter commented 8 years ago
Looking into this now -- claiming ownership, bumping priority and setting to 
current 
iteration.

Original comment by rahul.ak...@gmail.com on 29 Aug 2009 at 3:29

GoogleCodeExporter commented 8 years ago
Fix for the relative paths to images when roll-up is used has been proposed in 
r2936 
and review requested. Changing Status to InReview.

Original comment by rahul.ak...@gmail.com on 29 Aug 2009 at 4:04

GoogleCodeExporter commented 8 years ago
Committed to trunk in r2937 after favorable review.

Resolving issue as Fixed.

Original comment by rahul.ak...@gmail.com on 1 Sep 2009 at 12:22