Hi All,

I upgraded to 1.0 the other day and I must say: wow! What a work has 
been put forward since version 0.85 (my last version)!

After updating my extension instructions, I only noticed one minor 
glitch. Not sure it has been noticed before. But if you have a resizable 
and movable window (i.e., status bar can be used for moving), then the 
resize pointer in the bottom right is not shown on hovering.

This behavior can be changed by placing the following part of the 
default.css:

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


to somewhere below the ".bottom_draggable", say, around line 115.


This will solve the issue for FF and (alas) partially for IE. The only 
problem remaining in IE is: the move-pointer only appears now at the 
bottom-left of the statusbar, and not on the whole statusbar. The event 
is neither triggered anymor, which struck me as odd, but perhaps someone 
can shed some light on this one.

Keep up the great work!

Cheers,
-- Abel

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

Reply via email to