Opened 14 years ago
Closed 14 years ago
#436 closed defect (fixed)
MapMessage can raise an error on refreshLayout()
Reported by: | jng | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 2.2 |
Component: | Core | Version: | |
Severity: | Major | Keywords: | |
Cc: | zspitzer | Browser: | IE8(beta) |
External ID: | Operating System: | All | |
state: | New |
Description
In MapMessage.js the refreshLayout() function can possibly assign a negative width resulting in a scripting error.
This happens if the application definition is being viewed from within internet explorer that has been embedded in a .net application, and the application window is minimised.
Attached is a patch that simply guards against negative widths being assigned in refreshLayout()
Attachments (1)
Change History (2)
by , 14 years ago
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed at rev [2352] in trunk and 2.2 branch.
Note that MapMessage should probably be re-written as a Fusion widget.
Note:
See TracTickets
for help on using tickets.
Patch to guard against negative width assignment