Letractively / choosel

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

Extended window resize corner #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Resizing windows in the corners (NW, NE, SW, SE) is hard because the area is so 
small. The corners should be extended by 5 pixels into the border.

Original issue reported on code.google.com by Lars.Grammel on 30 Sep 2010 at 1:18

GoogleCodeExporter commented 8 years ago
One potential solution would require a 5x5 table with both colspan and rowspan. 
This is AFAIK not available in GWT - Grid and CellPanel do not support this. 
This means we would need to implement a specific Panel/Widget, similar to Grid, 
that uses custom HTML to support this.

Original comment by Lars.Grammel on 30 Sep 2010 at 3:37

GoogleCodeExporter commented 8 years ago
Apparently, FlexTable supports this functionality.

Original comment by Lars.Grammel on 30 Sep 2010 at 3:42

GoogleCodeExporter commented 8 years ago

Original comment by Lars.Grammel on 30 Sep 2010 at 5:07