DataTable gradually shrinking after each submit: 1.8 b4

DataTable gradually shrinking after each submit: 1.8 b4

cschwedacschweda Posts: 6Questions: 0Answers: 0
edited May 2011 in Bug reports
My datatable shrinks after each submit on a form. Literally shrinks.

Example here:

http://www.icjia.state.il.us/public/index.cfm?metasection=forms&metapage=fsgu-grant-tracker3

Hit the display button several times in a row (choose a small subset of data so each refresh is small) -- and you'll see the width of the actual table (but not the header or footer) shrinks by 3 or 4 pixels.

Any idea what's causing this? I'm destroying the table each time it's regenerated.

Any ideas?

(Running 1.80 b 4)

Replies

  • cschwedacschweda Posts: 6Questions: 0Answers: 0
    Looks like this is something with 1.8 (or the deferred rendering).

    If I point it to an earlier version, it's fine -- no shrinkage. But it's horribly slow due to the lack of deferred rendering.

    If I point to 1.8 b3 or 1.8b4, the shrinkage occurs.

    Help!
  • cschwedacschweda Posts: 6Questions: 0Answers: 0
    Nevermind. Fixed. CSS error on my part. Had a border around the entire table. Oops.
This discussion has been closed.