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)

ajaxmappane_legendhide.patch (771 bytes ) - added by crispinatime 13 years ago.
ajaxmappane.templ - Hide Legend
1711_Before.png (127.6 KB ) - added by crispinatime 13 years ago.
Before patch - legend splitter
1711_After.png (53.5 KB ) - added by crispinatime 13 years ago.
After patch - no legend splitter

Download all attachments as: .zip

Change History (8)

by crispinatime, 13 years ago

ajaxmappane.templ - Hide Legend

comment:1 by jng, 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:2 by crispinatime, 13 years ago

Please see attached images on IE9

by crispinatime, 13 years ago

Attachment: 1711_Before.png added

Before patch - legend splitter

by crispinatime, 13 years ago

Attachment: 1711_After.png added

After patch - no legend splitter

comment:3 by crispinatime, 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 jng, 12 years ago

Milestone: 2.32.4

comment:5 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed trunk: r6790

Fixed 2.4 branch: r6789

Note: See TracTickets for help on using tickets.