nijogeorgep / smartgwt

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

canDrag for Snapbar not working #517

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

VLayout with setShowResizeBar(true)
In load_skin.js set  canDrag:false for  isc.Snapbar

1. Try to resize VLayout. You can not do that so the behavior is good. 
2. Click on Snapbar to collapse VLayout.
3. Click on Snapbar to open VLayout.
4. After this operation resizing is possible. 

What is the expected output? What do you see instead?
VLayout should not be resized when canDrag:false for  isc.Snapbar is set. 

What version of the product are you using? On what operating system?
Smartgwt 2.2 (tested in 2.3 too), Ubuntu 10.04

Original issue reported on code.google.com by sgarbac...@gmail.com on 24 Sep 2010 at 7:13

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed. Pick up the next nightly build.

Original comment by smartgwt...@gmail.com on 29 Nov 2010 at 7:03