discourse/plugins/chat/spec/system
Joffrey JAFFEUX aa2270e4c3
FIX: disables pointer events while showing menu (#22009)
This commit attempts to have a bullet proof solution to the following case:

- long press on message (finger is still pressed)
- menu appears
- a button is now at finger location
- user releases finger
- a click is triggered on the button

Classic event canceling solution won't work here for performance reasons as we need the event to be passive in a scroll list.
2023-06-08 19:35:08 +02:00
..
chat/composer
chat_message
list_channels
page_objects
reply_to_message FIX: disables pointer events while showing menu (#22009) 2023-06-08 19:35:08 +02:00
shortcuts
thread_list
thread_tracking
user_menu_notifications
user_status
anonymous_spec.rb
archive_channel_spec.rb
bookmark_message_spec.rb
browse_page_spec.rb
channel_about_page_spec.rb
channel_info_pages_spec.rb
channel_members_page_spec.rb
channel_message_selection_spec.rb
channel_message_upload_spec.rb
channel_selector_modal_spec.rb
channel_settings_page_spec.rb
channel_thread_message_echoing_spec.rb
chat_channel_spec.rb
chat_composer_draft_spec.rb
chat_composer_spec.rb
chat_message_onebox_spec.rb
closed_channel_spec.rb
create_channel_spec.rb
dates_separators_spec.rb
deleted_channel_spec.rb
deleted_message_spec.rb
document_title_spec.rb
draft_message_spec.rb
drawer_spec.rb
edited_message_spec.rb
flag_message_spec.rb
hashtag_autocomplete_spec.rb
jit_messages_spec.rb
kick_user_from_channel_spec.rb
mention_warnings_spec.rb
message_errors_spec.rb
message_notifications_mobile_spec.rb
message_notifications_with_sidebar_spec.rb
message_thread_indicator_spec.rb
message_user_info.rb
move_message_to_channel_spec.rb
navigation_spec.rb
react_to_message_spec.rb
read_only_spec.rb
reviewables_spec.rb
sidebar_navigation_menu_spec.rb
sidebars_spec.rb
silenced_user_spec.rb
single_thread_spec.rb
transcript_spec.rb
unfollow_dm_channel_spec.rb
update_last_read.rb
uploads_spec.rb
user_card_spec.rb
user_chat_preferences_spec.rb
user_presence.rb
visit_channel_spec.rb