Ticket #4853 (closed defect: fixed)
[patch][cla]dojox.layout.FloatingPane with remote content is not resizable
| Reported by: | guest | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dojox | Version: | 1.0 |
| Severity: | normal | Keywords: | dojox.layout.FloatingPane remote href resizable widget |
| Cc: |
Description
a dojox.layout.FloatingPane? with remote content (i.e. with an attribute href) will not be resizable.
In order to reproduce it : take the test page dojox/layout/tests/test_FloatingPane.html and add an attribute resizeable="true" to the remote pane : <div dojoType="dojox.layout.FloatingPane?" resizeable="true"
title="remote pane" href="../../../dijit/tests/layout/doc0.html" style="width:250px; height:250px; background:#fff;"
></div>
the floating pane is not resizable.
I think it is only because you add resize handle : <div id="dojox_layout_ResizeHandle_0" class="dojoxResizeHandle dojoxResizeNW" dojoattachpoint="resizeHandle" widgetid="dojox_layout_ResizeHandle_0">
before getting the content from the server, so it is erased ?