Code Monkey home page Code Monkey logo

Comments (7)

whatgoodisaroad avatar whatgoodisaroad commented on May 31, 2024

Hi, Dmitry,

In my tests, the scrollTo feature works. Can you give me specifics, e.g. which output mode you're using and browser.

Also, are you using the latest version of validity (e.g. 1.3.0)?

Thanks!
-wyatt

from validity.

dmitryseliv avatar dmitryseliv commented on May 31, 2024

I use default output and the latest version of validity. I tried couple different browsers with the same result.
Can you show me example of long form where the scrollTo feature works?

from validity.

whatgoodisaroad avatar whatgoodisaroad commented on May 31, 2024

Here is a little website to test validity expressions. http://validity.thatscaptaintoyou.com/livetest/

If you go there, and enter the following form code:

<input type="text" style="position:absolute; top:800px;" />

And the following validation code:

$.validity.setup({ scrollTo:true });
$(":text").require();

The margin on the input is to make it easy to have it below the fold. You may need to shrink your browser window or increase the margin to make it out of site.

When you push the submit button it ought to scroll the page until the input is in view.

from validity.

dmitryseliv avatar dmitryseliv commented on May 31, 2024

ok it seems browser related issue works in Chrome failed in IE8,IE9.
any work around?

from validity.

whatgoodisaroad avatar whatgoodisaroad commented on May 31, 2024

You are absolutely right. I obviously need to improve my IE tests.

Would you please try this version and let me know if it solves the problem? https://www.dropbox.com/s/0av1uqiqjjzhxkk/jquery.validity.min.js

I'll be able to test it thoroughly and commit later.

from validity.

dmitryseliv avatar dmitryseliv commented on May 31, 2024

Nope the same result.

from validity.

whatgoodisaroad avatar whatgoodisaroad commented on May 31, 2024

Fixed.

from validity.

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.