Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
What is Notification.Type.ASSISTIVE_NOTIFICATION?
The first four `Notification.Type` types work for me.
Notification.Type.HUMANIZED_MESSAGE
Notification.Type.TRAY_NOTIFICATION
Notification.Type.WARNING_MESSAGE
Notification.Type.ERROR_MESSAGE
Notification.Type.ASSISTIVE_NOTIFICATION
But the `Notification.Type.ASSISTIVE_NOTIFICATION` does nothing for me when running in Safari browser in Mac OS X Mountain Lion.
I cannot find any description of behavior for this particular type in either the class doc or in the Book Of Vaadin.
Hi, Position.ASSISTIVE javadoc specifies that it is a notification that is only rendered for users of assistive technologies (eg. screen readers.) One use case is changes to application state that are visually obvious but not so much if you cannot see.
Type.ASSISTIVE_NOTIFICATION should certainly be documented as well.