pulsar/spec
Nathan Sobo 63e8099088 Allow successive accented characters to be inserted in React editor
Refs #2732

Because we're only checking the length of the input element's selection
in the React editor on textinput events and not also its content, we
were mistaking some IME compositions as accented character menu
insertions. Clearing the content of the input on 'compositionend'
prevents this issue.
2014-06-25 18:19:53 -06:00
..
fixtures Move fixtures into repo 2014-06-02 10:17:13 -07:00
atom-protocol-handler-spec.coffee Rename atom-api require to atom 2013-09-20 10:03:02 -07:00
atom-reporter.coffee Hide when no deprecations 2014-06-17 11:36:07 -07:00
atom-spec.coffee Pass element not jQuery object as target 2014-06-02 10:17:12 -07:00
clipboard-spec.coffee Add Clipboard::readWithMetadata 2014-02-03 13:20:28 -08:00
command-installer-spec.coffee Require fs-plus directly in specs 2014-02-23 17:19:00 -08:00
config-spec.coffee Fix failures running config specs locally 2014-05-16 09:00:01 -06:00
context-menu-manager-spec.coffee Add expectations to context-menu specs 2014-06-03 10:44:45 -07:00
deserializer-manager-spec.coffee Call add instead of registerDeserializer 2013-10-02 15:47:41 -07:00
display-buffer-spec.coffee Correcly handle folds that end where other folds begin 2014-06-23 11:29:14 -06:00
editor-component-spec.coffee Allow successive accented characters to be inserted in React editor 2014-06-25 18:19:53 -06:00
editor-spec.coffee Autoscroll to selections in model layer when added 2014-06-20 16:53:46 -06:00
editor-view-spec.coffee Update more expected tab lengths 2014-06-18 16:54:56 -07:00
git-spec.coffee Set project path to temp working directory 2014-06-02 10:17:13 -07:00
jasmine-helper.coffee Remove spec/suite time logging 2014-02-07 15:44:11 -08:00
language-mode-spec.coffee Add test to illustrate the problem 2014-06-09 21:18:03 -07:00
package-spec.coffee Combine AtomPackage and Package 2014-02-17 12:59:03 -08:00
pane-container-spec.coffee Fix failures associated with not passing focused: true on pane splits 2014-06-09 17:09:02 +09:00
pane-container-view-spec.coffee Remove usage of PaneContainerView::getActivePaneView 2014-04-18 10:43:27 -07:00
pane-spec.coffee Fix failures associated with not passing focused: true on pane splits 2014-06-09 17:09:02 +09:00
pane-view-spec.coffee Fix failures associated with not passing focused: true on pane splits 2014-06-09 17:09:02 +09:00
project-spec.coffee Always handle resolving absolute URIs 2014-06-02 15:45:47 -07:00
random-editor-spec.coffee Require TextBuffer from text-buffer module 2014-02-19 09:19:08 -08:00
row-map-spec.coffee Kill stray console.log 2014-02-02 19:29:54 +06:00
select-list-view-spec.coffee Add data to the same jquery object that is appended to the list. 2014-03-11 11:20:03 -07:00
selection-spec.coffee Remove deprecated option from selection spec 2014-04-23 16:22:34 -07:00
space-pen-extensions-spec.coffee Remove humanizeKeystrokes specs 2014-06-11 10:59:08 -07:00
spec-bootstrap.coffee Use path.join instead of path.resolve 2014-06-04 10:01:45 -07:00
spec-helper-platform.coffee 💄 Remove unneeded requires, variables, commas, and parens 2013-12-31 15:05:34 -08:00
spec-helper.coffee Default EditorComponent to updating synchronously in specs 2014-06-20 15:06:16 -06:00
spec-suite.coffee Add back core spec require 2014-06-03 17:26:02 -07:00
syntax-spec.coffee Require fs-plus directly in specs 2014-02-23 17:19:00 -08:00
task-spec.coffee jquery 2.0 can't be required in tasks 2013-10-16 13:35:12 -07:00
text-utils-spec.coffee Use relative paths in spec requires 2013-09-20 10:02:20 -07:00
theme-manager-spec.coffee Remove unused sync option 2014-05-21 08:55:40 -07:00
time-reporter.coffee Remove _/fs from modules directly 2014-02-23 17:09:05 -08:00
tokenized-buffer-spec.coffee Verify token screen and buffer delta 2014-06-18 17:26:38 -07:00
tokenized-line-spec.coffee Fix undefined variables in tokenized-line-spec 2014-04-29 17:24:16 -06:00
window-spec.coffee Serialize packages names in Workspace 2014-06-23 16:56:46 -07:00
workspace-spec.coffee Test grammars included across multiple packages 2014-06-24 08:14:11 -07:00
workspace-view-spec.coffee Update more expected tab lengths 2014-06-18 16:54:56 -07:00