I'm working on a fix for bug http://www.openlaszlo.org/jira/browse/LPP-2377, "Lzpix: 'hide details' not working in DHTML, Safari".
If I comment out the following strange code , the "hide details" button starts working in Safari:

        <mybutton name="hideDetailsButton" width="70"
            x="718"
            resource="hidedetails_rsc"               
            y="-5" photoscontainer.transitionToGrid()">
             <text fgcolor="0x463e9D" x="15" y="-2" fontsize="9" width="100">hide details</text>
            <method name="returnToGridView">
                photoscontainer.transitionToGrid();
            </method>

<!--
            <view width="70" height="20"
                  ()"
                  >                  >                  ()"
                  />
-->
           
        </mybutton>


Does anyone know why that code was in there? It looks to me like some kind of workaround probably for the IE bug I'm working on now ( http://www.openlaszlo.org/jira/browse/LPP-2357)
which is an underlying issue with transparent views not being clickable in IE.


--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to