Opened 14 years ago
Closed 14 years ago
#3320 closed defect (fixed)
test_parent_constraints.html: margin problem with IE6
Reported by: | Douglas Hays | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | DnD | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I modified test_parent_constraints.html and added
margin: 20px;
to the moveable class definition. The margin is honored in FF2, but when using IE6, there doesn't appear to be a top or left margin and the right and bottom margin appear to be double in size.
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | 0.4.4 → 0.9 |
---|
comment:2 Changed 14 years ago by
Owner: | changed from Eugene Lazutkin to sjmiles |
---|
comment:3 Changed 14 years ago by
(In [9065]) Safari: add a null test and return a golem object from getComputedStyle if necessary. Refs #2686.
Adjust _setContentBox for TABLE and BUTTON, refs #3296.
Move left/top margin box adjustments out of _set and into _get. Refs #3297 and #3320.
Let _getContentBox fall back to offsetWidth/Height if clientWidth/Height are 0. Refs #3378.
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I confirmed it with IE7 and Op9. The only thing needed in order to see it is to add margins to the "moveable" class like that:
Visually it looks like 40px margins were added on right and bottom sides instead of 20px all on 4 sides.
I am reassigning this bug to Scott to look at.