Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix Bugzilla Bug 146478 [Linux-WS]Parameter dialog is displayed incorrectly.

Summary:
Bugzilla Bug 146478 [Linux-WS]Parameter dialog is displayed incorrectly.

Bugzilla Bug (s) Resolved: 146478

Description:
To support Mozilla 1.4 or lower version.
1) If don't set overflow as "auto",then clientWidth/clientHeight always return zero. The display is incorrect.

    When clientWidth returned zero, then set overflow to ‘auto’

2) add “style.MozOpacity = 0;” to support opacity style

 

Tests Description: Manual test

Notes to Build Team:

Notes to Developers :

Notes to QA:

Notes to Documentation :

Files Edited:
Checking in birt/webcontent/birt/ajax/ui/dialog/AbstractBaseDialog.js;

/cvsroot/birt/source/org.eclipse.birt.report.viewer/birt/webcontent/birt/ajax/ui/dialog/AbstractBaseDialog.js,v  <--  AbstractBaseDialog.js

 

Checking in birt/webcontent/birt/ajax/core/Mask.js;

/cvsroot/birt/source/org.eclipse.birt.report.viewer/birt/webcontent/birt/ajax/core/Mask.js,v  <--  Mask.js

 

Files Added:

Files Deleted:

 

Thanks And Best Regards,

Jerry Cheng

Actuate Corporation - Shanghai R&D Center
0086-21-58826388-265

 


Back to the top