Opened 10 years ago
Closed 8 years ago
#11892 closed defect (patchwelcome)
Split view datagrid throws up error when window is resized
Reported by: | steventay | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi,
We encountered a problem when using a split-view data grid, (noscroll=true) in our application. We found that whenever the user window is resized, the following error will be thrown:
Uncaught TypeError?: Object function (elem) {
return dojo.indexOf(this, elem) >= 0;
} has no method 'hasHScrollbar'
While the functionality of the grid is not affected initially, after some time of using the grid, we would occasionally experience that the issues like, entire html page is frozen, rows are misaligned, columns not rendered properly, etc.
We are using the latest version of Chrome/ Chrome Frame. I'm not attaching any files as this is easily reproduced.
Thanks, Steven
Change History (4)
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Hi Dojo developers,
I am experiencing the same issue with Dojo 1.5, which requires tricky workarounds to be implemented. Any chance a fix for this bug can make it into Dojo 1.6? That would be greatly appreciated.
Cheers Dmitry