SC Build 06-17-11. If a completely standalone testcase is needed please let me know.
Scroll all the way to the right and click on the dropdown. You'll notice the main screen has expanded to the grey area. Close the dropdown and try to go all the way back to the left where the tree is. You'll notice that part of it is completely cut off. In Firefox, the layout does not expand at all, but cuts off the dropdown list
Scroll all the way to the right and click on the dropdown. You'll notice the main screen has expanded to the grey area. Close the dropdown and try to go all the way back to the left where the tree is. You'll notice that part of it is completely cut off. In Firefox, the layout does not expand at all, but cuts off the dropdown list
Code:
isc.HLayout.create({ ID :"HL", members: [ (isc.DynamicForm.create({ width: 1800, showEdges: true, numCols: 4, fields: [ {title:"text", type: "text"}, { type: "select", valueMap: {"8":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","7":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}, align: "right" } ] }))]})
Comment