| Summary: | 'Import' and 'Export' buttons styled as hovered even when mouse is not there | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Remy Suen <remy.suen> |
| Component: | Client | Assignee: | Casey Flynn <caseyflynn> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | Michael_Rennie, wilford |
| Version: | 12.0 | ||
| Target Milestone: | 13.0 | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| See Also: |
https://git.eclipse.org/r/85896 https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d9889469802eab13d58aea71609fec3c0d2eb441 |
||
| Whiteboard: | |||
|
Description
Remy Suen
It appears that the cause of this issue is due to CSS specifying the same style for both hover and focus. This issue can also be recreated by: 1. Pressing the tab key on the Editor Styles window OR 2. Mousing down on any button in the UI, moving the cursor off of the command button then releasing the mouse button I will look into the command flow to see if there is a clean way release focus from the Import button after it has been clicked (either before the Import Dialogue is displayed, or after the Import dialogue has been closed). New Gerrit change created: https://git.eclipse.org/r/85896 Gerrit change https://git.eclipse.org/r/85896 was merged to [master]. Commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d9889469802eab13d58aea71609fec3c0d2eb441 Merged, thanks Casey. |