-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After downloading the folders as per" https://github.com/SitePen/dgrid/blob/v0.3.6/package.json#L20-L23" also getting same issues #537
Comments
Yes, this looks like it's now an issue due to the new logic that was put in place specifically for IE8 when hiding columns (since earlier, columns would do odd things the moment you hid one).
Can you provide a test case to reproduce this?
I wasn't able to reproduce this by tweaking the ColumnHider test page... can you provide a test case to reproduce this?
This is already represented in another ticket you entered (#519). I was able to reproduce it with OnDemandList.
I can't reproduce anything like this, and it's not really clear to me how dgrid could have anything to do with it. |
i hope for Issue 5, the error is "_focusnode" is null.. |
FYI, #519 (the As for the focusnode issue, that sounds like what you entered in #478, which we were not able to reproduce, so if you could supply a reduced test case in a gist and comment on #478, that would be the way forward on that issue. Currently the only issue here that we can reproduce is the first one (IE8 + ColumnHider when all columns are hidden). We'd still need more info (ideally, test cases) for the 2nd and 3rd issues, since we can't diagnose a problem we don't know how to reproduce. |
While debugging I just ran across something that might explain your 3rd issue (and maybe even the 2nd). Are you adding any |
Replication Steps for Issue 3: In the example dgrid\test\extensions\ColumnHider First remove column1, Now in the Columnhider menu nothing is checked. Grid have only one columns which is column2 unhidable .. My resolution is 1280*1024. Working fine in Firefox. But replicating in IE 8 and compatibility view. |
Any update? |
Could you able to replicate above issues now? |
As we are in very urgent state, Could you please update me on above issues? |
We are looking into these issues; however, resources are limited. If you would like prioritized dedicated resources to this issue, SitePen offers a service that can provide that for you. Please see http://www.sitepen.com/support/ for more information. |
ok, I will talk to my senior managers about that. It would be greatful if you could provide us the time frame, so that we can plan about our deliverable? |
Any update on this? |
I've merged #558, and at this point I believe all the other issues are represented by other separate issues or pull requests, so I'm closing this one. |
First we started our development with v0.3.4
As dgrid came with v0.3.6.. i have been using v0.3.6
I am facing following issues :
Replicating in IE8 only.. Firefox , IE8 compatibility view working fine.
I have refered the example given in test/extensions
It shows some columns1, values(some junk values) after removing all columns (unchecking all columns from columnhider)
Only in IE8 Compatibility view
3)we are hiding some columns and saving in to db.. and when we again load, in column hider menu , uncheck is there.. But the hidden column shows with one letter in the grid.
Replicating in IE8.
All the above 1,2,3,4 is working fine with the V0.3.4.... and i have tried this with v0.3.7 also.. but doesnt help
Initially we had datagrid.. but now we are replacing with dgrid.
Please run through the test file from the example you have given
\dgrid\test\extensions\ColumnHider.html
But with v0.3.4 the above issues are working fine..
so how do we proceed with this?
The text was updated successfully, but these errors were encountered: