oria / gridx

Just another powerful Dojo grid
Other
162 stars 78 forks source link

grid loading overlay not being hidden on grids with no data #277

Open natehardy opened 10 years ago

natehardy commented 10 years ago

it seems that t._hideLoadingMask(); is missing on line 467 in Body.js. causing the horizontal scrollbar to be inaccessible when there is no data in the grid. Adding this line to 467 resolves this issue.

yurychika commented 10 years ago

I can't see the issue in the master branch. When there is no data, the _hideLoadingMask() will also be called correctly.