Ticket #1194 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

1194.patch Download (401.2 KB) - added by madair 3 years ago.
jxlib.uncompressed.js Download (0.7 MB) - added by madair 3 years ago.
new version of JxLib? to be used
template css.patch Download (401.9 KB) - added by liuar 3 years ago.

Change History

Changed 3 years ago by madair

Changed 3 years ago by liuar

  • status changed from new to closed
  • resolution set to fixed

Changed 3 years ago by brucedechant

  • milestone set to 2.2

Changed 3 years ago by liuar

  • priority changed from low to high
  • status changed from closed to reopened
  • resolution fixed deleted

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

Changed 3 years ago by liuar

  • severity changed from trivial to blocker

Changed 3 years ago by madair

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

Changed 3 years ago by madair

new version of JxLib? to be used

Changed 3 years ago by madair

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;

}

Changed 3 years ago by jbirch

  • version changed from 2.0.2 to 2.1.0

Changing version to 2.1 to separate from old tickets.

Changed 3 years ago by liuar

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.

Changed 3 years ago by liuar

Changed 3 years ago by liuar

  • status changed from reopened to closed
  • resolution set to fixed

Fixed in Changeset [4655]

Note: See TracTickets for help on using tickets.