diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-17 21:24:56 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-17 22:05:21 +0900 |
commit | d31799bd4feb1c0f20e90b0c8599b8863fce7cf7 (patch) | |
tree | 89af2c5b1d49e98746d2571dccd381ea0b2a9079 | |
parent | 33a97a0e8c18c099b23cd50a832242985837edca (diff) |
Update QA
-rw-r--r-- | QA.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -108,3 +108,20 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] changes are not updated on textarea blure when errors occurs - [ ] keymap settings are applied to open tabs without reload - [ ] search settings are applied to open tabs without reload + +#### Events are fired on Slack and Twitter (#54) + +- [ ] Fucus text box on Twitter or Slack, press `j`, then `j` is typed in the box +- [ ] Focus the text box on Twitter or Slack on following mode + +#### Multi frame support (#61) + +- [ ] Show hints on following on a page containing `<frame>`/`<iframe>` +- [ ] Show hints only inside viewport of the frame on following on a page containing `<frame>`/`<iframe>` +- [ ] Show hints only inside top window on following on a page containing `<frame>`/`<iframe>` +- [ ] Select link and open it in the frame in `<iframe>`/`<frame`> on following by `f` +- [ ] Select link and open it in new tab in `<iframe>`/`<frame`> on following by `F` + +#### Empty suggestion (#65) + +- [ ] Show competions for `:open`/`:tabopen`/`:buffer` on console after closed |