Giter VIP home page Giter VIP logo

Comments (13)

mb21 avatar mb21 commented on July 20, 2024

Thanks! fixed by updating angular.

from jsonedit.

jpillora avatar jpillora commented on July 20, 2024

👍

On Tue, Sep 17, 2013 at 9:53 PM, mb21 [email protected] wrote:

Thanks! fixed by updating angular.


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-24582088
.

from jsonedit.

jpillora avatar jpillora commented on July 20, 2024

Hmm still seems to be happening actually, I'm on Mac OSX 10.8.4 Chrome 29.0.1547.65

from jsonedit.

mb21 avatar mb21 commented on July 20, 2024

Probably takes a few minutes to propagate the changes to github pages. If still no effect, clear your browser cache.

from jsonedit.

jpillora avatar jpillora commented on July 20, 2024

Once setup, Github Pages propagation is on push, I have a feeling they
reference the files directly in the repo. Still same for me.

On Tue, Sep 17, 2013 at 10:07 PM, mb21 [email protected] wrote:

Probably takes a few minutes to propagate the changes to github pages. If
still no effect, clear your browser cache.


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-24582763
.

from jsonedit.

mb21 avatar mb21 commented on July 20, 2024

Clear your browser cache. It's working for me on Mac OS X 10.8.5 Chrome 29.0.1547.65

from jsonedit.

lukasz-kaniowski avatar lukasz-kaniowski commented on July 20, 2024

i've just tried this on firefox safari and chrome and it still seems to be broken. any suggestions how to fix it?

from jsonedit.

XavierP56 avatar XavierP56 commented on July 20, 2024

Hi,
On Linux chrome, I do have the problem !

from jsonedit.

mb21 avatar mb21 commented on July 20, 2024

Seems to happen when Angular.js refreshes the view... We've had this before and the following attribute-directive used to fix it, but it's producing inconsistent results now:

app.directive('focus', function() {
    return {
        restrict: 'A',
        link: function(scope, element, attributes) {
            element[0].focus();
        }
    }
});

<input type="text" focus />

from jsonedit.

XavierP56 avatar XavierP56 commented on July 20, 2024

Any solution ?

from jsonedit.

lukasz-kaniowski avatar lukasz-kaniowski commented on July 20, 2024

+1

from jsonedit.

liuyu121 avatar liuyu121 commented on July 20, 2024

yeah,it still in the mac os x with chrom 36.0.1985.125

from jsonedit.

mb21 avatar mb21 commented on July 20, 2024

Okay, I now changed it to only update the angular model when you leave the text box (i.e. using on-blur instead of on-change).

from jsonedit.

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.