Have you checked trunk or the nightly built. I believe this was fixed?

On Tuesday, 27 March 2012 03:56:35 UTC-5, IVINH wrote:
>
>
>
> In my app, LOAD not work fine with 1.99.7, i'm try a test:
> 1. copy my view (contain js script), example: index.html to index.load
> 2. run :  .../index.html and then .../index.load
>
> Both work well with the 1.99.4, but the second was not correct with 1.99.7
> I think this is problem of extension .html & .load
>  
>
>
> Vào 11:00:15 UTC+7 Thứ ba, ngày 27 tháng ba năm 2012, Anthony đã viết:
>>
>> Can you describe the problem? Is the below view the index.load view? What 
>> is in plugin_app/layout.html? Should that be extended rather than included?
>>
>> Anthony
>>
>> On Monday, March 26, 2012 11:23:34 PM UTC-4, IVINH wrote:
>>>
>>>
>>>
>>> I have two views similar but different extension (index.html & index.
>>> load).
>>> Both work well with the 1.99.4, but index.load was not for 1.99.7?
>>>
>>> My view:
>>>
>>> {{include 'plugin_app/layout.html'}}
>>> <script 
>>> src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/jquery.jqplot.js')}}"
>>>  
>>> type="text/javascript"></script>
>>> <script 
>>> src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.pieRenderer.min.js')}}"
>>>  
>>> type="text/javascript"></script>
>>> <script 
>>> src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.donutRenderer.min.js')}}"
>>>  
>>> type="text/javascript"></script>
>>> <link 
>>> href="{{=URL(r=request,c='static',f='plugin_chart/jqplot/jquery.jqplot.css')}}"
>>>  
>>> rel="stylesheet" type="text/css" />
>>>
>>> <script 
>>> src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.barRenderer.min.js')}}"
>>>  
>>> type="text/javascript"></script>
>>> <script 
>>> src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.categoryAxisRenderer.min.js')}}"
>>>  
>>> type="text/javascript"></script>
>>> <script 
>>> src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.pointLabels.min.js')}}"
>>>  
>>> type="text/javascript"></script>
>>>
>>> <script 
>>> src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.canvasTextRenderer.min.js')}}"
>>>  
>>> type="text/javascript"></script>
>>> <script 
>>> src="{{=URL(r=request,c='static',f='plugin_chart/jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js')}}"
>>>  
>>> type="text/javascript"></script>
>>>
>>> <div style="position:absolute;top:300px;left:150px;">
>>> {{=content}}
>>> </div>
>>>
>>>
>>>
>>>
>>>  
>>>
>>> Vào 05:29:43 UTC+7 Thứ hai, ngày 05 tháng ba năm 2012, Massimo Di Pierro 
>>> đã viết:
>>>>
>>>> Same as 1.99.5 and 1.99.6 but should solve all the outstanding 
>>>> compatibility issues.
>>>>
>>>> Massimo
>>>>
>>>
>>> Vào 05:29:43 UTC+7 Thứ hai, ngày 05 tháng ba năm 2012, Massimo Di Pierro 
>>> đã viết:
>>>>
>>>> Same as 1.99.5 and 1.99.6 but should solve all the outstanding 
>>>> compatibility issues.
>>>>
>>>> Massimo
>>>>
>>>

Reply via email to