TableHeadFixer icon indicating copy to clipboard operation
TableHeadFixer copied to clipboard

Fixed header and left column jumps

Open kzimic opened this issue 10 years ago • 17 comments

When the header and left column set to fixed it jumps while using IE and if the Laptop is using battery. I'm thinking this has todo with relative positioning.

kzimic avatar Nov 07 '15 00:11 kzimic

Hi @kzimic ,

Did you fix this bug now ? How did you do ?

: - )

kaxiaoche avatar Nov 09 '15 11:11 kaxiaoche

No I didn't fix it. Using fixed and absolute position together will fix the issue when freezing the header but it's not working for the left column...

kzimic avatar Nov 12 '15 12:11 kzimic

This problem is occur because plugin re-calculate and re-apply all fixed cells position in scroll event.

When computer has high performance, this operation is so fast, so is look lick normal, but when computer or browser is slow, occur this situation.

In this moment, I really don't know how to can I resolve this problem, but I will continue study about this.

lai32290 avatar Nov 27 '15 21:11 lai32290

Can you please fix the about issue it would be helpful at most

Manjunath1847 avatar Mar 02 '16 12:03 Manjunath1847

I don't really know how to fix this problem now. If someone has any idea, maybe we can try to fix this Sorry

lai32290 avatar Mar 02 '16 13:03 lai32290

Can you please suggest me any other jquery plug-in to freeze table header and left column.

It will help a lot for me On Mar 2, 2016 6:51 PM, "lai32290" [email protected] wrote:

I don't really know how to fix this problem now. If someone has any idea, maybe we can try to fix this Sorry

— Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-191236265 .

Manjunath1847 avatar Mar 02 '16 14:03 Manjunath1847

Hello friends,

Someone solved this problem? I really need to make it work in I.E :(

Best Regards

ghost avatar Mar 14 '16 16:03 ghost

mee too... Please fix it :(

On Mon, Mar 14, 2016 at 9:54 PM, ImaRamos [email protected] wrote:

Hello friends,

Someone solved this problem? I really need to make it work in I.E :(

Best Regards

— Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-196396145 .

Manjunath1847 avatar Mar 17 '16 06:03 Manjunath1847

The only thing I could do is use a delay on the scroll function to be less jumpy... nothing else :/

ghost avatar Mar 17 '16 08:03 ghost

Sorry guys, I really don't know how to fix this problem now, but I'm studying for this.

lai32290 avatar Mar 17 '16 12:03 lai32290

Thank you... Awaiting for resolution :) On Mar 17, 2016 5:56 PM, "lai32290" [email protected] wrote:

Sorry guys, I really don't know how to fix this problem now, but I'm studying for this.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-197855458

Manjunath1847 avatar Mar 18 '16 16:03 Manjunath1847

Hi,

Can i know how you have a used the delay on scroll function.

On Thu, Mar 17, 2016 at 2:15 PM, ImaRamos [email protected] wrote:

The only thing I could do is use a delay on the scroll function to be less jumpy... nothing else :/

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-197767482

Manjunath1847 avatar Mar 19 '16 04:03 Manjunath1847

Yes friend, something like that.Debounce it's a jquery function.

 var timer = 100;
var dprocess = $.debounce(timer, OnScroll);

        if (dprocess !== undefined)
        {
            parent.scroll(dprocess);
        }

http://benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/

ghost avatar Mar 23 '16 08:03 ghost

Any update on this please? On Mar 23, 2016 2:29 PM, "ImaRamos" [email protected] wrote:

Yes friend, something like that.Debounce it's a jquery function.

var timer = 100; var dprocess = $.debounce(timer, OnScroll);

    if (dprocess !== undefined)
    {
        parent.scroll(dprocess);
    }

http://benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-200255742

Manjunath1847 avatar Apr 12 '16 15:04 Manjunath1847

Hello, Any update on this issue

On Thu, Mar 17, 2016 at 5:56 PM, lai32290 [email protected] wrote:

Sorry guys, I really don't know how to fix this problem now, but I'm studying for this.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-197855458

Manjunath1847 avatar Apr 18 '16 13:04 Manjunath1847

Any update on this please, its very urgent!!

SainathBommisetty avatar Jun 22 '16 07:06 SainathBommisetty

+1 sitll need it...

itsems avatar Jan 31 '18 12:01 itsems