#14645 closed defect (worksforme)
Grid column resizing/reordering breaks in IE8 standards mode
Reported by: | venkata sreekanth bhagavatula | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | Bryan Forbes | |
Blocked By: | Blocking: |
Description
Hi,
Some components of dojo render and behave well when IE 8 Standards mode is enforced and some components do not. Right when IE 8 standards mode is enforced the data grid column re-sizing and relocating do not work. Has anyone found a work around for this. Should IE8 standards mode be enforced ?)]]
Attachments (2)
Change History (11)
Changed 9 years ago by
Attachment: | Untitled.png added |
---|
comment:1 Changed 9 years ago by
I am using a custom build of dojo as our project is heavily dependent on dojo.
comment:2 Changed 9 years ago by
If you need any further information just add a comment, I am continuously monitoring this thread.
comment:3 Changed 9 years ago by
Cc: | Bryan Forbes added |
---|---|
Priority: | highest → normal |
severity: | critical → normal |
Summary: | IE 8 standards mode → Grid column resizing/reordering breaks in IE8 standards mode |
Please provide an example or even better, create a testcase at JSFiddle that shows this in action (or if it's simply within a Dojo test, point to a testcase in Dojo please).
Changed 9 years ago by
Attachment: | debugger.png added |
---|
comment:4 follow-up: 6 Changed 9 years ago by
I see an unspecified error in the debugger. This behavior is only being exhibited in IE 8.0 standards mode. Please look at the attachment. Unfortunately I have not been able to demonstrate this behavior with a simple example. However I will continue to try and reproduce this behavior on jsfiddle.
comment:6 Changed 9 years ago by
Replying to sreekanthbhagavatula:
I see an unspecified error in the debugger. This behavior is only being exhibited in IE 8.0 standards mode. Please look at the attachment. Unfortunately I have not been able to demonstrate this behavior with a simple example. However I will continue to try and reproduce this behavior on jsfiddle.
Just had a quick try, column resizing and reordering work well for me in IE8/7 + dojo v1.6 with this JSFiddle test case, maybe you can try to reproduce the issue based on that?
comment:7 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:8 Changed 9 years ago by
Hi,
The issue was resolved with pure luck. I am sorry for the delay in posting it here. When we changed the width and height to 100% in css. It just worked. Hope this helps in fixing the bug.
comment:9 Changed 8 years ago by
From my recent working with this grid I noticed the same problem. To reproduce it you have to try resize the column when the entire grid height is not visible (bottom of the grid isn't scrolled all the way down). This is an issue in IE8 only it seems.
when the column is grabbed it gets stuck. the column cannot be dropped or resized. Even after releasing the mouse it stays that way.