Giter Club home page Giter Club logo

Comments (5)

jagged3dge avatar jagged3dge commented on July 24, 2024

Has this been fixed? The Plunkr demo for autogrow using msd-elastic is working for me on Win7 Chrome v43.

from smart-area.

aurbano avatar aurbano commented on July 24, 2024

@jagged3dge I need to do some more testing before I close this, but I've seen problems with x-axis resizing.
I'll test as soon as possible

from smart-area.

jagged3dge avatar jagged3dge commented on July 24, 2024

Wow. Thanks for the blazing fast reply :)

I'm glad you havent given up on this yet ^_^ Lookin' forward to the fix ...

Cheers!

Kind Regards,

Giridhar

On Wed, Jul 15, 2015 at 1:56 PM, Alejandro U. Alvarez <
[email protected]> wrote:

@jagged3dge https://github.com/jagged3dge I need to do some more
testing before I close this, but I've seen problems with x-axis resizing.
I'll test as soon as possible


Reply to this email directly or view it on GitHub
#11 (comment).

from smart-area.

JacoBezuidenhout avatar JacoBezuidenhout commented on July 24, 2024

+1 same problem here. Any temp workaround?

from smart-area.

tomershatz avatar tomershatz commented on July 24, 2024

I had the same problem so I added the following lines to the smartArea directive at the end of link function:
angular.element($window).bind('resize', function() {
scope.fakeAreaElement.width(textArea.width());
scope.$digest();
});
and I added the $window to the directive dependency injections

from smart-area.

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.