#6825 closed defect (fixed)
Grid is broken in FF2
Reported by: | guest | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Lot of tests are broken on FF2, like my application.
see: test_grid_performance.html, test_grid_layout_borderContainer.html, etc
The bug is so severe that is break also FF2 itself.
Version : nightly build: 25/05/2008 Browser : FF2
On IE7 it works (but with a lot of motion #6751)
Thanks
Eduardo
Change History (5)
comment:1 Changed 13 years ago by
Milestone: | → 1.2 |
---|---|
Owner: | changed from sorvell to Bryan Forbes |
comment:3 Changed 13 years ago by
Hi
Thanks, FF2 it seems to work now with the new API. After the first shock (I will need to change every one of my grids and my application uses a lot of them) I can say the following:
The new API is much more logical and consistent with other Dojo Widgets. Generally it is a very positive change. According to the performance, without any formal test, it seems that new GridData? is slightly better also from this point of view.
Probably because the re-written is not finished,yet. I will mention that:
[1] Tests on IE7 are broken now. [2] Test test_grid_performance.html freezes completely FF2.
Thanks for your hard work !!!
Eduardo
comment:4 follow-up: 5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
All of the tests (except the yahoo search and the mysql edit) work fine for me in FF2. The performance test is going to make the browser freeze most of the time because it's creating 30 grids on the fly. If that's the only test that is giving you problems on FF2, then I think this ticket is closed. Could you file a new ticket outlining which tests in IE7 are broken?
comment:5 Changed 13 years ago by
Replying to BryanForbes:
All of the tests (except the yahoo search and the mysql edit) work fine for me in FF2. The performance test is going to make the browser freeze most of the time because it's creating 30 grids on the fly. If that's the only test that is giving you problems on FF2, then I think this ticket is closed. Could you file a new ticket outlining which tests in IE7 are broken?
Sorry, you are right about the FF2 tests.
Eduardo
I'm assuming this is something that worked in 1.1.1 but is broken in trunk?