Forum
19:07
17/09/2013
hi,
I fixed in my local version a bug which is this one:
I use the version 4.5.2
- setting the column of a table such that it is larger than the size of the grid
- positioning the horizontal scroll as the last columns of the table are shown at the same time a piece of the column initially resized is accessible to the resizing
- click the header of the table to start resizing
- decreasing the size of the column. Normally the selection bar should exit the grid
I commented this line in the source file and the problem disappeared. I have not seen specific regression but I suspect it was put in place for a reason.
getOffset = function (iCol) {
var $th = $(ts.grid.headers[iCol].el), ret = [$th.position().left + $th.outerWidth()];
if(ts.p.direction==="rtl") { ret[0] = ts.p.width - ret[0]; }
// ret[0] -= ts.grid.bDiv.scrollLeft;
ret.push($(ts.grid.hDiv).position().top);
ret.push($(ts.grid.bDiv).offset().top - $(ts.grid.hDiv).offset().top + $(ts.grid.bDiv).height());
return ret;
},
Thank you
Belha
11:48
Moderators
30/10/2007
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
14:09
Moderators
30/10/2007
Hello,
Please let me know if the fix work for you.
Kind Regrds
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
17:55
17/09/2013
Hey Tony,
The update file does not work. Indeed, following the update I had other errors.
In fact, I can not increase the version for a project cycle. I can only make minor changes.
and in this case I think I should modify and update other files without necessarily know the impact.
That's why, I chose to leave my patch in place and in the next version, I will proceed to update the entire file.
Thank you.
Regards.
Belha
Most Users Ever Online: 715
Currently Online:
41 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66