Code Monkey home page Code Monkey logo

Comments (11)

mkoryak avatar mkoryak commented on May 18, 2024

Ill take a look when I have time. I assume this is on windows right?

from floatthead.

fredbutters avatar fredbutters commented on May 18, 2024

Thanks! And yes, I'm using Windows 7.

from floatthead.

mkoryak avatar mkoryak commented on May 18, 2024

Just looked in firefox on my windows VM, could not reproduce on that fiddle. Are you seeing it there 100% of the time?

from floatthead.

fredbutters avatar fredbutters commented on May 18, 2024

One person on a Stackoverflow post said they don't see it when using OSX. I'm seeing it 100% of the time on Windows 7 machines using IE10, FF and Chrome. Were you using Windows 7? Here's a video where I show the behavior in Chrome:
http://www.youtube.com/watch?v=BWoHkwcHc64

Thanks again, I really appreciate you looking into this. Other than this very minor issue this plugin is awesome!

from floatthead.

mkoryak avatar mkoryak commented on May 18, 2024

Thanks for the video, I'll get my hands on a windows box and fix this in the next few days.

from floatthead.

mkoryak avatar mkoryak commented on May 18, 2024

sadly, it turns out that I dont have access to a windows box. I cannot reproduce it on my windows VM.

You should try the following workaround for now:

$(window).on('resize', function(){
   setTimeout(function(){
     $table.floatThead('reflow'); //may not need this settimeout
   }, 1);
});

from floatthead.

fredbutters avatar fredbutters commented on May 18, 2024

It's close! It's still partially hiding that last column - especially on larger tables - but you can see more of the last column with this reflow. I tried with/without the setTimeout and I tried increasing the milliseconds. I made another video with a slightly larger table (more cells).

http://www.youtube.com/watch?v=uuEGvBv2gnU

Thanks again.

from floatthead.

mkoryak avatar mkoryak commented on May 18, 2024

call it 5 times at different intervals after the resize? Yes that is super hacky but I'd like for you to have a workaround until I can find myself a windows box and some time to fix this issue.

from floatthead.

fredbutters avatar fredbutters commented on May 18, 2024

That definitely helps for the time being. Thanks for the temporary solution.

from floatthead.

mkoryak avatar mkoryak commented on May 18, 2024

finally got my act together and downloaded an XP VM. Thanks for reporting this, I think i've been seeing other symptoms of this bug for a while now. The fix is on master now and will be in 1.2.6 release

from floatthead.

lock avatar lock commented on May 18, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from floatthead.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.