Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_Related Related Topics sp_TopicIcon
resize bar exit the grid
17/09/2013
19:07
Avatar
belha
france
Member
Members
Forum Posts: 6
Member Since:
17/09/2013
sp_UserOfflineSmall Offline

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 Wink

18/09/2013
11:48
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

Thank you for the investigation.

The prblem is fixed other way here

Kind Regards

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.

20/09/2013
17:42
Avatar
belha
france
Member
Members
Forum Posts: 6
Member Since:
17/09/2013
sp_UserOfflineSmall Offline

Hi Tony,

thank you for your answer. In fact, I have not seen this post.

But I tried to fix it in my js and it does not work. I'll try again. I'll try to replace the entire file can be.

Regards

Belha

23/09/2013
14:09
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

30/09/2013
17:55
Avatar
belha
france
Member
Members
Forum Posts: 6
Member Since:
17/09/2013
sp_UserOfflineSmall Offline

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 Laugh

Forum Timezone: Europe/Sofia

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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information