| Summary: | [Chrome] Ctrl + mouse move causes editor focus to be lost | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | adrian.aichner, Silenio_Quarti |
| Version: | 3.0 | ||
| Target Milestone: | 4.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
Actually, I can reproduce this on documents without hyperlinks, even on a plain text file. It is a side effect of holding Ctrl while moving the mouse cursor. 1. Open a file. 2. Select some text 3. Hold Ctrl, then move the mouse slightly. 4. Focus lost I cannot reproduce this with Chrome Version 28.0.1500.70 beta-m. I will try the dev channel. (In reply to comment #2) > I cannot reproduce this with Chrome Version 28.0.1500.70 beta-m. I will try > the dev channel. The Canary channel also had this bug last time I checked. The focus is lost when the contentEditable flag is reset to show links. Setting tabIndex to zero fixes this problem on Chrome 29. The same problem happens on IE, but setting the tabIndex does not help. On IE, I restore focus when the link mode is disabled. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=5574d8a5915c83f21309123ef4e6ab7c6d85c53b This bug is not solved for me. Happens in canary Chrome, Firefox 29, nightly Firefox. Hyperlinks do not works. Cursor only returns in chrome after releasing Ctrl key. In firefox I have to release the page to get the cursor back. I have removed the codemirror plugin and still see the problem in HEAD of master. Sratch comment 5, this time without typos: This bug is not resolved for me. Happens in canary Chrome, Firefox 29, nightly Firefox. Hyperlinks do not work. Cursor only returns in Chrome after releasing Ctrl key. In Firefox I have to reload the page to get the cursor back. I have removed the codemirror plugin and still see the problem in HEAD of master. |