Opened 16 years ago
Closed 15 years ago
#287 closed defect (fixed)
Fail to narrow Task pane when drag the Vertical Line
Reported by: | jennyhe | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 1.1.1 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1254170 | Operating System: | All |
state: | New |
Description ¶
From Autodesk QA Steps:
- Open the Fusion web layout.
- Redline->Double Click Task Pane in the left panel.
- Drag the Vertical line to resize the Task Pane
Results: Please refer to the attached png file. If users drag the Vertical Line in the position above the Red line in png file, Task pane could be narrowed. However, if below the red line, it failed.
Expected results: No matter where Users drag, it should work correctly.
Change History (4)
by , 16 years ago
Attachment: | VerticalLine.PNG added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Status: | new → assigned |
---|
the fix is in template CSS files: add z-index:-1 to the jxPanelContentContainer class
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
opened a ticket for this on MapGuide Trac: http://trac.osgeo.org/mapguide/ticket/1194
Note:
See TracTickets
for help on using tickets.
This behavior only seems to happen for the task pane. Dragging over the legend or selection panel works correctly. Also, if no page is loaded in the task pane, it also works. So it appears that the iFrame loaded in the task pane is grabbing the drag events, and they are not making it back to Fusion. I talked to Paul Spencer about this, and it is his opinion that this should be addressed in the Jx library code.