Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Bold / Italic / Strike / Underline buttons don't work correctly #76

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

Commits on Jun 12, 2013

  1. Bold / Italic / Strike / Underline buttons don't work correctly

    * Fixes steveathon#19
    * Problem: addRange or removeAllRanges kills the browser command states.
    * Store cache in commandCache
    * Add updateCommandCache and restoreCommandCache methods
    * Add support for command-with-arg buttons to be in an active state
    * Update command cache when running execCommand
    * Store and then update selected commands when selecting a toolbar button
    * Create the command cache by looking up the buttons that are in the DOM, set the default value to false
    alanpca committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    3c6330b View commit details
    Browse the repository at this point in the history
  2. Cleanup split with a slice

    alanpca committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    a73b7f9 View commit details
    Browse the repository at this point in the history
  3. Fix command slicing

    alanpca committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    d9afea6 View commit details
    Browse the repository at this point in the history