Opened 15 years ago
Closed 13 years ago
#365 closed defect (fixed)
Layer (if themed) initially expanded in legend doesn't work
Reported by: | liuar | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | SVN |
Severity: | Minor | Keywords: | |
Cc: | jenyhe | Browser: | All |
External ID: | 1306870 | Operating System: | All |
state: | New |
Description
1) Open a web layout with a themed layer which is set to initially expanded in legend.
2) The theme is not expanded but collapsed.
Change History (4)
comment:1 by , 15 years ago
Summary: | Layer (if themed) initially expanded doesn't work → Layer (if themed) initially expanded in legend doesn't work |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 13 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Some regression happened, so I reopen this ticket
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Version: | 1.1.1 → SVN |
fixed in Changeset [2437]
Note:
See TracTickets
for help on using tickets.
In Widget/Legend.js, the method createFolderItem:
isOpen: layer.expandInLegend should be open: layer.expandInLegend.
Parameter "open" is required in the constructor of Jx.TreeFolder.