diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-17 22:35:02 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-17 22:35:02 +0900 |
commit | a73dd19bc1f2961aca1320d0ff85c93d0a63df98 (patch) | |
tree | 4378fc06744ec0419fc8c13c29ba91b3920bfcee | |
parent | 8c68088482002489da66c9e5acb52ead5f2bd2c9 (diff) | |
parent | d31799bd4feb1c0f20e90b0c8599b8863fce7cf7 (diff) |
Merge pull request #75 from ueokande/qa
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 |