Hi

It looks like more a CSS issue, I tried a sample with only mac_os_x theme and it works fine for me. Is http://prototype-window.xilinus.com/PWC-OS/ is ok for you? (it is for me)

Seb
On Apr 26, 2007, at 12:54 AM, Fabiano Vanucci wrote:

OS: MacOSX 10.3.9
Browser: 1.3.2(v132.6)

Windows can't be resized (it's not a dialog). On the bottom right div, where it shoud appear resize cursor, it stay as there is not a resize option, even showing resize backgroud image on that div.


Where the problem is:

<table id="1_row3" class="bot table_window">
   <tbody>
      <tr>
         <td class="alphacube_sw bottom_draggable"/>
         <td class="alphacube_s bottom_draggable">
            <div id="1_bottom" class="status_bar">
               <span style="float: left; width: 1px; height: 1px;"/>
            </div>
         </td>
<td id="1_sizer" class="bottom_draggable alphacube_sizer"/ > (or "mac_os_x_sizer bottom_draggable")
      </tr>
   </tbody>
</table>

Workarround:

1) I changed the following lines of windows.js:

597: var seAttributes = this.options.resizable ? "<div class='" + className + "_sizer' style='background-image: none' id='" + id + "_sizer' > </div>" : "class='" + className + "_se'";

2) Added:
598: var seAttributesTD = this.options.resizable ? " class='" + className + "_sizer' " : "class='" + className + "_se'";


3) Changed:
621: (old 620) <td " + seAttributesTD + ">" + seAttributes + "</ td>\


With this, I could make resizable window to work in Safari 1.3, Safari 2.0.4 and FF1 (not tested with IE)

Do you approve it Sébastien?

Regards,

Fabiano Vanucci





Ligue para os amigos com a Chamada de PC para PC - GRATUITO Experimente já!
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

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

Reply via email to