Opened 13 years ago
Closed 13 years ago
#5172 closed defect (fixed)
[PATCH][FP][CLA] FloatingPane resizing does not work in IE
Reported by: | BlueFire | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The resize function of the FP expected always the top and left position of the pane, but recieved only new width and height information from the ResizeHandle?. FF2 ignores this, but IE7 rightfully produces and error. The attached patch only sets top and left if the are present.
CLA on file: UPW Innovative IT-Lösungen GmbH
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | dojoFP-ResizeIE_20071116.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | 1.0.1 → 1.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [11571]) fixes #5172 - patch from BlueFire? (CLA) and fixes #4953 by forcing absolute positioning (everything else is) and adds a .highlight() method to the floating pane to inject a Dialog Underlay beneath the top floatingpane. .hightlight() on/off is attached to dblclick on titlenode, but this is debatable.
Fixes resize problem in IE