Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Impossible to disabled drag/drop in portallayout

    I find it impossible to disable drag/drop of portlets in a simple PortalLayout.
    To verify, I used the showcase sources and added:

    Code:
    linksLayout.setCanAcceptDrop(false);
    linksLayout.setCanResizePortlets(false);
    linksLayout.setCanDropComponents(false);
    Still, it's possible to move the portlets bij dragging the headers.

    GWT 2.2.0
    SmartClient Version: SC_SNAPSHOT-2012-01-11_v8.3d/Pro Deployment (built 2012-01-11)

    #2
    Can this one be registered as a bug or do I need to supply additional information?

    Comment

    Working...
    X