interesting feedback

probably that the DnD should not be enabled for maximized regions at all.

if you modify org.jboss.portal.theme.impl.JSPLayout and modifiy it with :


  |    ...
  |    pageResult.setLayoutState("maximized");
  |    wc.setRegionName("maximized");
  |    wc.setOrder(0);
  | 
  |    // Begin new code 
  |    DynaRenderOptions options = DynaRenderOptions.getOptions(Boolean.FALSE, 
null);
  |    Map props = pageResult.getRegion("maximized").getProperties();
  |    options.setOptions(props);
  |    // End new code
  | 

it should prevent maximized region to be draggable, could you try that ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043242#4043242

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043242
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to