Opened 14 years ago

Closed 14 years ago

#1194 closed defect (fixed)

Fusion: Fail to narrow Task pane when drag the Vertical Line

Reported by: madair Owned by:
Priority: high Milestone: 2.2
Component: Fusion Templates Version: 2.1.0
Severity: blocker Keywords:
Cc: External ID: 1254170

Description

from Fusion trac #287

The splitter beside the task pane fails to allow dragging depending on where the mouse is,

solution is to put zIndex: -1 in the jxPanelContentContainer class

Attachments (3)

1194.patch (401.2 KB ) - added by madair 14 years ago.
jxlib.uncompressed.js (693.3 KB ) - added by madair 14 years ago.
new version of JxLib to be used
template css.patch (401.9 KB ) - added by liuar 14 years ago.

Download all attachments as: .zip

Change History (12)

by madair, 14 years ago

Attachment: 1194.patch added

comment:1 by liuar, 14 years ago

Resolution: fixed
Status: newclosed

comment:2 by brucedechant, 14 years ago

Milestone: 2.2

comment:3 by liuar, 14 years ago

Priority: lowhigh
Resolution: fixed
Status: closedreopened

Hi Mike,
This fix caused severe problem in FF/Safari/Chrome.
The buttons can not be clicked on the taskpane becausethe ZIndex was set to -1. So all the widget in the taskpane can not work now.
Would you please check it again? Thanks a lot.

Regards,
Arthur

comment:4 by liuar, 14 years ago

Severity: trivialblocker

comment:5 by madair, 14 years ago

the cause of the issue has been found and a fix for Jx will be made available soon.

by madair, 14 years ago

Attachment: jxlib.uncompressed.js added

new version of JxLib to be used

comment:6 by madair, 14 years ago

To fix the problem, replace the copy of JxLIb with the attachement and you will need to add the following class to CSS for all templates:

.jxSplitterMask{

position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; background-image: url(images/a_pixel.png); z-index:1;

}

comment:7 by jbirch, 14 years ago

Version: 2.0.22.1.0

Changing version to 2.1 to separate from old tickets.

comment:8 by liuar, 14 years ago

Thanks for your fix, Mike.
But I think there may have some tiny issues in jxlib.uncompressed.js, because I got an error - Jx.Layout is not a constructor. So, I still can not verify if the defect has been fixed.

by liuar, 14 years ago

Attachment: template css.patch added

comment:9 by liuar, 14 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in Changeset [4655]

Note: See TracTickets for help on using tickets.