Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

measureText fix for when element.scrollHeight is 0 #49

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2017

  1. adding CanvasBase.hx

    Joe Williamson committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    61ddf1a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Configuration menu
    Copy the full SHA
    57991de View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    4465487 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    11b2a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065ddc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Configuration menu
    Copy the full SHA
    fdcc21f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    428b995 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    fc28e79 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    304dad4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Configuration menu
    Copy the full SHA
    9e40eb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    bcf34b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Configuration menu
    Copy the full SHA
    c880df1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    555de05 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Configuration menu
    Copy the full SHA
    e841a56 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    9b2f0d1 View commit details
    Browse the repository at this point in the history
  2. Update TextInputImpl.hx

    element.scrollHeight would sometimes return 0 and cause terminal loop issue. I never found repeat but this fixed my code
    hoseyjoe authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    50c32f0 View commit details
    Browse the repository at this point in the history
  3. cleaning stuff I never used

    hoseyjoe authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    00199e4 View commit details
    Browse the repository at this point in the history