Opened 15 years ago
Closed 15 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)
Change History (12)
by , 15 years ago
Attachment: | 1194.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Milestone: | → 2.2 |
---|
comment:3 by , 15 years ago
Priority: | low → high |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
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 , 15 years ago
Severity: | trivial → blocker |
---|
comment:5 by , 15 years ago
the cause of the issue has been found and a fix for Jx will be made available soon.
comment:6 by , 15 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 , 15 years ago
Version: | 2.0.2 → 2.1.0 |
---|
Changing version to 2.1 to separate from old tickets.
comment:8 by , 15 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 , 15 years ago
Attachment: | template css.patch added |
---|
Fixed at https://trac.osgeo.org/mapguide/changeset/4442