What size is the module area?
The sizes supplied in the plugin.xml, and the minimum for the docked module area, are controlled by the browser. This is the inside area not counting the border or title bar. The minimum size of the docked module is 150 horizontal pixels by 150 vertical pixels. The current minimum buddy list width is 156 pixels, so your docked Module will never go below that size. When the module is undocked its minimum width is 182 horizontal pixels. The “pluginFixedSize”, or “pluginMinSize” should not be less than “182,150”. The x, y, width, and height in the window.client.openWindow function are the outer dimensions or the window. This is to allow for more precise positioning of windows. Watch out for the difference between the window.client.openWindow dimensions, and the dimensions in the plugin.xml.