So, this patch isn't actually working.  I led you astray with:

LzSprite.prototype.__copystyles = function(from, to, copyclip) {
  copyclip = copyclip || true;

Which really needs to be testing for null instead:
    copyclip = copyclip === null ? true : copyclip;

Sorry, my bad.  I'll check in a fix for this.

On 9/22/10 9:04 PM, Henry Minsky wrote:
Change hqm-20100922-M2l by [email protected] on 2010-09-22 23:20:39 EDT
     in /Users/hqm/openlaszlo/trunk-clean
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix for DHTML clickdivs in Opera

New Features:

Bugs Fixed: LPP-9380,  LPP-9382

Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Overview:


Details:

always remove clipping from clickdivs in Opera


Tests:


tabsliders and menus work in:
     examples/components/component_sampler.lzx?lzr=dhtml


Files:
M       WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js


Changeset: http://svn.openlaszlo.org/openlaszlo/patches/hqm-20100922-M2l.tar

Reply via email to