Hi all,
I've noticed that when I resize the window (from the lower right corner), the cursor changes to 'move' instead of 'se-resize'. Looking at the css with firebug I could see that the bottom_draggable class is overriding the dialog_sizer class.

.top_draggable, .bottom_draggable {default.css (line 117)
cursor:move;
}

.dialog_sizer {default.css (line 59)
background:transparent url(default/sizer.gif) no-repeat scroll 0pt;
cursor:se-resize;
height:19px;
width:9px;
}

Is this a bug? How can I fix that?
-Shahar

_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to