| Age | Commit message (Collapse) | Author |
|
Closes bug introduced by commit 94ca405e.
|
|
|
|
Deals with issue #193. Thanks to @blaix for the original fix in pull request 318.
|
|
Done with reference to commit bcf01ad7ec356c62cb1f8c0efcd83cd26c2d8a86.
|
|
Done with reference to commits 15b0301785b76135b57b0fc57ec9a4838668a2cb and
e2faa2c815cf74458b4fba0aed3346046d3075ed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also refactored the test page a little.
|
|
This is to prevent excess characters from being passed into command
mode.
|
|
tagName returns 'undefined' for text nodes, so it is less desirable.
Non-html documents return nodeName/tagNames in lowercase.
|
|
|
|
It occasionally happens when hint mode is activated too early.
|
|
|
|
Extend a template object rather than using prototype inheritance. The
previous method created confusion about whether a given property resided
in the base or in the specialization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Link hinting seems to be generally working now
|
|
|
|
|
|
|
|
|
|
Also tidy up backspace handling.
|
|
|
|
Closes #140."
This reverts commit 416925e540067f56834bf9f6b7a4b21a77448926.
|
|
Captures some elements that were previously missed, e.g. on
translate.google.com.
|