OliKei

Results 8 comments of OliKei

In case the Avatar is designed to work like a toggle button the implementation should probably be consistent too. However, the toggle button allows toggling via SPACE or ENTER key...

I checked the Avatar group which provides an option to select items. So the Avatar item, which may also get used in the Avatar Group, may also provide a selected...

Apart from personal preferences and uses the default action is commonly used in native operating system dialogs, for decades. The feature is described in the mother of all UI guidelines,...

The Windows API (WIN32) has a control style named "BS_DEFPUSHBUTTON" which allows programmers to explicitly set the default button, so tools can retrieve the default button type. Technically this can...

Addendum: ISO 9241 (Software Usability), 143 (Form-based dialogs), chapter 4.16 - "Default Actions for forms elements". 4.16.2 recommends a single action to be the default action. 4.16.3 recommends the activation...

How is the tooltip's content being displayed when users use keyboard only? This request is only based on mouse and touch interaction but misses keyboard integration. The standard interactions: a)...

Yes, I think so. In most of the use cases of tooltips the tooltip appears modeless and should probably also disappear modeless, e.g. by tabbing further, or removing a mouse...

> In current versions of Chrome, Edge and Firefox, the focus is clearly visible for all TAB steps true, it only happened on macOS Safari, however, it is not always...