oobi

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: Text overflow not working. #85015
    oobi
    Participant

    found it….

    Line 464 in grid-base.js

    change Math.round to Math.floor and it will calculate the table width properly so that the border(s) fit if you define them in CSS

    w = Math.floor((IENum(nwidth)-IENum(testdata[2]))/IENum(testdata[0])*IENum(cw));

    if you don't do this then the border will display or not depending on the width setting

    in reply to: Text overflow not working. #85014
    oobi
    Participant

    I had the same problem actually – I disabled all the styles bar the jqGrid.css and it still occurs. I can't for the life of me see what's wrong… Firebug reports the cell as having the correct overflow setting.

    I tracked it down to this:

    table { table-layout: fixed }

    I had removed this property because it (for some reason) prevented the display of a right-side border on the table.

    Next issue… getting the damn border to display!

Viewing 2 replies - 1 through 2 (of 2 total)

Stay connected with us in your favorite flavor!