BorderContainer: setting the top padding/margin does not work in FF or IE
Reported by: |
sujianlei |
Owned by: |
|
Priority:
|
high
|
Milestone:
|
1.9
|
Component:
|
Dijit
|
Version:
|
1.7.2
|
Keywords:
|
|
Cc:
|
|
Blocked By:
|
|
Blocking:
|
|
If you set padding-top or margin-top after creating a BorderContainer? programmatically, it won't change the contentPanes' top value in FF or IE. Works in Chrome or Safari.
To see the difference, please load the attached test-borderContainer.html in different browsers.
Change History (6)
Component: |
General →
Dijit
|
Summary: |
Set the top padding/margin of a BorderContainer does not work in FF or IE →
BorderContainer: setting the top padding/margin does not work in FF or IE
|
Priority: |
undecided →
high
|
Resolution: |
→ invalid
|
Status: |
new →
closed
|
Presumably it's just an error in your test. The code:
should be:
Write back if it still fails after fixing that.