Open core-ai-bot opened 3 years ago
Comment by peterflynn Friday Dec 06, 2013 at 09:25 GMT
@
julieyuan Can you clarify step 5? What do you mean "Press button ... with tab key"? Pressing Tab just moves focus to the next button. Are you instead pressing Space or Enter?
Judging by the behavior, I'm guessing you are pressing Enter -- currently, the Enter key always selects the default button (in blue), not the focused button. I think this is a bug but I remember it being discussed earlier so it may already be filed.
The error message on Windows is expected behavior when you select the Save button. See the user story "Getting Started outside of application root."
The tab order is clearly incorrect on Windows though, so we should at least keep the bug open to cover that issue.
Comment by julieyuan Friday Dec 06, 2013 at 10:14 GMT
@
peterflynn Sorry for the unclear step and thank you for detailed information. Corrected step5 (original: Press button Don't Save
(or button Cancel
,x
) with Tab Key.).
Issue by julieyuan Friday Dec 06, 2013 at 03:41 GMT Originally opened as https://github.com/adobe/brackets/issues/6195
Steps:
Don't Save
(or buttonCancel
,x
), then press Enter.Result: At step5, it will pop up dialog Error saving error. On Win OS, when press Tab key, the sequence is button
Save
>x
>Don't Save
>Cancel
. At step5, when press those buttons, they work as buttonSave
. After step7, the changes has been saved.On Mac OS, the sequece of Tab key is same with Win OS, but I think this is correct for MAC. At step7, those thress buttons also work as button 'Save'.Expected: On Win OS, the sequence for Tab key should be
Save
>Cancel
>Don't Save
>x
. At step5 and step7, it should close the index.html file successfully without saving.Notes: This issue only happens when using keyboard. It works well if using the mouse to click the buttons. This issue reproduce in Sprint33. Same issue reproduces on other dialogs: Install Extension dialog, Switch Language, Project Settings.
ENV: MAC10.9 and Win8(x86) English OS Build: 0.35.0-10852 (master 84558879a)
Snapshots: Please refer to snapshots for details: