SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 298 forks source link

After downloading the folders as per" https://github.com/SitePen/dgrid/blob/v0.3.6/package.json#L20-L23" also getting same issues #537

Closed Jasmine2013 closed 11 years ago

Jasmine2013 commented 11 years ago

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 :

After removing all the columns with unchecking checkbox, all the columns are showing with small font size..

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)

2) columns are not visible(each column has very narrow width) .. But when we resize, working properly. 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.

No Data returned is not displaying when there is no data

5) With dgrid, if we press ALT+print, shows error..

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

  1. click "New Structure" button: remove col2, col1 and col5 which you have given..now all the columns were removed. after removing, again all the column name with values are displaying.. The same is replicating for us in our environment.

But with v0.3.4 the above issues are working fine.. so how do we proceed with this?

kfranqueiro commented 11 years ago

After removing all the columns with unchecking checkbox, all the columns are showing with small font size..

Replicating in IE8 only.. Firefox , IE8 compatibility view working fine.

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).

2) columns are not visible(each column has very narrow width) .. But when we resize, working properly. Only in IE8 Compatibility view

Can you provide a test case to reproduce this?

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.

I wasn't able to reproduce this by tweaking the ColumnHider test page... can you provide a test case to reproduce this?

No Data returned is not displaying when there is no data

This is already represented in another ticket you entered (#519). I was able to reproduce it with OnDemandList.

5) With dgrid, if we press ALT+print, shows error..

I can't reproduce anything like this, and it's not really clear to me how dgrid could have anything to do with it.

Jasmine2013 commented 11 years ago

i hope for Issue 5, the error is "_focusnode" is null.. Actually when we tried with V0.3.4, when we press ALT+tab , we got _focusnode is null in Firefox...But with V0.3.6, if we press alt+print screen on losing focus of dgrid, we get error. It might be because of the error "_focusnode" is null.

kfranqueiro commented 11 years ago

FYI, #519 (the noDataMessage issue has been fixed in master today.

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.

kfranqueiro commented 11 years ago

While debugging I just ran across something that might explain your 3rd issue (and maybe even the 2nd). Are you adding any !important styles for columns that affect padding or margin? I suppose there's a chance that could be overruling the styles that are put in place specifically for IE8 when hiding columns, and causing them to partly display. Can you reproduce those issues even without any custom styles?

Jasmine2013 commented 11 years ago

Replication Steps for Issue 3:

In the example dgrid\test\extensions\ColumnHider We have column1, Column2(unhidable), Column3(initially hidden) - not in the grid(uncheck in column hider), column 4 and column 5.

First remove column1, Remove column 4 Remove column5.

Now in the Columnhider menu nothing is checked. Grid have only one columns which is column2 unhidable .. With this we can see in the rowheader only one letter (exactly half a letter)... including and all the columns values(half a letter) . -- the partially shown column is column3(initially hidden)

My resolution is 1280*1024.

Working fine in Firefox. But replicating in IE 8 and compatibility view.

Jasmine2013 commented 11 years ago

Any update?

Jasmine2013 commented 11 years ago

Could you able to replicate above issues now?

Jasmine2013 commented 11 years ago

As we are in very urgent state, Could you please update me on above issues?

kfranqueiro commented 11 years ago

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.

Jasmine2013 commented 11 years ago

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?

Jasmine2013 commented 11 years ago

Any update on this?

kfranqueiro commented 11 years ago

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.