You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/js/views
Scott Nonnenberg f38d8eb4ae Fix: Ensure that attachments are always rendered
Because we only attach AttachmentViews to the DOM when they fire their
'update' event, we were subject to a race condition. If that event fired
after the final Message.render(), then it would be properly attached to
the final DOM node. If it fired early, it would end up missing from
the visible DOM entirely, attached to the old, discarded version of
the message.

This change updates our handling of a second call to loadAttachments().
Instead of bailing out if we've been called before, we attempt to
re-add our child AttachmentViews to the current DOM. But only if the
'update' event has been fired, and if their current parent node is not
what is in the DOM.

FREEBIE
8 years ago
..
attachment_preview_view.js Normalize views' template fetching pattern 10 years ago
attachment_view.js Fix broken reference to i18n string 'mediaMessage' 8 years ago
confirmation_dialog_view.js Dedupe modal styles 9 years ago
contact_list_view.js Normalize views' template fetching pattern 10 years ago
conversation_list_item_view.js Reduce unnecessary updates on conversations at startup 8 years ago
conversation_list_view.js Remove log message 9 years ago
conversation_search_view.js Add a few missing translatable strings to conversation search view 8 years ago
conversation_view.js ConversationView.markRead: Mark all messages read when at bottom 8 years ago
debug_log_view.js Add link to github on debug log 9 years ago
error_view.js i18n KeyConflictView 9 years ago
file_input_view.js Flag voice note attachment protos as such 8 years ago
group_member_list_view.js Remove unusued event handlers 9 years ago
group_update_view.js
hint_view.js
identicon_svg_view.js Fix svg icon colors 9 years ago
inbox_view.js Fix empty bubble on accepting a new key 8 years ago
install_view.js Move Whisper.events out of views and tests 8 years ago
key_conflict_dialogue_view.js Switch from fingerprints to safety numbers 9 years ago
key_verification_view.js Hide verification QR code 9 years ago
last_seen_indicator_view.js Preserve lastSeenIndicator location when not focused 8 years ago
list_view.js Remove unused code 9 years ago
message_detail_view.js Localized the message detail view's timestamps 9 years ago
message_list_view.js Mark messages read only when visible, on receipt, focus, scroll 8 years ago
message_view.js Fix: Ensure that attachments are always rendered 8 years ago
network_status_view.js Eliminate all console errors during test run 8 years ago
new_group_update_view.js
phone-input-view.js Fix standalone registration 10 years ago
recipients_input_view.js
recorder_view.js Add voice notes 9 years ago
scroll_down_button_view.js Scroll down button: when scrolled up, or new non-visible message 8 years ago
settings_view.js Add an option to play audio notifications 8 years ago
timestamp_view.js Fixed bubble timestamp update timer breakdown 9 years ago
toast_view.js Generalize toast view template 9 years ago
whisper_view.js fixed #1163, dark theme flaw 8 years ago