#5048 closed defect (fixed)
Fix programmatic grid creation on IE
Reported by: | James Burke | Owned by: | sorvell |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Grid | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It looks like there was a fix for this issue in r11434. No trac ticket was referenced on the checkin, so creating a bug. Marking it as a possible 1.0.1 candidate. If it is seen as a 1.0.1 candidate, the fix will need to be merged into the 1.0 branch.
However, it does not look like a straight merge from trunk. The line changed in r11434 seems to only have one expression in the if statement.
Change History (9)
comment:1 Changed 13 years ago by
Priority: | normal → high |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.0.1 → 1.0.2 |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.0.2 → 1.0.3 |
---|
comment:4 follow-up: 8 Changed 13 years ago by
comment:5 Changed 13 years ago by
Milestone: | 1.0.3 → 1.1 |
---|
comment:6 Changed 13 years ago by
The tests noted above appear to be working correctly so closing this bug.
comment:7 follow-up: 9 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:8 Changed 13 years ago by
Replying to guest:
When fixing make certain that the tests
test_grid_programmatic.html test_grid_programmatic_layout.html
test_yahoo_images.html test_yahoo_search.html
work.
The first two produce the error
"paddingLeft" is null or not an object
on IE7.
This problem can also be reproduced with IE6 while using dojo1.0.2.
Regards, Yazad [email protected]…
comment:9 Changed 13 years ago by
Replying to sorvell: So finally which version has it fixed?where can I get the version which has this defect fixed? Can you share the code to change in dojo1.0.2 to fix the issue?
Regards, Yazad [email protected]…
When fixing make certain that the tests
test_grid_programmatic.html test_grid_programmatic_layout.html
test_yahoo_images.html test_yahoo_search.html
work.
The first two produce the error
"paddingLeft" is null or not an object
on IE7.