Opened 16 years ago
Closed 16 years ago
#151 closed defect (fixed)
Right-clicking on a layer in the legend causes an error
Reported by: | chrisclaydon | Owned by: | pagameba |
---|---|---|---|
Priority: | P1 | Milestone: | 2.0 |
Component: | Widgets | Version: | SVN |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1152258, 1154086 | Operating System: | All |
state: | Analysis Requested |
Description
Create a layout using the Slate template.
Right-click on any layer in the legend.
An error occurs: Object doesn't support this property or method
Change History (12)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
state: | Analysis Requested → Analysing |
Status: | new → assigned |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
state: | Analysing → Committed |
Status: | assigned → closed |
fixed in jxlib.
comment:4 by , 16 years ago
Resolution: | fixed |
---|---|
state: | Committed → Analysis Requested |
Status: | closed → reopened |
Right-clicking should bring up a context menu.
comment:5 by , 16 years ago
External ID: | 1152258 → 1152258, 1154086 |
---|
comment:6 by , 16 years ago
(In [1645]) Re #151, Re #157. Fix up a bunch of legend behaviour including the context menu handler and toggling the state of themed layers. This needed a change in Jx TreeFolder to fix the problem with themed layers.
comment:8 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This is pretty buggy still - right-clicking shouldn't expand/collapse the underlying group.
Worse - if I right-click to bring up the menu, and then right-click again (not on the menu, but still on the legend) I get an error: Stack Overflow at line: 0
comment:9 by , 16 years ago
Additional info: The stack overflow seems to occur only in IE, not Firefox.
comment:10 by , 16 years ago
comment:11 by , 16 years ago
Tested with a new build - the folders no longer toggle, but the IE stack overflow still occurs.
comment:12 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I'm going to close this ticket and create a new one for the stack overflow issue.
(In [1635]) Re #151. Update to new jxlib to correct a problem in the contextmenu event handler of tree items