Opened 13 years ago
Closed 12 years ago
#1711 closed defect (fixed)
AJAX Legend Is Still Expandable When Set to Off
Reported by: | crispinatime | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.4 |
Component: | AJAX Viewer | Version: | 2.2.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
When setting the legend panel to "off" the splitter still appears and an AJAX user can still drag to re-expand.
Attached patch to remove splitter, addressing UI and giving a few more map pixels
Attachments (3)
Change History (8)
by , 13 years ago
Attachment: | ajaxmappane_legendhide.patch added |
---|
comment:1 by , 13 years ago
I fail to see what this patch is attempting to fix. I tried before and after the patch applied, and nothing changed when I load a WebLayout with the legend panel not visible. Tried on Firefox 4/Chrome/IE9
What web browser is this happening on?
comment:3 by , 13 years ago
Of course, the condition should have been to hide the splitter if the legend *and* the properties viewer are off!
if ((false == isLegend) && (false == isProperties))
comment:4 by , 12 years ago
Milestone: | 2.3 → 2.4 |
---|
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
ajaxmappane.templ - Hide Legend